PatchSiren cyber security CVE debrief
CVE-2026-23903 Apache CVE debrief
CVE-2026-23903 is an Authentication Bypass by Alternate Name vulnerability in Apache Shiro before version 2.0.7. This issue affects static files served from case-insensitive filesystems, allowing access by varying filename case in requests. The vulnerability has a CVSS score of 5.3 and is classified as MEDIUM severity. Users are recommended to upgrade to version 2.0.7 or configure case insensitivity parameters in shiro.ini or application.properties. Shiro 2.1.0 and later versions offer a parameter to remediate this issue: shiro.ini: filterChainResolver.caseInsensitive = true or application.properties: shiro.caseInsensitive=true. This is the default in Shiro 3.0.1 and later configurations. Apache Shiro users, especially those serving static files from case-insensitive filesystems, should be aware of this vulnerability and take action to upgrade or configure their systems.
- Vendor
- Apache
- Product
- Shiro
- CVSS
- MEDIUM 5.3
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-02-09
- Original CVE updated
- 2026-08-20
- Advisory published
- 2026-02-09
- Advisory updated
- 2026-08-20
Who should care
Apache Shiro users, especially those serving static files from case-insensitive filesystems, should be aware of this vulnerability and take action to upgrade or configure their systems. Users of Shiro 2.1.0 and later should configure case insensitivity parameters to remediate this issue. Security teams and operators managing Shiro deployments should review the official advisory and CVE record to validate affected scope, severity, and vendor guidance. Those with confirmed exposure should plan vendor-supported updates or mitigations through normal change control and review compensating controls for exposed systems.
Technical summary
CVE-2026-23903 is an Authentication Bypass by Alternate Name vulnerability in Apache Shiro before version 2.0.7. The issue affects static files served from case-insensitive filesystems, allowing access by varying filename case in requests. Users should upgrade to 2.0.7 or configure case insensitivity parameters in shiro.ini or application.properties. Shiro 2.1.0 and later versions offer a parameter to remediate this issue: shiro.ini: filterChainResolver.caseInsensitive = true or application.properties: shiro.caseInsensitive=true. This vulnerability has a CVSS score of 5.3 and is classified as MEDIUM severity. The issue only effects static files. If static files are served from a case-insensitive filesystem, such as default macOS setup, static files may be accessed by varying the case of the filename in the request. If only lower-case (common default) filters are present in Shiro, they may be bypassed this way.
Defensive priority
Apache Shiro users should prioritize upgrading to version 2.0.7 or later to address the authentication bypass vulnerability.
Recommended defensive actions
- Upgrade Apache Shiro to version 2.0.7 or later
- Configure Shiro 2.1.0 and later with filterChainResolver.caseInsensitive = true or shiro.caseInsensitive=true
- Monitor for unusual file access patterns on case-insensitive filesystems
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.
- Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance.
- Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed.
- Review compensating controls for exposed systems while remediation is scheduled and verified.
Evidence notes
The CVE-2026-23903 record indicates an Authentication Bypass by Alternate Name vulnerability in Apache Shiro before version 2.0.7. The issue allows static files to be accessed by varying the case of the filename in the request on case-insensitive filesystems. Users are recommended to upgrade to version 2.0.7. Shiro 2.1.0 and later versions offer a parameter to remediate this issue: shiro.ini: filterChainResolver.caseInsensitive = true or application.properties: shiro.caseInsensitive=true. This is the default in Shiro 3.0.1 and later configurations.
Official resources
-
CVE-2026-23903 CVE record
CVE.org
-
CVE-2026-23903 NVD detail
NVD
-
Source item URL
nvd_modified
-
Mitigation or vendor reference
[email protected] - Mailing List, Vendor Advisory
-
Mitigation or vendor reference
af854a3a-2127-422b-91ae-364da2661108 - Mailing List, Third Party Advisory
AI-assisted PatchSiren debrief based on the supplied source corpus. The CVE record was published on 2026-02-09T10:15:57.520Z and has not been modified since then.