PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-12528 Red Hat CVE debrief

CVE-2026-12528 is a MEDIUM severity vulnerability in the 389 Directory Server, specifically in the __aclp__normalize_acltxt() function. An authenticated user with write access to the aci attribute can send a crafted ACI value, triggering a heap-buffer-overflow write and subsequent out-of-bounds reads. This flaw can silently corrupt heap memory in the directory server process. The CVSS score for this vulnerability is 5.4. Organizations using 389 Directory Server should take immediate action to mitigate this risk.

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

Who should care

System administrators and security teams responsible for 389 Directory Server installations should prioritize patching this vulnerability. Authenticated users with write access to the aci attribute pose a risk to the server's stability and security.

Technical summary

The __aclp__normalize_acltxt() function in aclparse.c fails to validate the length of ACI keywords after whitespace stripping. This oversight allows a 1-byte out-of-bounds write and subsequent out-of-bounds reads during ACI parsing. An attacker with write access to the aci attribute can exploit this by sending a crafted ACI value, potentially corrupting heap memory in the directory server process.

Defensive priority

High

Recommended defensive actions

  • Apply the official patch from the 389 Directory Server vendor as soon as possible.
  • Restrict write access to the aci attribute for all users.
  • Monitor directory server logs for unusual activity or errors.
  • Implement additional security measures, such as SELinux or other Mandatory Access Control systems, to limit the impact of a potential exploit.
  • Consider temporarily disabling write access to the aci attribute until a patch is applied.
  • Regularly review and update access controls to prevent exploitation.

Evidence notes

The information provided is based on data from the National Vulnerability Database (NVD) and Red Hat security advisories. The vulnerability was published on June 17, 2026, and has a CVSS score of 5.4. Red Hat has acknowledged the vulnerability and provided references to affected systems and patches.

Official resources

CVE-2026-12528 was published on 2026-06-17T15:16:44.357Z and modified on 2026-06-17T19:17:15.127Z.