Severity by source
AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N
Primary rating from Vendor (vmware) · only source for this CVE.
CVSS VectorVendor: vmware
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N
Lifecycle Timeline
2Blast Radius
ecosystem impact- 43 maven packages depend on org.springframework.ldap:spring-ldap-core (9 direct, 34 indirect)
Ecosystem-wide dependent count for version 4.0.0.
DescriptionCVE.org
Spring LDAP's DirContextAuthenticationStrategy implementations do not reject a bind request where a non-empty username is paired with an empty or null password.
Affected versions: Spring LDAP 2.4.0 through 2.4.4; 3.2.0 through 3.2.17; 3.3.0 through 3.3.7; 4.0.0 through 4.0.3.
Articles & Coverage 1
AnalysisAI
Authentication bypass in Spring LDAP's DirContextAuthenticationStrategy allows remote unauthenticated attackers to succeed at LDAP bind operations by supplying any non-empty username paired with an empty or null password, due to the framework failing to reject such anonymous-equivalent bind requests. Affected releases span Spring LDAP 2.4.0-2.4.4, 3.2.0-3.2.17, 3.3.0-3.3.7, and 4.0.0-4.0.3, putting Java applications that delegate authentication to these libraries at risk of impersonating arbitrary users. No public exploit identified at time of analysis, and the issue is not listed in CISA KEV.
Technical ContextAI
Spring LDAP is a Java library maintained by VMware/Broadcom that abstracts LDAP operations for Spring-based applications, commonly used to integrate with Active Directory and OpenLDAP for authentication and directory queries. The DirContextAuthenticationStrategy hierarchy (including SimpleDirContextAuthenticationStrategy, DefaultTlsDirContextAuthenticationStrategy, and ExternalTlsDirContextAuthenticationStrategy) configures how the JNDI DirContext is initialized when binding to a directory server. The vulnerability maps to CWE-287 (Improper Authentication): per RFC 4513, an LDAP bind with a non-empty DN but empty password must be rejected, since many directory servers silently treat such binds as anonymous and return success - Spring LDAP's strategies failed to enforce this RFC-mandated check, causing the application layer to interpret a successful anonymous bind as proof that the supplied credentials are valid. The affected CPE is cpe:2.3:a:spring:spring_ldap, covering all maintained 2.4, 3.2, 3.3, and 4.0 lines.
RemediationAI
Upgrade Spring LDAP to a fixed release on your current maintenance branch: per the version ranges in the advisory the upstream fix is available in versions later than 2.4.4, 3.2.17, 3.3.7, and 4.0.3 (consult https://spring.io/security/cve-2026-41720 for the exact patched release labels before deploying, as released patched version is not independently confirmed in this dataset beyond the closed ranges). Until the upgrade is rolled out, mitigate at the application layer by explicitly rejecting authentication attempts with empty or null passwords before invoking any Spring LDAP bind call - this fully neutralizes the issue with no side effect other than a small code change in your authentication entry points. As a secondary control, configure the backing directory server to refuse unauthenticated/anonymous binds (e.g. OpenLDAP olcDisallows: bind_anon, Active Directory's 'LDAP server channel binding and signing' hardening), accepting the trade-off that any legitimate anonymous-bind workflows you rely on for directory browsing will need to be reworked.
Oracle Java SE 7 Update 6 and earlier contains multiple sandbox bypass vulnerabilities via the ClassFinder and forName m
Remote code execution in IBM Sterling B2B Integrator, Sterling Integrator, and Tivoli Common Reporting allows unauthenti
Java Runtime Environment sandbox bypass via incorrect image channel verification in 2D component allows remote unauthent
Oracle Java SE JDK/JRE 7 and 6 Update 27 and earlier allows remote code execution with complete system compromise throug
JBoss Seam 2 in Red Hat JBoss EAP 4.3.0 fails to sanitize JBoss Expression Language inputs, allowing remote attackers to
Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 update 4 and earlier, 6 up
Multiple vulnerabilities in Oracle Java 7 before Update 11 allow remote attackers to execute arbitrary code by (1) using
Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 Update 2 and earlier, 6 Up
The WLS Security component in Oracle WebLogic Server 10.3.6.0, 12.1.2.0, 12.1.3.0, and 12.2.1.0 allows remote attackers
Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 Update 7 and earlier allow
Remote unauthenticated attackers can execute arbitrary code on Adobe ColdFusion servers through Java deserialization fla
The ExceptionDelegator component in Apache Struts before 2.2.3.1 interprets parameter values as OGNL expressions during
Same weakness CWE-287 – Improper Authentication
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-35324
GHSA-jrv5-8w28-4265