Spring Boot Actuator 3.1.0 Contains Critical 8.2 CVSS Vulnerabilities, But Scans Flag Them as 'Unreachable'
A critical security scan has flagged the widely used Spring Boot Actuator starter library, version 3.1.0, as containing three vulnerabilities, with the highest severity scoring 8.2 on the CVSS scale. This finding, reported via a GitHub issue, highlights a significant potential exposure in a core component designed to provide production monitoring and management features for countless Java applications. The scanner's report specifically notes the vulnerable library path, pinpointing the exact JAR file within a standard Maven repository, yet it also marks these vulnerabilities with the unusual and critical classification of 'unreachable'.
The vulnerable component is `spring-boot-starter-actuator-3.1.0.jar`, a fundamental part of the Spring Boot ecosystem maintained by VMware. The scanner details that the library is referenced in a project's `/pom.xml` file. While the exact nature of the three CVEs is not detailed in this initial report, a CVSS score of 8.2 indicates a high-severity flaw that could allow an attacker to compromise confidentiality, integrity, or availability. The 'unreachable' tag suggests the scanning tool believes the vulnerable code paths may not be directly exposed in the specific application's runtime, but this does not eliminate the inherent risk of the library being present.
This situation creates immediate pressure for development and security teams relying on this specific version. The 'unreachable' designation may lead to confusion or a false sense of security, potentially causing organizations to delay remediation. Teams must now urgently cross-reference this finding with the official Spring Security advisories to identify the specific vulnerabilities and verify if their application configuration truly mitigates the reachability risk. The presence of such a high-severity score in a core management dependency underscores the persistent challenge of securing software supply chains, even within mainstream, enterprise-grade frameworks.