mirror of
https://github.com/netbirdio/advisory-database.git
synced 2026-05-22 18:04:22 -07:00
Publish GHSA-jjfh-589g-3hjx
This commit is contained in:
@@ -1,24 +1,28 @@
|
||||
{
|
||||
"schema_version": "1.4.0",
|
||||
"id": "GHSA-jjfh-589g-3hjx",
|
||||
"modified": "2023-12-22T00:30:31Z",
|
||||
"modified": "2024-06-27T16:35:04Z",
|
||||
"published": "2023-11-28T09:30:27Z",
|
||||
"aliases": [
|
||||
"CVE-2023-34055"
|
||||
],
|
||||
"summary": "Spring Boot denial of service vulnerability",
|
||||
"details": "In 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.\n\nSpecifically, an application is vulnerable when all of the following are true:\n\n * the application uses Spring MVC or Spring WebFlux\n * org.springframework.boot:spring-boot-actuator is on the classpath",
|
||||
"summary": "Spring Boot Actuator denial of service vulnerability",
|
||||
"details": "In 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.\n\nSpecifically, an application is vulnerable when all of the following are true:\n\n * the application uses Spring MVC or Spring WebFlux\n * `org.springframework.boot:spring-boot-actuator` is on the classpath",
|
||||
"severity": [
|
||||
{
|
||||
"type": "CVSS_V3",
|
||||
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H"
|
||||
},
|
||||
{
|
||||
"type": "CVSS_V4",
|
||||
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L"
|
||||
}
|
||||
],
|
||||
"affected": [
|
||||
{
|
||||
"package": {
|
||||
"ecosystem": "Maven",
|
||||
"name": "org.springframework.boot:spring-boot"
|
||||
"name": "org.springframework.boot:spring-boot-actuator"
|
||||
},
|
||||
"ranges": [
|
||||
{
|
||||
@@ -37,7 +41,7 @@
|
||||
{
|
||||
"package": {
|
||||
"ecosystem": "Maven",
|
||||
"name": "org.springframework.boot:spring-boot"
|
||||
"name": "org.springframework.boot:spring-boot-actuator"
|
||||
},
|
||||
"ranges": [
|
||||
{
|
||||
@@ -56,7 +60,7 @@
|
||||
{
|
||||
"package": {
|
||||
"ecosystem": "Maven",
|
||||
"name": "org.springframework.boot:spring-boot"
|
||||
"name": "org.springframework.boot:spring-boot-actuator"
|
||||
},
|
||||
"ranges": [
|
||||
{
|
||||
@@ -78,6 +82,10 @@
|
||||
"type": "ADVISORY",
|
||||
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-34055"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://github.com/spring-projects/spring-boot/commit/5490e73922b37a7f0bdde43eb318cb1038b45d60"
|
||||
},
|
||||
{
|
||||
"type": "PACKAGE",
|
||||
"url": "https://github.com/spring-projects/spring-boot"
|
||||
@@ -86,6 +94,10 @@
|
||||
"type": "WEB",
|
||||
"url": "https://security.netapp.com/advisory/ntap-20231221-0010"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://security.snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORKBOOT-6226862"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://spring.io/security/cve-2023-34055"
|
||||
|
||||
Reference in New Issue
Block a user