2023-11-28 11:00:22 +00:00
{
"id" : "CVE-2023-34055" ,
"sourceIdentifier" : "security@vmware.com" ,
"published" : "2023-11-28T09:15:07.303" ,
2025-02-13 19:04:13 +00:00
"lastModified" : "2025-02-13T17:16:34.187" ,
2023-12-21 23:00:28 +00:00
"vulnStatus" : "Modified" ,
2024-07-14 02:06:08 +00:00
"cveTags" : [ ] ,
2023-11-28 11:00:22 +00:00
"descriptions" : [
{
"lang" : "en" ,
2025-02-13 19:04:13 +00:00
"value" : "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\u00a0is on the classpath"
2023-11-28 15:00:22 +00:00
} ,
{
"lang" : "es" ,
"value" : "En las versiones 2.7.0 - 2.7.17, 3.0.0-3.0.12 y 3.1.0-3.1.5 de Spring Boot, es posible que un usuario proporcione solicitudes HTTP especialmente manipuladas que pueden provocar una condici\u00f3n de denegaci\u00f3n de servicio ( DoS). Espec\u00edficamente, una aplicaci\u00f3n es vulnerable cuando se cumple todo lo siguiente: * la aplicaci\u00f3n usa Spring MVC o Spring WebFlux * org.springframework.boot:spring-boot-actuator est\u00e1 en el classpath"
2023-11-28 11:00:22 +00:00
}
] ,
"metrics" : {
"cvssMetricV31" : [
2023-12-04 21:00:22 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "security@vmware.com" ,
"type" : "Secondary" ,
2023-12-04 21:00:22 +00:00
"cvssData" : {
"version" : "3.1" ,
2024-12-08 03:06:42 +00:00
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L" ,
"baseScore" : 5.3 ,
"baseSeverity" : "MEDIUM" ,
2023-12-04 21:00:22 +00:00
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
2024-12-08 03:06:42 +00:00
"privilegesRequired" : "NONE" ,
2023-12-04 21:00:22 +00:00
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "NONE" ,
"integrityImpact" : "NONE" ,
2024-12-08 03:06:42 +00:00
"availabilityImpact" : "LOW"
2023-12-04 21:00:22 +00:00
} ,
2024-12-08 03:06:42 +00:00
"exploitabilityScore" : 3.9 ,
"impactScore" : 1.4
2023-12-04 21:00:22 +00:00
} ,
2023-11-28 11:00:22 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
2023-11-28 11:00:22 +00:00
"cvssData" : {
"version" : "3.1" ,
2024-12-08 03:06:42 +00:00
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" ,
"baseScore" : 6.5 ,
"baseSeverity" : "MEDIUM" ,
2023-11-28 11:00:22 +00:00
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
2024-12-08 03:06:42 +00:00
"privilegesRequired" : "LOW" ,
2023-11-28 11:00:22 +00:00
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "NONE" ,
"integrityImpact" : "NONE" ,
2024-12-08 03:06:42 +00:00
"availabilityImpact" : "HIGH"
2023-11-28 11:00:22 +00:00
} ,
2024-12-08 03:06:42 +00:00
"exploitabilityScore" : 2.8 ,
"impactScore" : 3.6
2023-11-28 11:00:22 +00:00
}
]
} ,
2023-12-04 21:00:22 +00:00
"weaknesses" : [
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"description" : [
{
"lang" : "en" ,
"value" : "NVD-CWE-noinfo"
}
]
}
] ,
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:vmware:spring_boot:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "2.7.0" ,
"versionEndIncluding" : "2.7.17" ,
"matchCriteriaId" : "6706E7D6-A20F-4BEF-9A2D-65C60C32D3A0"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:vmware:spring_boot:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "3.0.0" ,
"versionEndIncluding" : "3.0.12" ,
"matchCriteriaId" : "9C09D8C7-323F-4EA7-9B2A-7F7278108930"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:vmware:spring_boot:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "3.1.0" ,
"versionEndIncluding" : "3.1.5" ,
"matchCriteriaId" : "A08E05A3-BA33-4797-976D-537BB0AE4D6B"
}
]
}
]
}
] ,
2023-11-28 11:00:22 +00:00
"references" : [
2023-12-21 23:00:28 +00:00
{
"url" : "https://security.netapp.com/advisory/ntap-20231221-0010/" ,
"source" : "security@vmware.com"
} ,
2023-11-28 11:00:22 +00:00
{
"url" : "https://spring.io/security/cve-2023-34055" ,
2023-12-04 21:00:22 +00:00
"source" : "security@vmware.com" ,
"tags" : [
"Vendor Advisory"
]
2024-12-08 03:06:42 +00:00
} ,
{
"url" : "https://security.netapp.com/advisory/ntap-20231221-0010/" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108"
} ,
{
"url" : "https://spring.io/security/cve-2023-34055" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Vendor Advisory"
]
2023-11-28 11:00:22 +00:00
}
]
}