Cyber Resilience

CVE-2026-43827

Auth Bypass in Apache Shiro ≤ 2.1.1

Published
25 May 2026
Modified
24 July 2026
Patch / advisory
CVSS Score v4 5.9
Click a component to see what it means
Raw vectorCVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:A/VC:H/VI:N/VA:N/SC:L/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:Y/R:U/V:X/RE:L/U:Amber
EPSS Score 0.0041 34th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2026-43827 is a medium-severity Session Fixation (CWE-384) vulnerability in Apache Shiro. Its CVSS base score is 5.9 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Web Session Cookie (T1550.004); ranked at the 34th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to AC-12 (Session Termination) and SC-23 (Session Authenticity) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

Default configurations of Apache Shiro have a session fixation vulnerability. This issue affects Apache Shiro from 1.0 to 2.1.0, and 3.0.0-alpha-1. Users are recommended to upgrade to version 2.1.1, or 3.0.0-alpha-2 or later, which fixes the issue. In the affected…

more

versions, when a session already exists, it is not invalidated upon successful login, nor is a new session being generated with a new ID.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1550.004 Web Session Cookie Lateral Movement
Adversaries can use stolen session cookies to authenticate to web applications and services.
T1185 Browser Session Hijacking Collection
Adversaries may take advantage of security vulnerabilities and inherent functionality in browser software to change content, modify user-behaviors, and intercept information as part of various browser session hijacking techniques.
Why these techniques?

Session fixation directly enables use of a known web session cookie for unauthorized access (T1550.004) and facilitates browser session hijacking after victim login (T1185).

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-49268Same product: Apache Shiro
CVE-2026-43828Same product: Apache Shiro
CVE-2026-48589Same product: Apache Shiro
CVE-2023-46749Same product: Apache Shiro
CVE-2026-44598Same product: Apache Shiro
CVE-2026-23901Same product: Apache Shiro
CVE-2023-46750Same product: Apache Shiro
CVE-2023-34478Same product: Apache Shiro
CVE-2020-17523Same product: Apache Shiro
CVE-2026-23903Same product: Apache Shiro

Affected Assets

apache
shiro
3.0.0 · ≤ 2.1.1

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • AC-12 Session Termination
  • SC-23 Session Authenticity
  • AC-3 Access Enforcement
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V4.4.4
  • V7.6.2

Mitigating Controls (NIST 800-53 r5) AI

prevent

Forces automatic termination (and regeneration) of the existing session upon successful authentication, directly blocking the session-fixation condition described in the CVE.

prevent

Requires protection of session authenticity, which includes ensuring a fresh session identifier is issued after login rather than reusing an attacker-supplied one.

prevent

Enforces access-control decisions only after proper session establishment, preventing authorization from being granted on a pre-existing attacker-controlled session.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.AA-03 mostly match
prevents

Proper authentication processes must invalidate prior session identifiers to prevent fixation attacks.

PR.AA-01 partial match
prevents

Managing identities and credentials includes handling session identifiers as temporary credentials that must be invalidated on re-authentication.

PR.AA-04 partial match
prevents

Protecting and verifying identity assertions encompasses secure handling and regeneration of session tokens.

PR.PS-01 partial match
prevents

Configuration baselines can enforce session regeneration and timeout settings that block fixation.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

detects

Security testing can detect session-fixation issues, yet the weakness absence does not replace comprehensive testing.

degrades

Access-control policy can mandate session invalidation on re-authentication, but does not prescribe the technical mechanism.

degrades

Identity-management procedures can require new session tokens after login, yet the control is broader than session handling.

degrades

Authentication-information rules can include session-token lifecycle requirements, but the control focuses on credential management.

prevents

Secure-SDLC requirement can embed session-fixation checks, but eliminating the weakness does not satisfy the full SDLC control.

prevents

Application-security requirements can specify session handling, yet the weakness fix alone does not meet the broader requirement.

References