CVE-2026-11792
Undergoing Analysis
Undergoing Analysis - In Progress
Heap Buffer Overflow in 389 Directory Server
Publication date: 2026-06-09
Last updated on: 2026-06-09
Assigner: Red Hat, Inc.
Description
Description
A heap buffer overflow flaw was found in 389 Directory Server. When audit logging is enabled, the create_masked_entry_string() function in auditlog.c copies a fixed-length password mask into a precisely-sized heap buffer without checking available space. If a short cleartext password is logged (requiring non-default CLEAR password storage or a compromised replication peer), the copy overflows the buffer, corrupting heap memory and audit log output.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| redhat | 389_directory_server | * |
| red_hat | 389_directory_server | * |
| red_hat | 389_ds_base | * |
| red_hat | 389_directory_server | From 9.0 (inc) to 10.0 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-122 | A heap overflow condition is a buffer overflow, where the buffer that can be overwritten is allocated in the heap portion of memory, generally meaning that the buffer was allocated using a routine such as malloc(). |