2023-04-24 12:24:31 +02:00
{
"id" : "CVE-2023-22602" ,
"sourceIdentifier" : "security@apache.org" ,
"published" : "2023-01-14T10:15:09.140" ,
2023-08-31 18:00:29 +00:00
"lastModified" : "2023-08-31T16:16:24.610" ,
2023-04-24 12:24:31 +02:00
"vulnStatus" : "Analyzed" ,
"descriptions" : [
{
"lang" : "en" ,
"value" : "When using Apache Shiro before 1.11.0 together with Spring Boot 2.6+, a specially crafted HTTP request may cause an authentication bypass. The authentication bypass occurs when Shiro and Spring Boot are using different pattern-matching techniques. Both Shiro and Spring Boot < 2.6 default to Ant style pattern matching. Mitigation: Update to Apache Shiro 1.11.0, or set the following Spring Boot configuration value: `spring.mvc.pathmatch.matching-strategy = ant_path_matcher`"
}
] ,
"metrics" : {
"cvssMetricV31" : [
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" ,
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "NONE" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "NONE" ,
"integrityImpact" : "HIGH" ,
"availabilityImpact" : "NONE" ,
"baseScore" : 7.5 ,
"baseSeverity" : "HIGH"
} ,
"exploitabilityScore" : 3.9 ,
"impactScore" : 3.6
}
]
} ,
"weaknesses" : [
{
"source" : "security@apache.org" ,
"type" : "Primary" ,
"description" : [
{
"lang" : "en" ,
"value" : "CWE-436"
}
]
}
] ,
"configurations" : [
{
"operator" : "AND" ,
"nodes" : [
{
2023-08-31 18:00:29 +00:00
"operator" : "OR" ,
2023-04-24 12:24:31 +02:00
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:apache:shiro:*:*:*:*:*:*:*:*" ,
"versionEndExcluding" : "1.11.0" ,
"matchCriteriaId" : "A43087B9-1941-4A90-AF30-331C19BF9A87"
}
]
} ,
{
2023-08-31 18:00:29 +00:00
"operator" : "OR" ,
2023-04-24 12:24:31 +02:00
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:vmware:spring_boot:2.6.0:\\+:*:*:*:*:*:*" ,
"matchCriteriaId" : "74809806-E086-4EFF-8268-3EFF39AB5EF4"
}
]
}
]
}
] ,
"references" : [
{
"url" : "https://lists.apache.org/thread/dzj0k2smpzzgj6g666hrbrgsrlf9yhkl" ,
"source" : "security@apache.org" ,
"tags" : [
"Mailing List" ,
"Vendor Advisory"
]
}
]
}