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.
Published: 2026-07-13
Score: 6.8 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A crafted .blend file can trigger an out‑of‑bounds read a crash or unintended exposure of adjacent heap memory. The vulnerability arises because the signed short member_index field is used as an array index without bounds validation on the intended array bounds. This results in a SIGSEGV crash or potential leakage of sensitive data from the heap, violating confidentiality and causing service interruption.

Affected Systems

Blender, versions 3.0.0 through 5.1.2, is affected. The problem only appears in releases that contain the vulnerable sdna_expand_names() implementation and is fixed in later releases.

Risk and Exploitability

The CVSS score of 6.8 indicates medium severity. The EPSS score of < 1% suggests a very low probability that the vulnerability will be exploited in the wild. The vulnerability is not listed in CISA's KEV catalog. The attack vector is most likely a local or user‑supplied file attack; a malicious .blend file opened in the vulnerable application triggers the flaw. No remote code execution is possible, but an attacker could cause a denial of service or read sensitive data fromtrusted file, the required conditions are relatively low, but the lack of a public exploit does not eliminate the risk.

Generated by OpenCVE AI on July 31, 2026 at 11:28 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Blender to the latest stable release that includes the fix committed in 968972a918b5ed2d534295b639c54449d7de11cd.
  • Avoid opening unknown .blend files and restrict file owners to trusted users.
  • Run Blender within a restricted sandbox or container that limits access to system memory and prevents code execution if a crash occurs.

Generated by OpenCVE AI on July 31, 2026 at 11:28 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 15 Jul 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 14 Jul 2026 22:30:00 +0000

Type Values Removed Values Added
CPEs cpe:2.3:a:blender:blender:*:*:*:*:*:*:*:*

Tue, 14 Jul 2026 00:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

threat_severity

Moderate


Mon, 13 Jul 2026 19:45:00 +0000

Type Values Removed Values Added
First Time appeared Blender
Blender blender
Vendors & Products Blender
Blender blender

Mon, 13 Jul 2026 18:00:00 +0000

Type Values Removed Values Added
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.
Title Blender 3.0.0 - 5.1.2 Out-of-Bounds Read via crafted .blend SDNA block
Weaknesses CWE-125
References
Metrics cvssV3_1

{'score': 6.1, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:H'}

cvssV4_0

{'score': 6.8, 'vector': 'CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:A/VC:L/VI:N/VA:H/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-07-15T19:06:31.453Z

Reserved: 2026-07-08T13:27:53.030Z

Link: CVE-2026-60103

cve-icon Vulnrichment

Updated: 2026-07-15T19:06:26.924Z

cve-icon NVD

No data.

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-07-13T17:44:14Z

Links: CVE-2026-60103 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-07-31T11:30:05Z

Weaknesses