Skip to main content

Severity by source

Vendor (redhat) PRIMARY
3.7 LOW
AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N
vuln.today AI
3.7 LOW

Network-reachable LDAP bind endpoint (AV:N), high complexity due to PBKDF2 timing noise (AC:H), no authentication needed to bind (PR:N), low confidentiality-only impact limited to partial hash inference.

3.1 AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N
4.0 AV:N/AC:H/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N

Primary rating from Vendor (redhat).

CVSS VectorVendor: redhat

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

Lifecycle Timeline

2
Analysis Generated
Jul 08, 2026 - 11:20 vuln.today
CVE Published
Jul 08, 2026 - 10:15 cve.org
LOW 3.7

DescriptionCVE.org

A flaw was found in 389 Directory Server. The PBKDF2-SHA256 password verification function uses standard memcmp() for comparing password hashes instead of a constant-time comparison function. A remote attacker could potentially use timing measurements of LDAP bind attempts to infer partial hash information, though practical exploitation is extremely difficult due to PBKDF2 computational overhead.

AnalysisAI

Timing side-channel exposure in Red Hat Directory Server's PBKDF2-SHA256 password verification allows a remote unauthenticated attacker to send repeated LDAP bind requests and statistically infer partial hash information by measuring response-time differences caused by non-constant-time memcmp() comparisons. Affected deployments span Red Hat Directory Server 11 through 13 and the 389-ds-base package shipped across RHEL 6 through 10. No public exploit identified at time of analysis, and practical exploitation is acknowledged to be extremely difficult due to the computational overhead inherent in PBKDF2 key stretching, which substantially degrades the timing signal.

Technical ContextAI

389 Directory Server implements PBKDF2-SHA256 for hashing LDAP user passwords, a key-derivation function that applies a pseudo-random function thousands of times to increase brute-force cost. The root cause (CWE-208, Observable Timing Discrepancy) is that the final hash comparison step uses the standard C library memcmp(), which returns early on the first byte mismatch. This produces microsecond-scale timing differences depending on how many leading bytes of the submitted hash match the stored hash. PBKDF2's deliberate computational overhead (intended as a brute-force deterrent) partially masks the memcmp timing signal, which is why practical exploitation is rated extremely difficult. Affected CPE strings confirm all major RHDS versions (cpe:2.3:a:red_hat:red_hat_directory_server_11/12/13) and the 389-ds-base component across RHEL 6-10.

RemediationAI

No specific patched version number is identified in the available intelligence; an exact fix release has not been independently confirmed from the provided references. Administrators should consult the Red Hat security advisory at https://access.redhat.com/security/cve/CVE-2026-15041 and monitor errata for 389-ds-base updates that replace memcmp() with a constant-time comparison (e.g., CRYPTO_memcmp or timingsafe_bcmp). As a compensating control while awaiting a patch, restrict LDAP bind access to trusted network segments via firewall rules - this limits an attacker's ability to issue the high volume of bind attempts required for statistical timing analysis. Additionally, enabling account lockout policies in Directory Server (via passwordLockout and passwordMaxFailure attributes) reduces the number of probes an attacker can make before triggering a lockout, further degrading timing-attack feasibility. Note that lockout policies introduce a denial-of-service trade-off against legitimate users.

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

Share

EUVD-2026-42213 vulnerability details – vuln.today

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