LiveActive security incident?Get immediate response
CVE Record

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.

HighCVSS 8.1Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

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.
  • Prioritize endpoints running Autodesk Fusion 2603.0.
  • Avoid opening or interacting with untrusted Fusion parts until remediated.
  • Warn users not to click suspicious part attributes from external files.

Validation and detection

  • Inventory Autodesk Fusion installations and versions across managed endpoints.
  • Confirm whether any systems run Fusion 2603.0.
  • Verify updated systems align with Autodesk’s advisory guidance.
  • Review file-sharing workflows involving external Fusion parts.
  • Monitor vendor advisory updates for revised affected or fixed version details.
Prepared
Confidence
high
Sources
5

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.

Open ATT&CK lookup
description · low confidence lookup

Execution behavior lookup

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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2026-0534 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
8.1 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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.

ScoreVersionSeverityVectorExploitImpactSource
8.1CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N2.85.2autodesk

Vulnerability scoring details

Base CVSS 3.1 score

8.1High
CVSS 3.1 vector shape for CVE-2026-0534Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
AutodeskFusion2603.0unaffected
Weakness

CWE details

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.