{ "schema_version": "1.4.0", "id": "GHSA-7cxr-h8wm-fg4c", "modified": "2023-08-31T18:47:04Z", "published": "2023-01-14T12:30:23Z", "aliases": [ "CVE-2023-22602" ], "summary": "Apache Shiro Interpretation Conflict vulnerability", "details": "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` ", "severity": [ { "type": "CVSS_V3", "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], "affected": [ { "package": { "ecosystem": "Maven", "name": "org.apache.shiro:shiro-root" }, "ranges": [ { "type": "ECOSYSTEM", "events": [ { "introduced": "0" }, { "fixed": "1.11.0" } ] } ] } ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-22602" }, { "type": "PACKAGE", "url": "https://github.com/apache/shiro" }, { "type": "WEB", "url": "https://lists.apache.org/thread/dzj0k2smpzzgj6g666hrbrgsrlf9yhkl" } ], "database_specific": { "cwe_ids": [ "CWE-436" ], "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2023-01-20T21:50:25Z", "nvd_published_at": "2023-01-14T10:15:00Z" } }