CVE-2026-59270

Updated on 27 Aug 2026

Severity

9.0 Critical severity

Details

CVSS score
9.0
CVSS vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:L

Overview

About vulnerability

Spring Security’s embedded UnboundID LDAP server (UnboundIdContainer) unconditionally registers an administrative credential and binds its listener to all available network interfaces.

An attacker who could reach the LDAP listener port could authenticate using the well-known administrative bind DN, and then read or modify entries in the in-memory directory.

Preconditions:

  1. The application uses UnboundIdContainer — configured directly or through Spring Boot auto-configuration (spring.ldap.embedded.* properties).
  2. The LDAP listener port is reachable from the attacker’s network position (not restricted to localhost by an external firewall or network policy).

Details

Affected product:
Apache CXF , Spring , grails-core
Affected packages:
cxf-tools-javato @ 3.5.9 (+1012 more)

Fixes