PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-11791 Red Hat CVE debrief

CVE-2026-11791 is a medium-severity vulnerability in 389 Directory Server that can cause a denial of service (server crash) during schema reload with concurrent LDAP query traffic. The flaw occurs in the attr_syntax_swap_ht() function, which unconditionally frees attribute syntax information nodes, bypassing refcount-based deferred deletion. This can lead to use-after-free or double-free crashes. Administrators triggering schema reload during active LDAP queries may experience server crashes.

Vendor
Red Hat
Product
Red Hat Directory Server 11
CVSS
MEDIUM 5
CISA KEV
Not listed in stored evidence
Original CVE published
2026-06-18
Original CVE updated
2026-06-22
Advisory published
2026-06-18
Advisory updated
2026-06-22

Who should care

System administrators and security teams managing 389 Directory Server instances should be aware of this vulnerability. Those with environments using 389 Directory Server for LDAP services may need to take action to protect against potential denial-of-service attacks.

Technical summary

The CVE-2026-11791 vulnerability is caused by a flaw in the attr_syntax_swap_ht() function of 389 Directory Server. During schema reload, this function unconditionally frees attribute syntax information nodes without following the refcount-based deferred deletion process used elsewhere in the attribute syntax subsystem. This oversight can lead to use-after-free or double-free errors when worker threads access the freed memory during concurrent LDAP query traffic, resulting in a denial-of-service condition that crashes the server.

Defensive priority

Medium

Recommended defensive actions

  • Apply the security patch or update provided by the vendor as soon as possible.
  • Restrict schema reload operations to maintenance windows with minimal LDAP query traffic.
  • Monitor server logs and performance closely during schema reload operations.
  • Implement additional monitoring to detect potential exploitation attempts.
  • Review and update incident response plans to include procedures for handling potential denial-of-service attacks.
  • Consider temporarily disabling schema reload functionality if immediate patching is not feasible.
  • Engage with the vendor or relevant security community for additional guidance and support.

Evidence notes

The information provided is based on data from official sources, including CVE.org and the National Vulnerability Database (NVD). The CVE record and NVD details were accessed on June 18, 2026. Additional references include Red Hat security advisories and bug reports, which may provide further context and mitigation strategies.

Official resources

CVE-2026-11791 was published on June 18, 2026, and modified on the same day. The vulnerability affects 389 Directory Server, potentially leading to denial-of-service conditions during schema reload operations with concurrent LDAP traffic.