Cyber Resilience

CVE-2026-11793

Memory Safety in Redhat 389 Directory Server

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

Summary

CVE-2026-11793 is a medium-severity Stack-based Buffer Overflow (CWE-121) vulnerability in Redhat 389 Directory Server. Its CVSS base score is 4.9 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Application or System Exploitation (T1499.004); ranked at the 20th 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 AC-6 (Least Privilege) and SI-2 (Flaw Remediation) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

A stack buffer overflow flaw was found in 389 Directory Server. The checkPrefix() function in pw.c copies an attacker-controlled algorithm ID into a 256-byte stack buffer without bounds checking when parsing reversible-encrypted attribute values. An attacker with Directory Manager privileges…

more

can crash the LDAP server by storing a crafted credential with an oversized algorithm ID. FORTIFY_SOURCE mitigates this to denial of service only.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1499.004 Application or System Exploitation Impact
Adversaries may exploit software vulnerabilities that can cause an application or system to crash and deny availability to users.
Why these techniques?

Stack buffer overflow (CWE-121) in LDAP server allows privileged Directory Manager to trigger application crash/DoS via oversized algorithm ID in reversible-encrypted attribute.

Confidence: MEDIUM · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-11791Same product: Redhat 389 Directory Server
CVE-2026-11789Same product: Redhat 389 Directory Server
CVE-2026-9150Same vendor: Redhat
CVE-2026-11788Same product: Redhat 389 Directory Server
CVE-2026-9064Same product: Redhat 389 Directory Server
CVE-2026-2575Same vendor: Redhat
CVE-2026-3118Same vendor: Redhat
CVE-2026-9801Same vendor: Redhat
CVE-2026-10533Same vendor: Redhat
CVE-2024-9676Same vendor: Redhat

Affected Assets

redhat
389 directory server
all versions

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)
  • 2 hardening rules · 2 OS baselines
Validate
Prove the fix (OWASP ASVS)

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires timely remediation of the identified stack-buffer flaw in checkPrefix() before an attacker can trigger the overflow.

prevent

Restricts Directory Manager privileges that are required to store the crafted reversible-encrypted attribute value, eliminating the attack vector for non-privileged users.

prevent

Implements memory-protection mechanisms (e.g., FORTIFY_SOURCE-equivalent bounds checks or canaries) that convert the overflow into a non-exploitable denial of service.

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 directly prevent introduction of stack buffer overflows.

ID.RA-01 partial match
prevents

Vulnerability scanning can discover stack buffer overflows but does not prevent their introduction.

PR.PS-02 partial match
prevents

Patching eliminates known instances of the weakness after discovery.

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 (fuzzing, static analysis) detects stack overflows before release.

prevents

Secure SDLC mandates buffer-safety practices that directly prevent stack overflows.

prevents

Application security requirements can specify buffer-size and input-validation rules.

prevents

Secure architecture principles include memory-safety and least-privilege stack usage.

prevents

Secure coding standards explicitly forbid unsafe buffer handling that causes CWE-121.

none

Change-management gates can enforce security reviews that catch buffer issues.

References