VYPR
High severity7.6NVD Advisory· Published Jun 11, 2026· Updated Jun 11, 2026

CVE-2026-11774

CVE-2026-11774

Description

Integer overflow in 389 Directory Server SASL I/O layer bypasses packet size limit, leading to heap buffer overflow and potential RCE for authenticated remote attackers.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Integer overflow in 389 Directory Server SASL I/O layer bypasses packet size limit, leading to heap buffer overflow and potential RCE for authenticated remote attackers.

Vulnerability

An integer overflow in sasl_io_start_packet() of 389 Directory Server (389-ds-base) allows a crafted SASL packet length prefix of 0xFFFFFFFC to wrap to zero when sizeof(uint32_t) is added, bypassing the nsslapd-maxsasliosize limit. This leads to a heap buffer overflow of up to 2 MB of attacker-controlled data. The flaw affects all versions where the SASL I/O layer exists, independent of CVE-2025-14905 which patched schema.c only [1][2].

Exploitation

After a successful SASL bind with integrity protection (SSF > 0), a remote attacker sends a SASL-framed packet with length prefix 0xFFFFFFFC. The overflow in sasl_io_read_packet() causes bytes_remaining underflow, and NSPR passes a near-maximum recv() size into a 1024-byte encrypted_buffer, triggering a controlled heap buffer overflow [2]. In FreeIPA/IdM deployments, any domain user with a Kerberos ticket, enrolled host, or service account can trigger this [1][2].

Impact

The attacker can cause a Denial of Service (DoS) via server crash or potentially achieve Remote Code Execution (RCE). RCE was demonstrated on RHEL 8 (glibc 2.28) via tcache poisoning, but is blocked on glibc 2.32+ by safe linking [2]. The compromise occurs at the LDAP server level, with privileges of the directory server process.

Mitigation

Red Hat has not yet released a fix; the vulnerability is tracked in Bugzilla [2]. Administrators should monitor for updates to 389-ds-base. No workaround is documented. The issue is not listed in CISA's KEV as of publication.

AI Insight generated on Jun 11, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

1

Patches

0

No patches discovered yet.

Vulnerability mechanics

No source-code context for this CVE — mechanics is only generated when we can read the actual fix diff. Without that, the four sections (root cause, attack vector, affected code, fix) would be speculation rather than analysis.

References

3

News mentions

0

No linked articles in our index yet.