CVE-2026-56091
Received
Received - Intake
Authentication Bypass in Apache Shiro via shiro-guice
Publication date: 2026-06-25
Last updated on: 2026-06-25
Assigner: Apache Software Foundation
Description
Description
When using Apache Shiro with the shiro-guice module in a web servlet context, a specially crafted HTTP request may cause an authentication bypass.
This vulnerability is similar to https://www.cve.org/CVERecord?id=CVE-2020-1957 https://www.cve.org/CVERecord , except that it affects the `shiro-guice` module instead of the `shiro-spring` module.
This issue affects all Apache Shiro versions through 2.x, and 3.0.0-alpha-1 only when using `shiro-guice` module in a web servlet context.
Upgrade to version 3.0.0 or later, which fixes the issue.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| apache | shiro | From 3.0.0 (inc) |
| apache | shiro | to 3.0.0-alpha-1 (exc) |
| apache | shiro | to 2.x (inc) |
| apache | shiro | to 2.x (exc) |
| apache | shiro | to 3.0.0 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-289 | The product performs authentication based on the name of a resource being accessed, or the name of the actor performing the access, but it does not properly check all possible names for that resource or actor. |