Cyber Resilience

CVE-2026-12796

Litellm ≤ 1.82.2

Public PoC
Published
21 June 2026
Modified
24 June 2026
CVSS Score v4 2.1
Click a component to see what it means
Raw vectorCVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/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:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0036 28th percentile
Risk Priority 15 floored blend · peak EPSS

Summary

CVE-2026-12796 is a low-severity Insufficient Session Expiration (CWE-613) vulnerability in Litellm Litellm. Its CVSS base score is 2.1 (Low).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 28th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

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

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

A vulnerability was identified in BerriAI litellm up to 1.82.2. This impacts the function get_redirect_response_from_openid of the file litellm/proxy/management_endpoints/ui_sso.py of the component SSO Authentication Flow. The manipulation leads to session expiration. The attack is possible to be carried out remotely.…

more

The exploit is publicly available and might be used. The vendor was contacted early about this disclosure.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

Remote exploit in public-facing SSO auth endpoint directly enables T1190; CWE-613 session issue provides no clear additional technique mappings.

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

CVEs Like This One

CVE-2026-12772Same product: Litellm Litellm
CVE-2026-12795Same product: Litellm Litellm
CVE-2026-40217Same product: Litellm Litellm
CVE-2026-12797Same product: Litellm Litellm
CVE-2026-12799Same product: Litellm Litellm
CVE-2026-12771Same product: Litellm Litellm
CVE-2026-35030Same product: Litellm Litellm
CVE-2025-45809Same product: Litellm Litellm
CVE-2026-42208Same product: Litellm Litellm
CVE-2026-59822Same product: Litellm Litellm

Affected Assets

litellm
litellm
≤ 1.82.2

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires session termination mechanisms that enforce expiration, preventing the insufficient session expiration flaw in the SSO redirect flow.

prevent

Protects session authenticity and integrity for remote SSO flows, mitigating manipulation that leads to improper expiration handling.

prevent

Mandates periodic re-authentication that limits the impact of sessions that fail to expire correctly in the OpenID redirect path.

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-01 mostly match
prevents

Credential lifecycle management directly includes enforcing session expiration to prevent reuse.

PR.AA-05 mostly match
prevents

Authorization policy enforcement and review covers terminating stale sessions to limit access scope.

PR.AA-03 partial match
prevents

Authentication mechanisms can incorporate session timeout checks but do not inherently address expiration policy.

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.

none

Automatic termination of inactive sessions and limits on connection duration shrink the window during which a hijacked or unattended authenticated session can be exploited.

References