Cyber Resilience

CVE-2026-0659

High

Published: 04 February 2026

Published
04 February 2026
Modified
15 April 2026
KEV Added
Patch
CVSS Score v3.1 7.8 CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
EPSS Score 0.0001 1.1th percentile
Risk Priority 16 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-0659 is a high-severity Out-of-bounds Write (CWE-787) vulnerability in Autodesk Arnold (inferred from references). Its CVSS base score is 7.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Client Execution (T1203); ranked at the 1.1th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-16 (Memory Protection).

Deeper analysis

CVE-2026-0659, published on 2026-02-04, is an Out-of-Bounds Write vulnerability (CWE-787) with a CVSS v3.1 base score of 7.8 (AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H). It affects Autodesk Arnold and Autodesk 3ds Max when a maliciously crafted USD file is loaded or imported, forcing an out-of-bounds write condition.

A local attacker with no privileges can exploit this vulnerability by tricking a user into loading or importing the malicious USD file into the affected software. Successful exploitation enables the attacker to execute arbitrary code in the context of the current process, potentially leading to high-impact compromise of confidentiality, integrity, and availability.

Mitigation details are available in Autodesk security advisory ADSK-SA-2026-0003 at https://www.autodesk.com/trust/security-advisories/adsk-sa-2026-0003. Additional references include the Arnold USD GitHub repository at https://github.com/Autodesk/arnold-usd and the Autodesk Access product overview at https://www.autodesk.com/products/autodesk-access/overview.

EU & UK References

Vulnerability details

A maliciously crafted USD file, when loaded or imported into Autodesk Arnold or Autodesk 3ds Max, can force an Out-of-Bounds Write vulnerability. A malicious actor can leverage this vulnerability to execute arbitrary code in the context of the current process.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1203 Exploitation for Client Execution Execution
Adversaries may exploit software vulnerabilities in client applications to execute code.
T1204.002 Malicious File Execution
An adversary may rely upon a user opening a malicious file in order to gain execution.
Why these techniques?

Out-of-bounds write in desktop 3D software triggered by malicious USD file directly enables client-side exploitation (T1203) and user execution of malicious file (T1204.002).

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2026-27273Shared CWE-787
CVE-2026-33854Shared CWE-787
CVE-2026-27622Shared CWE-787
CVE-2026-21342Shared CWE-787
CVE-2026-34682Shared CWE-787
CVE-2026-34681Shared CWE-787
CVE-2026-0875Shared CWE-787
CVE-2026-27279Shared CWE-787
CVE-2026-32860Shared CWE-787
CVE-2026-21352Shared CWE-787

Affected Assets

Autodesk
Arnold
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly addresses the CVE by requiring timely patching and remediation of the out-of-bounds write flaw in Autodesk Arnold and 3ds Max.

prevent

Enforces validation of USD file inputs to prevent out-of-bounds writes triggered by maliciously crafted files during loading or import.

prevent

Implements memory protections like ASLR and DEP to block arbitrary code execution resulting from the out-of-bounds write vulnerability.

References