GCVE Workshop - 22 September 2026 (14:00-18:00), Luxembourg Before The Vulnopticon Conference - Registration

CVE-2026-23903 (GCVE-0-2026-23903)

Vulnerability from cvelistv5 – Published: 2026-02-09 09:26 – Updated: 2026-08-20 09:44
VLAI
Title
Apache Shiro: Auth bypass when accessing static files only on case-insensitive filesystems
Summary
Authentication Bypass by Alternate Name vulnerability in Apache Shiro. This issue affects Apache Shiro: before 2.0.7. Users are recommended to upgrade to version 2.0.7, which fixes the issue. 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. Shiro 2.1.0 and later has a new parameters to remediate this issue shiro.ini: filterChainResolver.caseInsensitive = true application.properties: shiro.caseInsensitive=true Shiro 3.0.0 and later makes this the default in shiro.ini-based configurations. Shiro 3.0.1 and later makes this the default in all configurations, including programmatic and Spring / Spring Boot.
SSVC
Exploitation: none Automatable: yes Technical Impact: partial
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2026-02-09 16:17 UTC
CWE
  • CWE-289 - Authentication Bypass by Alternate Name
Impacted products
Vendor Product Version CPE status
Apache Software Foundation Apache Shiro Affected: 0 , < 2.0.7 (semver)
guessed Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "providerMetadata": {
          "dateUpdated": "2026-02-09T10:25:43.212Z",
          "orgId": "af854a3a-2127-422b-91ae-364da2661108",
          "shortName": "CVE"
        },
        "references": [
          {
            "url": "http://www.openwall.com/lists/oss-security/2026/02/08/1"
          }
        ],
        "title": "CVE Program Container"
      },
      {
        "metrics": [
          {
            "cvssV3_1": {
              "attackComplexity": "LOW",
              "attackVector": "NETWORK",
              "availabilityImpact": "NONE",
              "baseScore": 5.3,
              "baseSeverity": "MEDIUM",
              "confidentialityImpact": "LOW",
              "integrityImpact": "NONE",
              "privilegesRequired": "NONE",
              "scope": "UNCHANGED",
              "userInteraction": "NONE",
              "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
              "version": "3.1"
            }
          },
          {
            "other": {
              "content": {
                "id": "CVE-2026-23903",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "yes"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2026-02-09T16:17:20.608697Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2026-02-09T16:17:43.204Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "collectionURL": "https://repo.maven.apache.org/maven2",
          "defaultStatus": "unaffected",
          "packageName": "org.apache.shiro:shiro-web",
          "product": "Apache Shiro",
          "vendor": "Apache Software Foundation",
          "versions": [
            {
              "lessThan": "2.0.7",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        }
      ],
      "credits": [
        {
          "lang": "en",
          "type": "finder",
          "value": "Jesse Yang"
        },
        {
          "lang": "en",
          "type": "remediation developer",
          "value": "Lenny Pimak"
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "supportingMedia": [
            {
              "base64": false,
              "type": "text/html",
              "value": "\u003cp\u003eAuthentication Bypass by Alternate Name vulnerability in Apache Shiro.\u003c/p\u003e\u003cp\u003eThis issue affects Apache Shiro: before 2.0.7.\u003c/p\u003e\u003cp\u003eUsers are recommended to upgrade to version 2.0.7, which fixes the issue.\u003c/p\u003eThe issue only effects static files. If static files are served from a case-insensitive filesystem,\u003cbr\u003esuch as default macOS setup, static files may be accessed by varying the case of the filename in the request.\u003cbr\u003eIf only lower-case (common default) filters are present in Shiro, they may be bypassed this way.\u003cbr\u003e\u003cbr\u003eShiro 2.1.0 and later has a new parameters to remediate this issue\u003cbr\u003eshiro.ini: \u003cspan style=\"background-color: rgba(129, 139, 152, 0.12);\"\u003efilterChainResolver.caseInsensitive = true\u003cbr\u003e\u003c/span\u003eapplication.properties: shiro\u003cspan style=\"background-color: rgba(129, 139, 152, 0.12);\"\u003e.caseInsensitive=true\u003cbr\u003e\u003c/span\u003e\u003cbr\u003eShiro 3.0.0 and later makes this the default in\u0026nbsp;\u003ctt\u003eshiro.ini\u003c/tt\u003e-based configurations.\u003cbr\u003eShiro 3.0.1 and later makes this the default in all configurations, including programmatic and Spring / Spring Boot."
            }
          ],
          "value": "Authentication Bypass by Alternate Name vulnerability in Apache Shiro.\n\nThis issue affects Apache Shiro: before 2.0.7.\n\nUsers are recommended to upgrade to version 2.0.7, which fixes the issue.\n\nThe issue only effects static files. If static files are served from a case-insensitive filesystem,\nsuch as default macOS setup, static files may be accessed by varying the case of the filename in the request.\nIf only lower-case (common default) filters are present in Shiro, they may be bypassed this way.\n\nShiro 2.1.0 and later has a new parameters to remediate this issue\nshiro.ini: filterChainResolver.caseInsensitive = true\napplication.properties: shiro.caseInsensitive=true\n\nShiro 3.0.0 and later makes this the default in\u00a0shiro.ini-based configurations.\nShiro 3.0.1 and later makes this the default in all configurations, including programmatic and Spring / Spring Boot."
        }
      ],
      "metrics": [
        {
          "other": {
            "content": {
              "text": "low"
            },
            "type": "Textual description of severity"
          }
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "cweId": "CWE-289",
              "description": "CWE-289 Authentication Bypass by Alternate Name",
              "lang": "en",
              "type": "CWE"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-20T09:44:32.338Z",
        "orgId": "f0158376-9dc2-43b6-827c-5f631a4d8d09",
        "shortName": "apache"
      },
      "references": [
        {
          "tags": [
            "vendor-advisory"
          ],
          "url": "https://lists.apache.org/thread/5jjf0hnjcol58z2m5y255c7scz1lnp8k"
        }
      ],
      "source": {
        "discovery": "EXTERNAL"
      },
      "title": "Apache Shiro: Auth bypass when accessing static files only on case-insensitive filesystems",
      "x_generator": {
        "engine": "Vulnogram 0.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "f0158376-9dc2-43b6-827c-5f631a4d8d09",
    "assignerShortName": "apache",
    "cveId": "CVE-2026-23903",
    "datePublished": "2026-02-09T09:26:21.772Z",
    "dateReserved": "2026-01-19T01:14:40.103Z",
    "dateUpdated": "2026-08-20T09:44:32.338Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-23903",
      "date": "2026-09-16",
      "epss": "0.00355",
      "percentile": "0.29065"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-23903\",\"sourceIdentifier\":\"security@apache.org\",\"published\":\"2026-02-09T10:15:57.520\",\"lastModified\":\"2026-08-20T10:16:41.287\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Authentication Bypass by Alternate Name vulnerability in Apache Shiro.\\n\\nThis issue affects Apache Shiro: before 2.0.7.\\n\\nUsers are recommended to upgrade to version 2.0.7, which fixes the issue.\\n\\nThe issue only effects static files. If static files are served from a case-insensitive filesystem,\\nsuch as default macOS setup, static files may be accessed by varying the case of the filename in the request.\\nIf only lower-case (common default) filters are present in Shiro, they may be bypassed this way.\\n\\nShiro 2.1.0 and later has a new parameters to remediate this issue\\nshiro.ini: filterChainResolver.caseInsensitive = true\\napplication.properties: shiro.caseInsensitive=true\\n\\nShiro 3.0.0 and later makes this the default in\u00a0shiro.ini-based configurations.\\nShiro 3.0.1 and later makes this the default in all configurations, including programmatic and Spring / Spring Boot.\"},{\"lang\":\"es\",\"value\":\"Vulnerabilidad de omisi\u00f3n de autenticaci\u00f3n por nombre alternativo en Apache Shiro.\\n\\nEste problema afecta a Apache Shiro: antes de la versi\u00f3n 2.0.7.\\n\\nSe recomienda a los usuarios actualizar a la versi\u00f3n 2.0.7, que soluciona el problema.\\n\\nEl problema solo afecta a los archivos est\u00e1ticos. Si los archivos est\u00e1ticos se sirven desde un sistema de archivos que no distingue entre may\u00fasculas y min\u00fasculas, como la configuraci\u00f3n predeterminada de macOS, se puede acceder a los archivos est\u00e1ticos variando el uso de may\u00fasculas y min\u00fasculas del nombre de archivo en la solicitud. Si solo hay filtros en min\u00fasculas (valor predeterminado com\u00fan) en Shiro, pueden ser omitidos de esta manera.\\n\\nShiro 2.0.7 y versiones posteriores tienen nuevos par\u00e1metros para solucionar este problema\\nshiro.ini: filterChainResolver.caseInsensitive = true\\napplication.propertie: shiro.caseInsensitive=true\\n\\nShiro 3.0.0 y versiones posteriores (pr\u00f3ximas) lo convierten en el valor predeterminado.\"}],\"affected\":[{\"source\":\"security@apache.org\",\"affectedData\":[{\"vendor\":\"Apache Software Foundation\",\"product\":\"Apache Shiro\",\"defaultStatus\":\"unaffected\",\"collectionURL\":\"https://repo.maven.apache.org/maven2\",\"packageName\":\"org.apache.shiro:shiro-web\",\"versions\":[{\"version\":\"0\",\"lessThan\":\"2.0.7\",\"versionType\":\"semver\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N\",\"baseScore\":5.3,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":3.9,\"impactScore\":1.4}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2026-02-09T16:17:20.608697Z\",\"id\":\"CVE-2026-23903\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"yes\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"security@apache.org\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-289\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:apache:shiro:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"2.0.7\",\"matchCriteriaId\":\"9E1B2B45-F100-4693-9F70-FE8D342853A3\"}]}]}],\"references\":[{\"url\":\"https://lists.apache.org/thread/5jjf0hnjcol58z2m5y255c7scz1lnp8k\",\"source\":\"security@apache.org\",\"tags\":[\"Mailing List\",\"Vendor Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2026/02/08/1\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]}]}}",
    "redhat_vex": {
      "aggregate_severity": "Moderate",
      "current_release_date": "2026-08-20T10:31:31+00:00",
      "cve": "CVE-2026-23903",
      "id": "CVE-2026-23903",
      "initial_release_date": "2026-02-09T09:26:21.772000+00:00",
      "product_status:known_affected": "4",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "org.apache.shiro/shiro-web: Apache Shiro: Auth bypass when accessing static files only on case-insensitive filesystems",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-23903.json",
      "version": "3"
    },
    "vulnrichment": {
      "containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"http://www.openwall.com/lists/oss-security/2026/02/08/1\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2026-02-09T10:25:43.212Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 5.3, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"LOW\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-23903\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-02-09T16:17:20.608697Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-02-09T16:16:07.848Z\"}}], \"cna\": {\"title\": \"Apache Shiro: Auth bypass when accessing static files only on case-insensitive filesystems\", \"source\": {\"discovery\": \"EXTERNAL\"}, \"credits\": [{\"lang\": \"en\", \"type\": \"finder\", \"value\": \"Jesse Yang\"}, {\"lang\": \"en\", \"type\": \"remediation developer\", \"value\": \"Lenny Pimak\"}], \"metrics\": [{\"other\": {\"type\": \"Textual description of severity\", \"content\": {\"text\": \"low\"}}}], \"affected\": [{\"vendor\": \"Apache Software Foundation\", \"product\": \"Apache Shiro\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"2.0.7\", \"versionType\": \"semver\"}], \"packageName\": \"org.apache.shiro:shiro-web\", \"collectionURL\": \"https://repo.maven.apache.org/maven2\", \"defaultStatus\": \"unaffected\"}], \"references\": [{\"url\": \"https://lists.apache.org/thread/5jjf0hnjcol58z2m5y255c7scz1lnp8k\", \"tags\": [\"vendor-advisory\"]}], \"x_generator\": {\"engine\": \"Vulnogram 0.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"Authentication Bypass by Alternate Name vulnerability in Apache Shiro.\\n\\nThis issue affects Apache Shiro: before 2.0.7.\\n\\nUsers are recommended to upgrade to version 2.0.7, which fixes the issue.\\n\\nThe issue only effects static files. If static files are served from a case-insensitive filesystem,\\nsuch as default macOS setup, static files may be accessed by varying the case of the filename in the request.\\nIf only lower-case (common default) filters are present in Shiro, they may be bypassed this way.\\n\\nShiro 2.1.0 and later has a new parameters to remediate this issue\\nshiro.ini: filterChainResolver.caseInsensitive = true\\napplication.properties: shiro.caseInsensitive=true\\n\\nShiro 3.0.0 and later makes this the default in\\u00a0shiro.ini-based configurations.\\nShiro 3.0.1 and later makes this the default in all configurations, including programmatic and Spring / Spring Boot.\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"\u003cp\u003eAuthentication Bypass by Alternate Name vulnerability in Apache Shiro.\u003c/p\u003e\u003cp\u003eThis issue affects Apache Shiro: before 2.0.7.\u003c/p\u003e\u003cp\u003eUsers are recommended to upgrade to version 2.0.7, which fixes the issue.\u003c/p\u003eThe issue only effects static files. If static files are served from a case-insensitive filesystem,\u003cbr\u003esuch as default macOS setup, static files may be accessed by varying the case of the filename in the request.\u003cbr\u003eIf only lower-case (common default) filters are present in Shiro, they may be bypassed this way.\u003cbr\u003e\u003cbr\u003eShiro 2.1.0 and later has a new parameters to remediate this issue\u003cbr\u003eshiro.ini: \u003cspan style=\\\"background-color: rgba(129, 139, 152, 0.12);\\\"\u003efilterChainResolver.caseInsensitive = true\u003cbr\u003e\u003c/span\u003eapplication.properties: shiro\u003cspan style=\\\"background-color: rgba(129, 139, 152, 0.12);\\\"\u003e.caseInsensitive=true\u003cbr\u003e\u003c/span\u003e\u003cbr\u003eShiro 3.0.0 and later makes this the default in\u0026nbsp;\u003ctt\u003eshiro.ini\u003c/tt\u003e-based configurations.\u003cbr\u003eShiro 3.0.1 and later makes this the default in all configurations, including programmatic and Spring / Spring Boot.\", \"base64\": false}]}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-289\", \"description\": \"CWE-289 Authentication Bypass by Alternate Name\"}]}], \"providerMetadata\": {\"orgId\": \"f0158376-9dc2-43b6-827c-5f631a4d8d09\", \"shortName\": \"apache\", \"dateUpdated\": \"2026-08-20T09:44:32.338Z\"}}}",
      "cveMetadata": "{\"cveId\": \"CVE-2026-23903\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-08-20T09:44:32.338Z\", \"dateReserved\": \"2026-01-19T01:14:40.103Z\", \"assignerOrgId\": \"f0158376-9dc2-43b6-827c-5f631a4d8d09\", \"datePublished\": \"2026-02-09T09:26:21.772Z\", \"assignerShortName\": \"apache\"}",
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }
  }
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.

Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…

Related by attack behaviour

Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.


Loading…