The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-2026-0875

CVE-2026-0875: Autodesk MODEL File RCE Vulnerability

CVE-2026-0875 is a remote code execution flaw in Autodesk products caused by malicious MODEL files that trigger out-of-bounds writes. This post explains its impact, affected versions, and mitigation steps.

Published: February 20, 2026

CVE-2026-0875 Overview

A maliciously crafted MODEL file, when parsed through certain Autodesk products, can force an Out-of-Bounds Write vulnerability. A malicious actor may leverage this vulnerability to cause a crash, cause data corruption, or execute arbitrary code in the context of the current process. This vulnerability poses a significant risk to organizations using affected Autodesk products, as successful exploitation could lead to complete system compromise.

Critical Impact

Successful exploitation allows attackers to execute arbitrary code in the context of the current process, potentially leading to complete system compromise, data theft, or lateral movement within enterprise networks.

Affected Products

  • Autodesk products capable of parsing MODEL files
  • Products covered under Autodesk Access subscription
  • See Autodesk Security Advisory ADSK-SA-2026-0004 for the complete list of affected products and versions

Discovery Timeline

  • 2026-02-18 - CVE-2026-0875 published to NVD
  • 2026-02-19 - Last updated in NVD database

Technical Details for CVE-2026-0875

Vulnerability Analysis

This vulnerability is classified as CWE-787 (Out-of-Bounds Write), a memory corruption flaw that occurs when software writes data past the boundaries of allocated memory. In the context of CVE-2026-0875, the vulnerability is triggered during the parsing of specially crafted MODEL files by Autodesk products.

The attack requires local access and user interaction, meaning an attacker must convince a user to open a malicious MODEL file. Once opened, the parsing routines fail to properly validate input data boundaries, allowing the attacker to write arbitrary data beyond the intended memory buffer. This memory corruption can be leveraged to overwrite critical program data structures, function pointers, or return addresses on the stack.

Root Cause

The root cause of this vulnerability lies in insufficient bounds checking within the MODEL file parsing functionality. When processing certain malformed or oversized data structures within a MODEL file, the parser fails to verify that write operations remain within the boundaries of the allocated memory buffer. This oversight allows controlled memory corruption that can be weaponized for code execution.

Attack Vector

Exploitation of CVE-2026-0875 requires an attacker to craft a malicious MODEL file containing specially formatted data designed to trigger the out-of-bounds write condition. The attack scenario typically involves:

  1. An attacker creates a malicious MODEL file with carefully crafted payload data
  2. The attacker delivers this file to a victim via email attachment, malicious download, or compromised file share
  3. When the victim opens the file in a vulnerable Autodesk application, the parser processes the malicious data
  4. The out-of-bounds write corrupts memory in a controlled manner
  5. The attacker achieves code execution in the context of the current user process

The vulnerability requires user interaction (opening the malicious file), but no special privileges are needed beyond the ability to run the affected Autodesk application.

Detection Methods for CVE-2026-0875

Indicators of Compromise

  • Unexpected crashes or application hangs when opening MODEL files from untrusted sources
  • Unusual process behavior or child process spawning from Autodesk applications
  • Memory access violations or error logs indicating buffer overflows in Autodesk software
  • Suspicious MODEL files with abnormal file structure or unusually large embedded data sections

Detection Strategies

  • Monitor Autodesk application processes for signs of exploitation such as unexpected memory exceptions or unusual child process creation
  • Implement file integrity monitoring on MODEL files stored in shared network locations
  • Deploy endpoint detection and response (EDR) solutions capable of detecting memory corruption exploitation techniques
  • Create detection rules for anomalous behavior patterns in Autodesk processes, including suspicious API calls or shellcode execution indicators

Monitoring Recommendations

  • Enable detailed logging for Autodesk applications to capture file access events and potential crash information
  • Implement network monitoring to detect MODEL files being downloaded from untrusted external sources
  • Configure SIEM rules to correlate MODEL file access with subsequent suspicious process behavior
  • Monitor for unusual outbound network connections following MODEL file operations in Autodesk applications

How to Mitigate CVE-2026-0875

Immediate Actions Required

  • Apply the latest security patches from Autodesk as referenced in Security Advisory ADSK-SA-2026-0004
  • Restrict MODEL file access to trusted sources only and implement file source verification procedures
  • Enable application sandboxing or virtualization for processing MODEL files from external sources
  • Educate users about the risks of opening MODEL files from untrusted sources

Patch Information

Autodesk has released security updates to address this vulnerability. Administrators should consult the Autodesk Security Advisory ADSK-SA-2026-0004 for detailed patch information and download links. Organizations using Autodesk Access should ensure their subscription is current to receive the latest security updates.

Workarounds

  • Implement strict email filtering to quarantine or block MODEL file attachments from external senders
  • Configure group policies to prevent execution of Autodesk applications on MODEL files downloaded from the internet
  • Use application control solutions to restrict MODEL file processing to designated secure workstations
  • Consider using virtual machines or sandboxed environments for processing MODEL files from untrusted sources until patches are applied
bash
# Example: Configure Windows to block MODEL files from untrusted zones
# Add MODEL files to the list of dangerous file extensions in Group Policy
# Group Policy Path: User Configuration > Administrative Templates > Windows Components > Attachment Manager
# Enable "Inclusion list for high risk file types" and add .model extension

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechAutodesk

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-787
  • Technical References
  • Autodesk Access Overview

  • Autodesk Security Advisory ADSK-SA-2026-0004
  • Related CVEs
  • CVE-2026-0874: Autodesk CATPART RCE Vulnerability

  • CVE-2026-0659: Autodesk Arnold RCE Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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