Skip to main content

Severity by source

Vendor (redhat) PRIMARY
6.5 MEDIUM
AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:H
SUSE
MEDIUM
qualitative
Red Hat
6.5 MEDIUM
qualitative

Primary rating from Vendor (redhat).

CVSS VectorVendor: redhat

Attack Vector
Network
Attack Complexity
Low
Privileges Required
High
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
High
Availability
High

Lifecycle Timeline

2
Analysis Generated
Jun 10, 2026 - 15:31 vuln.today
CVE Published
Jun 10, 2026 - 14:07 nvd
MEDIUM 6.5

DescriptionCVE.org

A heap buffer overflow flaw was found in 389 Directory Server. When serializing objectclass definitions, the oc_superior (SUP) field length is omitted from buffer size calculations in read_schema_dse() and schema_oc_to_string(), but the field is still written via strcat(). An attacker with Directory Manager privileges, or a compromised replication supplier, can trigger a server crash by creating objectclasses with long SUP values. This is an incomplete fix variant of CVE-2025-14905.

AnalysisAI

Heap buffer overflow in Red Hat 389 Directory Server allows an authenticated Directory Manager or a compromised replication supplier to crash the server or corrupt heap memory by creating objectclass definitions with excessively long SUP (oc_superior) values. The flaw exists in schema serialization functions where the SUP field length is excluded from buffer size calculations yet still written via strcat(), producing an off-by-N heap overwrite. This is explicitly an incomplete fix variant of CVE-2025-14905, meaning organizations that patched that prior CVE may remain exposed if the SUP field code path was not remediated; no public exploit has been identified at time of analysis.

Technical ContextAI

389 Directory Server is Red Hat's enterprise LDAP implementation, shipped as a standalone product (Red Hat Directory Server 11, 12, 13) and embedded in RHEL 6 through 10. The vulnerable code resides in read_schema_dse() and schema_oc_to_string(), two functions responsible for serializing objectclass schema definitions from the DSE (Directory Server Entry) into string form. When constructing the output buffer, the code omits the byte length of the oc_superior (SUP) field - which holds the name of the parent objectclass - from the initial malloc/realloc size calculation, but then appends the field unconditionally using strcat(). This classic CWE-122 (Heap-based Buffer Overflow) pattern means any SUP value long enough to exceed the unaccounted slack will write past the allocated heap region. The relationship to CVE-2025-14905 indicates the original fix addressed other fields in the same serialization routine but left the SUP path unguarded, a partial-patch pattern that is frequently exploitable once the root cause is publicly documented.

RemediationAI

No specific fixed package version is confirmed in the available data; monitor https://access.redhat.com/security/cve/CVE-2026-11884 and the Bugzilla tracker at https://bugzilla.redhat.com/show_bug.cgi?id=2484913 for errata publication. Because this is an incomplete fix of CVE-2025-14905, when a patch becomes available verify through release notes or the Bugzilla entry that it explicitly addresses the oc_superior (SUP) field in both read_schema_dse() and schema_oc_to_string() - applying a patch that only covers the original CVE-2025-14905 code path will not remediate this variant. As compensating controls prior to patching: restrict the Directory Manager bind DN and any accounts with schema write ACIs to the minimum operationally required set, and audit current privilege grants using the directory's ACI configuration; rotate Directory Manager credentials if there is any suspicion of compromise, as credential theft is the primary realistic enabler. Harden replication topology by reviewing all configured replication supplier agreements and removing any suppliers that are no longer operationally required, since a compromised supplier represents a second trigger path that bypasses normal credential controls. Placing the LDAP service behind network controls that restrict administrative port access (typically 636/389) to known management hosts reduces the effective network attack surface, though this does not eliminate risk from already-privileged insiders.

CVE-2026-18663 MEDIUM
5.9 Aug 12

Heap corruption via double-free in 389-ds-base's LDAP control parsing allows an unauthenticated remote attacker to crash

CVE-2026-4631 CRITICAL POC
9.8 Apr 07

Remote code execution in Cockpit's web interface allows unauthenticated attackers to execute arbitrary commands on the h

CVE-2026-4480 CRITICAL POC
9.0 May 26

Remote code execution in Samba's printing subsystem allows remote attackers to inject arbitrary shell commands via craft

CVE-2026-18922 CRITICAL
9.8 Sep 07

Authentication bypass in 389 Directory Server (shipped as Red Hat Directory Server 11-13 and within RHEL 6-10) lets remo

CVE-2026-14544 CRITICAL
9.8 Jul 03

Remote code execution and privilege escalation in HPLIP (HP Linux Imaging and Printing) affects the hpcups print filter

CVE-2026-76578 CRITICAL
9.8 Sep 07

Unauthenticated privilege escalation in FreeIPA (Red Hat Identity Management) allows a remote attacker to gain genuine a

CVE-2026-5121 HIGH
7.5 Mar 30

Remote code execution in libarchive on 32-bit systems allows unauthenticated attackers to execute arbitrary code via spe

CVE-2026-28369 CRITICAL
9.1 Mar 27

HTTP request smuggling in Undertow (the embedded web server underpinning JBoss EAP, Red Hat Data Grid, and Apache Camel

CVE-2026-28368 CRITICAL
9.1 Mar 27

HTTP request smuggling in Red Hat Undertow allows remote unauthenticated attackers to bypass front-end security controls

CVE-2026-33845 CRITICAL
9.1 Apr 30

Out-of-bounds read in the GnuTLS DTLS handshake reassembly logic lets remote unauthenticated attackers trigger an intege

CVE-2026-28367 CRITICAL
9.1 Mar 27

HTTP request smuggling in Undertow allows remote unauthenticated attackers to send `\r\r\r` as a header block terminator

CVE-2026-16526 HIGH
8.8 Jul 30

Local privilege escalation in Performance Co-Pilot (PCP) on Red Hat Enterprise Linux 6 through 10 and OpenShift Containe

Vendor StatusVendor

SUSE

Severity: Moderate
Product Status
SUSE Linux Enterprise High Performance Computing 15 SP7 Affected
SUSE Linux Enterprise Module for Server Applications 15 SP7 Affected
SUSE Linux Enterprise Server 15 SP7 Affected
SUSE Linux Enterprise Server 16.0 Affected
SUSE Linux Enterprise Server 16.1 Affected

Share

CVE-2026-11884 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy