CVE Catalog

CVE-2026-18355

HighCVSS 7.5
Published: Translated: NVD NIST

Summary

A heap buffer overflow in the SASL I/O layer of 389 Directory Server. In sasl_io_start_packet(), the wrapped-record length is only validated against an upper bound. A small wire length causes an unsigned underflow, leading to a read of about 4 GiB into a 1024-byte heap buffer. A remote authenticated attacker after a successful SASL bind with integrity protection can cause denial of service or potentially remote code execution.

Risk Assessment

An attacker could crash the server or gain control over it, posing a serious threat to confidentiality and availability of directory services.

Recommendation

Apply patches from the vendor for 389-ds-base. Restrict access to the LDAP server and enforce strong authentication to reduce the risk of exploitation.

Other vulnerabilities in 389 Directory Server

See all
Original NVD description (English source)

A heap buffer overflow flaw was found in the SASL I/O layer of 389 Directory Server (389-ds-base). In sasl_io_start_packet(), the wrapped-record length read from the wire is validated only against an upper bound. A small wire length (0, 1, or 2) produces an encrypted_buffer_count below the already-consumed encrypted_buffer_offset, causing an unsigned subtraction underflow in sasl_io_read_packet(). PR_Recv is then requested to read approximately 4 GiB into a 1024-byte heap buffer, resulting in a heap buffer overflow with attacker-controlled content. After a successful SASL bind with integrity protection (SSF > 0), a remote authenticated attacker can cause a denial of service or potentially achieve remote code execution. This flaw is distinct from CVE-2026-11774, whose fix only guards against upper-bound overflow.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS