CVE-2026-59270
Received Received - Intake

UnboundID LDAP Server Credential Exposure in Spring Security

Vulnerability report for CVE-2026-59270, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-27

Last updated on: 2026-08-27

Assigner: VMware

Description

Spring Security's embedded UnboundID LDAP server (UnboundIdContainer) unconditionally registers an administrative credential and binds its listener to all available network interfaces. Spring Security 7.1.0 Spring Security 7.0.0 - 7.0.6 Spring Security 6.5.0 - 6.5.11 Spring Security 6.4.0 - 6.4.18 Spring Security 5.8.0 - 5.8.27 Spring Security 5.7.0 - 5.7.25

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-27
Last Modified
2026-08-27
Generated
2026-08-27
AI Q&A
2026-08-27
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 6 associated CPEs
Vendor Product Version / Range
spring_security spring_security to 7.1.1 (exc)
spring_security spring_security to 7.0.7 (exc)
spring_security spring_security to 6.5.12 (exc)
spring_security spring_security to 6.4.19 (exc)
spring_security spring_security to 5.8.28 (exc)
spring_security spring_security to 5.7.26 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

Spring Security's embedded UnboundID LDAP server unconditionally registers an administrative credential and binds its listener to all network interfaces. This allows attackers who can access the LDAP port to authenticate using a known administrative bind DN and then read or modify entries in the in-memory directory.

Detection Guidance

Check if your Spring Security application uses the embedded UnboundID LDAP server by inspecting configuration files for UnboundIdContainer. Scan network interfaces for open LDAP ports (default 389 or 1389) and verify if administrative credentials are exposed. Use commands like netstat -tuln | grep 389 or ss -tuln | grep 389 to detect listening LDAP ports.

Impact Analysis

An attacker could gain unauthorized access to sensitive data stored in the LDAP directory or modify entries, potentially leading to data breaches or system compromise. The vulnerability is critical due to its high CVSS score of 9.4, indicating a severe risk.

Compliance Impact

This vulnerability could lead to unauthorized access or modification of sensitive data, which may violate compliance requirements under GDPR, HIPAA, or other regulations. Organizations using affected versions must address this to maintain compliance.

Mitigation Strategies

Upgrade Spring Security to fixed versions: 7.1.1 (OSS), 7.1.0.1 (Enterprise), 7.0.7 (OSS), 7.0.6.1 (Enterprise), 6.5.12 (Enterprise), 6.4.19 (Enterprise), 5.8.28 (Enterprise), or 5.7.26 (Enterprise). No additional mitigation steps are required beyond upgrading.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-59270. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart