CVE-2026-18355 PUBLISHED

389-ds-base: 389-ds-base: heap buffer overflow via sasl wrapped-record length lower-bound underflow in sasl_io_start_packet()

Assigner: redhat
Reserved: 30.07.2026 Published: 07.09.2026 Updated: 08.09.2026

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.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
CVSS Score: 7.5

Product Status

Vendor Red Hat
Product Red Hat Directory Server 11.7 E4S for RHEL 8
Versions Default: affected
  • unaffected from 8080020260903102346.f969626e to * (excl.)
Vendor Red Hat
Product Red Hat Directory Server 12.2 E4S for RHEL 9
Versions Default: affected
  • unaffected from 9020020260903155914.1674d574 to * (excl.)
Vendor Red Hat
Product Red Hat Enterprise Linux 10.0 Extended Update Support
Versions Default: affected
  • unaffected from 0:3.0.6-21.el10_0 to * (excl.)
Vendor Red Hat
Product Red Hat Enterprise Linux 7 Extended Lifecycle Support
Versions Default: affected
  • unaffected from 0:1.3.11.1-15.el7_9 to * (excl.)
Vendor Red Hat
Product Red Hat Enterprise Linux 8
Versions Default: affected
  • unaffected from 8100020260904155442.25e700aa to * (excl.)
Vendor Red Hat
Product Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support
Versions Default: affected
  • unaffected from 8040020260901171549.96015a92 to * (excl.)
Vendor Red Hat
Product Red Hat Enterprise Linux 8.4 Extended Update Support Long-Life Add-On
Versions Default: affected
  • unaffected from 8040020260901171549.96015a92 to * (excl.)
Vendor Red Hat
Product Red Hat Enterprise Linux 8.8 Telecommunications Update Service
Versions Default: affected
  • unaffected from 8080020260831180218.6dbb3803 to * (excl.)
Vendor Red Hat
Product Red Hat Enterprise Linux 8.8 Update Services for SAP Solutions
Versions Default: affected
  • unaffected from 8080020260831180218.6dbb3803 to * (excl.)
Vendor Red Hat
Product Red Hat Enterprise Linux 9
Versions Default: affected
  • unaffected from 0:2.8.0-10.el9_8 to * (excl.)
Vendor Red Hat
Product Red Hat Enterprise Linux 9.2 Update Services for SAP Solutions
Versions Default: affected
  • unaffected from 0:2.2.4-22.el9_2 to * (excl.)
Vendor Red Hat
Product Red Hat Enterprise Linux 9.4 Update Services for SAP Solutions
Versions Default: affected
  • unaffected from 0:2.4.5-29.el9_4 to * (excl.)
Vendor Red Hat
Product Red Hat Enterprise Linux 9.6 Extended Update Support
Versions Default: affected
  • unaffected from 0:2.6.1-24.el9_6 to * (excl.)
Vendor Red Hat
Product Red Hat Directory Server 11
Versions Default: affected
Vendor Red Hat
Product Red Hat Directory Server 12
Versions Default: affected
Vendor Red Hat
Product Red Hat Directory Server 13
Versions Default: unaffected
Vendor Red Hat
Product Red Hat Enterprise Linux 10
Versions Default: affected
Vendor Red Hat
Product Red Hat Enterprise Linux 6
Versions Default: unaffected

Workarounds

Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.

Credits

  • Red Hat would like to thank Adam Korczynski (Ada Logics), Arthur Chan (Ada Logics), David Korczynski (Ada Logics), and Team (Anthropic) for reporting this issue.

References

Problem Types

  • Integer Underflow (Wrap or Wraparound) CWE