CVE-2026-0534: Stored XSS in the value of a part attribute
A maliciously crafted HTML payload, stored in a part’s attribute 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.
Security readout for executives and security teams
Plain-English summary
CVE-2026-0534 is a high-severity stored XSS issue in Autodesk Fusion 2603.0. A malicious part attribute can trigger when a user clicks it inside the desktop application. Autodesk states this may allow local file reading or arbitrary code execution in the current process.
Executive priority
Treat as a priority patch for teams using Autodesk Fusion, especially design groups handling external files. The business concern is not just browser-style scripting; Autodesk reports possible local file access or code execution within Fusion’s process after user interaction.
Technical view
The issue is CWE-79 stored cross-site scripting in a part attribute value. The CVSS 3.1 score is 8.1, with network attack vector, low complexity, no privileges required, and required user interaction. Scope is unchanged, with high confidentiality and integrity impact and no availability impact.
Likely exposure
Exposure appears limited to Autodesk Fusion version 2603.0, according to the CVE data. Higher-risk environments are those exchanging Fusion content with external parties or opening untrusted parts where a malicious attribute could be stored and clicked.
Exploitation context
The sources do not report active exploitation, and the CVE is not marked as CISA KEV. Exploitation requires a maliciously crafted HTML payload stored in a part attribute and a user click in Fusion. No public exploit details are included in the provided sources.
Researcher notes
Evidence is limited to the CVE record and Autodesk advisory references. The affected product/version is Autodesk Fusion 2603.0. The provided data names installer links as patches but does not include a detailed fixed-version matrix in the bundle.
Mitigation direction
Review Autodesk advisory ADSK-SA-2026-0001 for official remediation guidance.
Update Autodesk Fusion using Autodesk-provided installer or update channels.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-79: User-session and phishing behavior lookup
Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
3Timeline events
1ADP providers
4Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: total
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-79 · source CWE mapping
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.