A maliciously crafted HTML payload in an assembly variant name, when displayed during the delete confirmation dialog and clicked by a user, can trigger a Stored Cross-site Scripting (XSS) vulnerability in the Autodesk Fusion desktop application. A malicious actor may leverage this vulnerability to read local files or execute arbitrary code in the context of the current process.
CVE-2026-4369 is a Stored XSS vulnerability in Autodesk Fusion desktop application affecting assembly variant names in delete confirmation dialogs. With a CVSS score of 7.1, this vulnerability allows attackers to execute arbitrary code or read local files in the context of the affected user's process. No patch is currently available, requiring immediate compensating controls and user awareness.
Immediate Actions:
1. Disable or restrict Autodesk Fusion usage until patch availability confirmed
2. Audit all Fusion projects for suspicious assembly variant names containing HTML/script tags
3. Implement file integrity monitoring on Fusion project directories (.f3d files)
4. Restrict Fusion to isolated network segments with minimal file system access
Compensating Controls:
1. Enforce principle of least privilege for Fusion user accounts
2. Disable local file access permissions where operationally feasible
3. Implement application whitelisting to prevent arbitrary code execution
4. Monitor process execution from Fusion.exe for suspicious child processes
5. Use network segmentation to limit lateral movement from compromised Fusion instances
Detection Rules:
1. Monitor for HTML/JavaScript patterns in assembly variant names: regex patterns matching <script>, onclick=, onerror=, javascript:
2. Alert on Fusion.exe spawning cmd.exe, powershell.exe, or file access tools
3. Track modifications to .f3d project files outside normal design workflows
4. Monitor for Fusion processes accessing sensitive file paths (/etc, Windows/System32, user home directories)
User Awareness:
1. Train users to avoid clicking delete confirmations for assemblies with unusual characters or HTML-like syntax
2. Advise against opening Fusion projects from untrusted sources
3. Establish project file validation procedures before opening shared designs
الإجراءات الفورية:
1. تعطيل أو تقييد استخدام Autodesk Fusion حتى تأكيد توفر التصحيح
2. تدقيق جميع مشاريع Fusion للبحث عن أسماء متغيرات تجميع مريبة تحتوي على علامات HTML/script
3. تنفيذ مراقبة سلامة الملفات على مجلدات مشاريع Fusion (.f3d)
4. تقييد Fusion إلى قطاعات شبكة معزولة مع الحد الأدنى من الوصول إلى نظام الملفات
الضوابط التعويضية:
1. فرض مبدأ الامتياز الأقل لحسابات مستخدمي Fusion
2. تعطيل أذونات الوصول إلى الملفات المحلية حيث يكون ذلك ممكناً من الناحية التشغيلية
3. تنفيذ القائمة البيضاء للتطبيقات لمنع تنفيذ الكود العشوائي
4. مراقبة تنفيذ العمليات من Fusion.exe للعمليات الفرعية المريبة
5. استخدام تقسيم الشبكة لتحديد الحركة الجانبية من مثيلات Fusion المخترقة
قواعد الكشف:
1. مراقبة أنماط HTML/JavaScript في أسماء متغيرات التجميع: أنماط regex تطابق <script>، onclick=، onerror=، javascript:
2. تنبيه عند إطلاق Fusion.exe لـ cmd.exe أو powershell.exe أو أدوات الوصول إلى الملفات
3. تتبع التعديلات على ملفات مشاريع .f3d خارج سير العمل التصميمي العادي
4. مراقبة عمليات Fusion التي تصل إلى مسارات الملفات الحساسة
وعي المستخدمين:
1. تدريب المستخدمين على تجنب النقر على تأكيدات الحذف للتجميعات التي تحتوي على أحرف غير عادية أو بناء جملة يشبه HTML
2. نصح بعدم فتح مشاريع Fusion من مصادر غير موثوقة
3. إنشاء إجراءات التحقق من صحة ملفات المشروع قبل فتح التصاميم المشتركة