CVE-2023-34055
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedIn Spring Boot versions 2.7.0 - 2.7.17, 3.0.0-3.0.12 and 3.1.0-3.1.5, it is possible for a user to provide specially crafted HTTP requests that may cause a denial-of-service (DoS) condition. Specifically, an application is vulnerable when all of the following are true: * the application uses Spring MVC or Spring WebFlux * org.springframework.boot:spring-boot-actuator is on the classpath
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · moderate confidenceA denial-of-service vulnerability in Spring Boot's actuator endpoints. When Spring MVC or Spring WebFlux is used together with spring-boot-actuator on the classpath, specially crafted HTTP requests can trigger a DoS condition.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data>= 2.7.0, <= 2.7.17>= 3.0.0, <= 3.0.12>= 3.1.0, <= 3.1.5CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- Low
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- None
- Integrity
- None
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Verify spring-boot-actuator is on the classpathInspect your project dependencies (Maven pom.xml, Gradle build.gradle, or the lib/ directory of the deployed application) for the spring-boot-actuator artifact.Affected if spring-boot-actuator is present in the dependencies
-
Confirm Spring MVC or Spring WebFlux is in useCheck dependencies for spring-boot-starter-web (Spring MVC) or spring-boot-starter-webflux (Spring WebFlux), or verify the application uses annotations like @RestController or @Controller.Affected if Either Spring MVC or Spring WebFlux is included alongside actuator
-
Determine the Spring Boot versionCheck the spring-boot.version property in pom.xml, the build.gradle file, or the MANIFEST.MF file in the deployed spring-boot JAR (the Spring-Boot-Version attribute).Affected if The version falls within 2.7.0-2.7.17, 3.0.0-3.0.12, or 3.1.0-3.1.5
-
Check if actuator endpoints are exposedInspect application.properties or application.yml for management.endpoints.web.exposure.include or management.endpoints.exposure.include settings. If not set, default endpoints may still be accessible.Affected if Any actuator endpoints are exposed via HTTP (especially /health, /metrics, or env)
You are affected if spring-boot-actuator and Spring MVC/WebFlux are on the classpath, your Spring Boot version is in the affected ranges, and actuator endpoints are HTTP-accessible.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedUpgrade Spring Boot to version 2.7.18+, 3.0.13+, or 3.1.6+ to patch this vulnerability.
Upgrade to Spring Boot 2.7.18+ (if on 2.7.x), 3.0.13+ (if on 3.0.x), or 3.1.6+ (if on 3.1.x)
- Identify the current Spring Boot version in use (check pom.xml or build.gradle)
- For 2.7.x branch: upgrade spring-boot version to 2.7.18 or later in pom.xml/build.gradle
- For 3.0.x branch: upgrade spring-boot version to 3.0.13 or later in pom.xml/build.gradle
- For 3.1.x branch: upgrade spring-boot version to 3.1.6 or later in pom.xml/build.gradle
- Run mvn clean install or ./gradlew build to rebuild the application
- Deploy the rebuilt application
- Verify the application starts successfully and test key functionality
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation4.0 h
- Implementation8.0 h
- Testing12.0 h
- Review / QA4.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $7,616.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2023-34055 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2023-34055 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data