Cyber Resilience

CVE-2026-11786

Memory Safety in Redhat Enterprise Linux 10.0 … 9.0

Published
09 June 2026
Modified
30 June 2026
Patch / advisory
CVSS Score v3.1 1.9
Click a component to see what it means
Raw vectorCVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:L/I:N/A:N
EPSS Score 0.0016 6th percentile
Risk Priority 15 floored blend · peak EPSS

Summary

CVE-2026-11786 is a low-severity Out-of-bounds Read (CWE-125) vulnerability in Redhat Enterprise Linux. Its CVSS base score is 1.9 (Low).

Operationally, ranked at the 6th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SA-11 (Developer Testing and Evaluation) and SI-10 (Information Input Validation) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

A flaw was found in 389 Directory Server. The LDIF parser reads past the end of a heap buffer when processing attribute types with trailing semicolons during database import, causing an out-of-bounds read detectable under memory instrumentation.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

Insufficient information to map techniques.
Confidence: LOW · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2023-6121Same product: Redhat Enterprise Linux
CVE-2026-9803Same vendor: Redhat
CVE-2023-4693Same product: Redhat Enterprise Linux
CVE-2026-34000Same product: Redhat Enterprise Linux
CVE-2024-50074Same product: Redhat Enterprise Linux
CVE-2026-12969Same product: Redhat Enterprise Linux
CVE-2026-5673Same product: Redhat Enterprise Linux
CVE-2026-12891Same product: Redhat Enterprise Linux
CVE-2026-12892Same product: Redhat Enterprise Linux
CVE-2026-2443Same product: Redhat Enterprise Linux

Affected Assets

redhat
directory server
11.0, 12.0, 13.0
redhat
389 directory server
all versions
redhat
enterprise linux
10.0, 7.0, 8.0, 9.0

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • SI-10 Information Input Validation
  • SA-11 Developer Testing and Evaluation
  • SA-15 Development Process, Standards, and Tools
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly enforces validation of LDIF input to reject malformed attribute types before the parser performs the out-of-bounds read.

prevent

Requires developer testing with memory instrumentation (ASAN/Valgrind) that would have detected the heap buffer over-read during LDIF import testing.

prevent

Mandates secure development standards and tools that prevent unsafe string/buffer handling in the LDIF parser implementation.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure-development practices such as bounds checking and memory-safe languages directly prevent out-of-bounds reads.

ID.RA-01 partial match
prevents

Vulnerability scanning and recording can discover instances of out-of-bounds reads after code is deployed.

PR.PS-02 partial match
prevents

Routine patching replaces vulnerable code containing out-of-bounds read flaws.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

detects

Security testing in development and acceptance includes fuzzing and static analysis that detect out-of-bounds read defects before release.

A.8.15 Logging partial match
detects

Logging can record evidence of an out-of-bounds read but does not prevent the weakness itself.

prevents

Secure development life cycle mandates input validation and bounds checking that directly prevent out-of-bounds reads.

prevents

Application security requirements include explicit bounds and memory-safety specifications that mitigate buffer over-reads.

prevents

Secure system architecture and engineering principles require memory-safe design patterns and runtime protections against out-of-bounds access.

prevents

Secure coding standards explicitly forbid unsafe pointer arithmetic and mandate bounds-checked reads, eliminating CWE-125.

References