2023-07-19 16:01:09 +00:00
{
"id" : "CVE-2023-34034" ,
"sourceIdentifier" : "security@vmware.com" ,
"published" : "2023-07-19T15:15:11.127" ,
2024-12-08 03:06:42 +00:00
"lastModified" : "2024-11-21T08:06:26.513" ,
2023-08-14 20:00:43 +00:00
"vulnStatus" : "Modified" ,
2024-07-14 02:06:08 +00:00
"cveTags" : [ ] ,
2023-07-19 16:01:09 +00:00
"descriptions" : [
{
"lang" : "en" ,
"value" : "Using \"**\" as a pattern in Spring Security configuration \nfor WebFlux creates a mismatch in pattern matching between Spring \nSecurity and Spring WebFlux, and the potential for a security bypass.\n\n"
}
] ,
"metrics" : {
"cvssMetricV31" : [
2023-07-28 16:00:33 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "security@vmware.com" ,
"type" : "Secondary" ,
2023-07-28 16:00:33 +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:H/I:H/A:N" ,
"baseScore" : 9.1 ,
"baseSeverity" : "CRITICAL" ,
2023-07-28 16:00:33 +00:00
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "NONE" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "HIGH" ,
"integrityImpact" : "HIGH" ,
2024-12-08 03:06:42 +00:00
"availabilityImpact" : "NONE"
2023-07-28 16:00:33 +00:00
} ,
"exploitabilityScore" : 3.9 ,
2024-12-08 03:06:42 +00:00
"impactScore" : 5.2
2023-07-28 16:00:33 +00:00
} ,
2023-07-19 16:01:09 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
2023-07-19 16:01:09 +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:H/I:H/A:H" ,
"baseScore" : 9.8 ,
"baseSeverity" : "CRITICAL" ,
2023-07-19 16:01:09 +00:00
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "NONE" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "HIGH" ,
"integrityImpact" : "HIGH" ,
2024-12-08 03:06:42 +00:00
"availabilityImpact" : "HIGH"
2023-07-19 16:01:09 +00:00
} ,
"exploitabilityScore" : 3.9 ,
2024-12-08 03:06:42 +00:00
"impactScore" : 5.9
2023-07-19 16:01:09 +00:00
}
]
} ,
2023-07-28 16:00:33 +00:00
"weaknesses" : [
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"description" : [
{
"lang" : "en" ,
"value" : "NVD-CWE-noinfo"
2024-10-29 08:00:49 +00:00
}
]
} ,
{
"source" : "134c704f-9b21-4f2e-91b3-4a467353bcc0" ,
"type" : "Secondary" ,
"description" : [
{
"lang" : "en" ,
"value" : "CWE-281"
2023-07-28 16:00:33 +00:00
}
]
}
] ,
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:vmware:spring_security:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "5.6.0" ,
"versionEndExcluding" : "5.6.12" ,
"matchCriteriaId" : "3733907C-9C06-4C09-B1DA-084EEB1A74CD"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:vmware:spring_security:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "5.7.0" ,
"versionEndExcluding" : "5.7.10" ,
"matchCriteriaId" : "6517F944-32C8-4C0A-A0C6-A101C1C9580A"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:vmware:spring_security:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "5.8.0" ,
"versionEndExcluding" : "5.8.5" ,
"matchCriteriaId" : "C459A8B6-D5BD-4504-90DF-B539AFD4027E"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:vmware:spring_security:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "6.0.0" ,
"versionEndExcluding" : "6.0.5" ,
"matchCriteriaId" : "9FC21F29-5A00-49C9-BDBD-F488E6E35AE3"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:vmware:spring_security:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "6.1.0" ,
"versionEndExcluding" : "6.1.2" ,
"matchCriteriaId" : "75F8781A-895F-4602-BA07-32BF2DF04CC9"
}
]
}
]
}
] ,
2023-07-19 16:01:09 +00:00
"references" : [
2023-08-14 20:00:43 +00:00
{
"url" : "https://security.netapp.com/advisory/ntap-20230814-0008/" ,
"source" : "security@vmware.com"
} ,
2023-07-19 16:01:09 +00:00
{
"url" : "https://spring.io/security/cve-2023-34034" ,
2023-07-28 16:00:33 +00:00
"source" : "security@vmware.com" ,
"tags" : [
"Vendor Advisory"
]
2024-12-08 03:06:42 +00:00
} ,
{
"url" : "https://security.netapp.com/advisory/ntap-20230814-0008/" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108"
} ,
{
"url" : "https://spring.io/security/cve-2023-34034" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Vendor Advisory"
]
2023-07-19 16:01:09 +00:00
}
]
}