389-Ds SASL_IO Integer Overflow: DoS/RCE via Crafted Packet
CVE-2026-11774 Published on June 11, 2026
389-ds-base: 389-ds-base: integer overflow in sasl packet length bypasses size limit leading to heap buffer overflow
An integer overflow flaw was found in the SASL I/O layer of 389 Directory Server (389-ds-base). In sasl_io_start_packet(), adding sizeof(uint32_t) to a crafted SASL packet length prefix of 0xFFFFFFFC causes unsigned wraparound to zero, bypassing the nsslapd-maxsasliosize limit and leading to a heap buffer overflow of up to approximately 2 megabytes of attacker-controlled data. After a successful SASL bind with integrity protection (SSF > 0), a remote attacker can cause a Denial of Service (DoS) or achieve Remote Code Execution (RCE). In FreeIPA and Red Hat Identity Management deployments, any domain user with a valid Kerberos ticket, enrolled host, or service account can trigger this vulnerability over the network. This flaw is independent of CVE-2025-14905, which patched schema.c only and did not modify sasl_io.c.
Vulnerability Analysis
CVE-2026-11774 is exploitable with network access, and requires small amount of user privileges. This vulnerability is considered to have a low attack complexity. The potential impact of an exploit of this vulnerability is considered to have a small impact on confidentiality and integrity, and a high impact on availability.
Timeline
Reported to Red Hat.
Made public. 49 days later.
Weakness Type
Integer Overflow or Wraparound
The software performs a calculation that can produce an integer overflow or wraparound, when the logic assumes that the resulting value will always be larger than the original value. This can introduce other weaknesses when the calculation is used for resource management or execution control. An integer overflow or wraparound occurs when an integer value is incremented to a value that is too large to store in the associated representation. When this occurs, the value may wrap to become a very small or negative number. While this may be intended behavior in circumstances that rely on wrapping, it can have security consequences if the wrap is unexpected. This is especially the case if the integer overflow can be triggered using user-supplied inputs. This becomes security-critical when the result is used to control looping, make a security decision, or determine the offset or size in behaviors such as memory allocation, copying, concatenation, etc.
Products Associated with CVE-2026-11774
Want to know whenever a new CVE is published for Red Hat products? stack.watch will email you.
Affected Versions
Red Hat Directory Server 11.5 E4S for RHEL 8:- Version 8060020260702180044.0ca98e7e and below * is unaffected.
- Version 8080020260702180836.f969626e and below * is unaffected.
- Version 8100020260702145313.37ed7c03 and below * is unaffected.
- Version 9020020260703060155.1674d574 and below * is unaffected.
- Version 9040020260703055735.1674d574 and below * is unaffected.
- Version 0:3.2.0-8.el10_2 and below * is unaffected.
- Version 0:3.0.6-19.el10_0 and below * is unaffected.
- Version 0:1.3.11.1-13.el7_9 and below * is unaffected.
- Version 8100020260626120929.25e700aa and below * is unaffected.
- Version 8040020260629123121.96015a92 and below * is unaffected.
- Version 8040020260629123121.96015a92 and below * is unaffected.
- Version 8060020260626130540.824efc52 and below * is unaffected.
- Version 8060020260626130540.824efc52 and below * is unaffected.
- Version 8080020260630025241.6dbb3803 and below * is unaffected.
- Version 8080020260630025241.6dbb3803 and below * is unaffected.
- Version 0:2.8.0-8.el9_8 and below * is unaffected.
- Version 0:2.2.4-19.el9_2 and below * is unaffected.
- Version 0:2.4.5-26.el9_4 and below * is unaffected.
- Version 0:2.6.1-22.el9_6 and below * is unaffected.
- Version 1783452100 and below * is unaffected.
- Version 8060020260702180044.0ca98e7e and below * is unaffected.
- Version 8080020260702180836.f969626e and below * is unaffected.
- Version 8100020260702145313.37ed7c03 and below * is unaffected.
- Version 9020020260703060155.1674d574 and below * is unaffected.
- Version 9040020260703055735.1674d574 and below * is unaffected.
- Version 0:3.2.0-8.el10_2 and below * is unaffected.
- Version 0:3.0.6-19.el10_0 and below * is unaffected.
- Version 0:1.3.11.1-13.el7_9 and below * is unaffected.
- Version 8100020260626120929.25e700aa and below * is unaffected.
- Version 8040020260629123121.96015a92 and below * is unaffected.
- Version 8040020260629123121.96015a92 and below * is unaffected.
- Version 8060020260626130540.824efc52 and below * is unaffected.
- Version 8060020260626130540.824efc52 and below * is unaffected.
- Version 8080020260630025241.6dbb3803 and below * is unaffected.
- Version 8080020260630025241.6dbb3803 and below * is unaffected.
- Version 0:2.8.0-8.el9_8 and below * is unaffected.
- Version 0:2.2.4-19.el9_2 and below * is unaffected.
- Version 0:2.4.5-26.el9_4 and below * is unaffected.
- Version 0:2.6.1-22.el9_6 and below * is unaffected.
- Version 1783452100 and below * is unaffected.
Exploit Probability
EPSS (Exploit Prediction Scoring System) scores estimate the probability that a vulnerability will be exploited in the wild within the next 30 days. The percentile shows you how this score compares to all other vulnerabilities.