ghsa-v94h-hvhg-mf9h
Vulnerability from github
Published
2023-11-28 09:30
Modified
2024-03-14 19:47
Severity ?
Summary
Spring Framework vulnerable to denial of service
Details
In Spring Framework versions 6.0.0 - 6.0.13, 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
- io.micrometer:micrometer-core is on the classpath
- an ObservationRegistry is configured in the application to record observations
Typically, Spring Boot applications need the org.springframework.boot:spring-boot-actuator dependency to meet all conditions.
{ "affected": [ { "package": { "ecosystem": "Maven", "name": "org.springframework:spring-webmvc" }, "ranges": [ { "events": [ { "introduced": "6.0.0" }, { "fixed": "6.0.14" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2023-34053" ], "database_specific": { "cwe_ids": [], "github_reviewed": true, "github_reviewed_at": "2023-11-28T20:53:36Z", "nvd_published_at": "2023-11-28T09:15:06Z", "severity": "HIGH" }, "details": "In Spring Framework versions 6.0.0 - 6.0.13, it is possible for a user to provide specially crafted HTTP requests that may cause a denial-of-service (DoS) condition.\n\nSpecifically, an application is vulnerable when all of the following are true:\n\n * the application uses Spring MVC or Spring WebFlux\n * io.micrometer:micrometer-core\u00a0is on the classpath\n * an ObservationRegistry is configured in the application to record observations\n\n\nTypically, Spring Boot applications need the org.springframework.boot:spring-boot-actuator\u00a0dependency to meet all conditions.", "id": "GHSA-v94h-hvhg-mf9h", "modified": "2024-03-14T19:47:51Z", "published": "2023-11-28T09:30:27Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-34053" }, { "type": "WEB", "url": "https://github.com/spring-projects/spring-framework/commit/c18784678df489d06a70e54fcddb5e3821d4b00c" }, { "type": "PACKAGE", "url": "https://github.com/spring-projects/spring-framework" }, { "type": "WEB", "url": "https://github.com/spring-projects/spring-framework/compare/v6.0.13...v6.0.14" }, { "type": "WEB", "url": "https://security.netapp.com/advisory/ntap-20231214-0007" }, { "type": "WEB", "url": "https://spring.io/security/cve-2023-34053" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "type": "CVSS_V3" } ], "summary": "Spring Framework vulnerable to denial of service" }
Loading...
Loading...
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.