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-30
Advisory published
2026-06-18
Advisory updated
2026-06-30

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.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-11791 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-11791

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-11791 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-11791

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.