CVE-2026-45612
Deferred Deferred - Pending Action

Out-of-Bounds Read in rz-libdemangle Rust Demangler

Vulnerability report for CVE-2026-45612, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-16

Last updated on: 2026-07-16

Assigner: GitHub, Inc.

Description

rz-libdemangle is a Rizin library for demangling symbols. Prior to 6bf56d3, the Rust demangler in src/rust/rust_v0.c can perform an out-of-bounds read when the demangler structure is not yet initialized. This issue is fixed in commit 6bf56d3.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-16
Last Modified
2026-07-16
Generated
2026-07-16
AI Q&A
2026-07-16
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
rizinorg rz-libdemangle to 6bf56d3 (exc)
rizin rz-libdemangle to 6bf56d3 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-125 The product reads data past the end, or before the beginning, of the intended buffer.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-45612 is an out-of-bounds read vulnerability in the rz-libdemangle library's Rust demangler component. It occurs when the demangler structure is not properly initialized, causing the program to read memory outside the intended buffer. The issue affects versions before commit 6bf56d3.

Detection Guidance

Detecting this vulnerability requires checking the version of rz-libdemangle in use. If your version is prior to commit 6bf56d3, the system is vulnerable. Use commands like 'git log --oneline' in the rz-libdemangle directory or inspect the library version to verify if the fix is applied.

Impact Analysis

This vulnerability could allow an attacker with local access to read sensitive memory contents, potentially exposing confidential data. It requires user interaction and has low attack complexity but does not affect system integrity or availability.

Compliance Impact

This vulnerability is an out-of-bounds read issue in a library component, which primarily risks exposing sensitive data (high confidentiality impact per CVSS). While it does not directly affect integrity or availability, unauthorized memory access could lead to data leaks. Compliance implications depend on the specific use case, but standards like GDPR and HIPAA require protecting personal and health data. A data breach from this flaw could violate such regulations, necessitating incident response and potential penalties.

Mitigation Strategies

Immediately update rz-libdemangle to a version that includes commit 6bf56d3 or later. If updating is not possible, ensure the library is not used in environments where demangling is required, as no workarounds are available.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-45612. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart