CVE-2026-60103 Details
Description
Blender 3.0.0 through 5.1.2 contains an out-of-bounds read vulnerability that allows attackers to trigger a crash or read adjacent heap memory by supplying a crafted .blend file with a malicious signed short member_index value in the SDNA block. The member_index field is used as an array index into the sdna->members[] array in sdna_expand_names() without bounds validation, allowing any value outside the allocated range to produce an invalid pointer subsequently passed to strlen(), resulting in a SIGSEGV crash or unintended heap memory disclosure.
A vulnerability allowing out-of-bounds read has been identified in Blender versions 3.0.0 through 5.1.2. This issue arises when a crafted .blend file is used, specifically one that contains a malicious signed short member_index value in the SDNA block. The vulnerability occurs because the member_index is applied as an array index in the sdna->members[] array within the sdna_expand_names() function, without proper bounds validation. This oversight allows values outside the allocated range to generate invalid pointers, which are then passed to the strlen() function. The result is a SIGSEGV crash or unintended disclosure of adjacent heap memory.
Users can update to the latest version of Blender, where this vulnerability has been addressed.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Jul 13, 2026CISA-ADP
Assessed Jul 15, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://projects.blender.org/blender/blender/commit/968972a918b5ed2d534295b639c54449d7de11cd | [email protected] | Source CodeVendor |
| https://projects.blender.org/blender/blender/pulls/161273 | [email protected] | Issue TrackingVendor |
| https://www.vulncheck.com/advisories/blender-out-of-bounds-read-via-crafted-blend-sdna-block | [email protected] | AdvisoryBundleRemedy |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-125 | Out-of-bounds Read | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| Blender | >= 3.0.0, <= 5.1.2 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 15, 2026 | CVE Modified | CISA-ADP |
| Jul 13, 2026 | New CVE Received | [email protected] |
Volerion