CVE-2026-44598 PUBLISHED

Apache Shiro Jakarta EE module: Open redirect and SSRF (requires valid credentials)

Assigner: apache
Reserved: 07.05.2026 Published: 25.05.2026 Updated: 26.05.2026

With valid login credentials, URL Redirection to Untrusted Site ('Open Redirect'), Server-Side Request Forgery (SSRF) vulnerability in Apache Shiro.

This issue affects Apache Shiro from 2.0-alpha to 2.1.0, and 3.0.0-alpha-1, only when using shiro-jakarta-ee integration module.

Users are recommended to upgrade to version 2.1.1, or 3.0.0-alpha-2 or later, which fixes the issue by encrypting the cookie.

After successful login, Jakarta EE integration module uses shiroSavedRequest cookie to redirect to a particular web page after login. This cookie was not validated, and can be forged to send a HTTP GET request from the server itself to an arbitrary URL from the cookie.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:L/VI:N/VA:N/SC:L/SI:N/SA:N/S:N/AU:Y/R:A/V:D/RE:L/U:Green
CVSS Score: 5.1

Product Status

Vendor Apache Software Foundation
Product Apache Shiro Jakarta EE module
Versions Default: unaffected
  • affected from 2.0.0-alpha-0 to 2.1.0 (incl.)
  • affected from 3.0.0-alpha-0 to 3.0.0-alpha-1 (incl.)

Credits

  • James Love <jameslove2k22@gmail.com> finder
  • Lenny Primak <lenny@flowlogix.com> remediation developer

References

Problem Types

  • CWE-601 URL Redirection to Untrusted Site ('Open Redirect') CWE
  • CWE-918 Server-Side Request Forgery (SSRF) CWE