漏洞标题
在Apache Shiro 1.11.0之前,当它与Spring Boot 2.6+一起使用时,可能通过特别设计的HTTP请求绕过身份验证。
漏洞描述信息
Apache Shiro 1.11.0之前的版本,当与Spring Boot 2.6+一起使用时,可能存在通过精心构造的HTTP请求绕过身份验证的风险。
CVSS信息
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
漏洞类别
N/A
漏洞标题
Apache Shiro before 1.11.0, when used with Spring Boot 2.6+, may allow authentication bypass through a specially crafted HTTP request
漏洞描述信息
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`
CVSS信息
N/A
漏洞类别
解释冲突
漏洞标题
Apache Shiro 安全漏洞
漏洞描述信息
Apache Shiro是美国阿帕奇(Apache)基金会的一套用于执行认证、授权、加密和会话管理的Java安全框架。 Apache Shiro 1.11.0之前版本存在安全漏洞,该漏洞源于其与Spring Boot 2.6+一起使用时,特制的HTTP请求可能会导致身份验证绕过。
CVSS信息
N/A
漏洞类别
其他