Home
Trends
Vulnerabilities
News
Researchers
Why dbugs?

Lenny Pimak

#47619of 53,633
5.3Total CVSS
Vulnerabilities · 1
PT-2026-7017
5.3
2026-01-01
Apache · Apache Shiro · CVE-2026-23903
**Name of the Vulnerable Software and Affected Versions** Apache Shiro versions prior to 2.0.7 **Description** An authentication bypass issue exists in Apache Shiro. The issue relates to bypassing authentication when accessing static files on case-insensitive filesystems by varying the case of the filename in the request, if only lower-case filters are present in Shiro. The issue only affects static files. **Recommendations** Upgrade to version 2.0.7, which resolves the issue. Configure `filterChainResolver.caseInsensitive = true` in `shiro.ini`. Configure `shiro.caseInsensitive=true` in `application.properties`.