A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2025-10244

CVE-2025-10244: Autodesk Fusion XSS Vulnerability

CVE-2025-10244 is a stored XSS vulnerability in Autodesk Fusion that allows attackers to execute arbitrary code or read local files. This article covers the technical details, affected versions, security impact, and mitigation.

Published: May 26, 2026

CVE-2025-10244 Overview

CVE-2025-10244 is a stored cross-site scripting (XSS) vulnerability in the Autodesk Fusion desktop application. A maliciously crafted HTML payload, when rendered by the application, triggers script execution in the context of the current process. An attacker can leverage this flaw to read local files or execute arbitrary code on the victim's machine. The vulnerability is tracked under [CWE-79] (Improper Neutralization of Input During Web Page Generation) and carries a CVSS 3.1 score of 8.7.

Critical Impact

Successful exploitation allows local file disclosure and arbitrary code execution within the Autodesk Fusion desktop process, compromising user data and system integrity.

Affected Products

  • Autodesk Fusion (desktop application for Windows)
  • Autodesk Fusion (desktop application for macOS)
  • All versions prior to the fix released in Autodesk Security Advisory ADSK-SA-2025-0020

Discovery Timeline

  • 2025-09-23 - CVE-2025-10244 published to the National Vulnerability Database (NVD)
  • 2025-12-01 - Last updated in NVD database

Technical Details for CVE-2025-10244

Vulnerability Analysis

The Autodesk Fusion desktop application renders HTML content within an embedded web view as part of its user interface and collaboration features. The application fails to properly neutralize HTML and script content before rendering it, which allows attacker-controlled markup to execute as active code. Because the rendering occurs inside the desktop process rather than a sandboxed browser context, the injected script inherits the privileges of the Fusion application itself. This elevates a typical web XSS issue into a local file read and arbitrary code execution primitive on the host operating system.

Root Cause

The root cause is improper output encoding of HTML data that is stored and later rendered by the desktop client. Stored payloads persist across sessions, so any user who opens or previews the affected resource triggers execution. The desktop web view does not enforce a content security policy strong enough to block inline script execution or local resource access.

Attack Vector

The attack vector is network-based and requires user interaction. A low-privileged authenticated actor stores a crafted HTML payload within a shared Fusion resource. When a victim opens or previews that resource in the Fusion desktop application, the payload runs in the application's context. The scope change reflects the ability to break out of the rendering component and affect the underlying operating system, including reading local files and executing code.

No verified public proof-of-concept code is available. See the Autodesk Security Advisory ADSK-SA-2025-0020 for vendor technical details.

Detection Methods for CVE-2025-10244

Indicators of Compromise

  • Unexpected child processes spawned by the Autodesk Fusion executable, particularly command shells, powershell.exe, or scripting interpreters
  • Outbound network connections from the Fusion process to non-Autodesk infrastructure following the opening of a shared design or document
  • Local file read activity by Fusion targeting sensitive directories such as user profile folders, SSH keys, or browser credential stores

Detection Strategies

  • Monitor process lineage for Autodesk Fusion (Fusion360.exe, Fusion Client Downloader.exe) launching unexpected interpreters or LOLBins
  • Hunt for HTML files within Fusion project storage containing <script> tags, event handlers such as onerror=, or javascript: URIs
  • Inspect endpoint telemetry for Fusion-initiated file reads on paths outside its expected working directories

Monitoring Recommendations

  • Enable command-line argument logging on Windows endpoints and forward Fusion process events to a centralized SIEM
  • Alert on Fusion network egress to domains not associated with Autodesk update or cloud services
  • Review collaboration and shared workspace activity for newly uploaded content from low-trust accounts

How to Mitigate CVE-2025-10244

Immediate Actions Required

  • Update Autodesk Fusion to the patched version specified in Autodesk Security Advisory ADSK-SA-2025-0020
  • Restrict shared workspace and team project access to trusted collaborators only
  • Audit existing Fusion projects for suspicious embedded HTML or script content prior to opening

Patch Information

Autodesk has released fixed installers for both Windows and macOS. Download the updated client from the official distribution links referenced in the advisory: Fusion Client Downloader (EXE) and Fusion Client Downloader (DMG). Verify installation by checking the application version against the advisory's listed fixed builds.

Workarounds

  • Avoid opening Fusion files or shared projects originating from untrusted users until the patch is applied
  • Run Autodesk Fusion under a standard (non-administrator) user account to limit the impact of code execution
  • Apply host-based egress filtering to block the Fusion process from reaching arbitrary external endpoints
bash
# Verify installed Autodesk Fusion version on Windows
reg query "HKLM\SOFTWARE\Autodesk\Fusion 360" /v Version

# Verify installed Autodesk Fusion version on macOS
defaults read /Applications/Autodesk\ Fusion.app/Contents/Info.plist CFBundleShortVersionString

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechAutodesk Fusion

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • Autodesk Fusion Client DMG

  • Autodesk Fusion Client EXE
  • Vendor Resources
  • Autodesk Security Advisory ADSK-SA-2025-0020
  • Related CVEs
  • CVE-2026-4344: Autodesk Fusion Stored XSS Vulnerability

  • CVE-2026-4369: Autodesk Fusion Stored XSS Vulnerability

  • CVE-2026-4345: Autodesk Fusion Stored XSS Vulnerability

  • CVE-2026-0533: Autodesk Fusion Stored XSS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English