SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-82465

MEDIUM · CVSS 5.3 EPSS 0.18% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-29 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

The vulnerability affects pac4j-saml versions prior to 6.5.6, where the SAML LogoutRequest messages lack required signature validation. This flaw allows unauthenticated attackers to terminate a victim's SAML session by submitting an unsigned LogoutRequest using a guessed NameID, such as an email address. Organizations utilizing pac4j-saml for SAML authentication should prioritize updating to the latest version to mitigate this risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-82465
Severity
MEDIUM
CVSS
5.3
EPSS
0.18%

Original NVD Description

pac4j-saml before 6.5.6 does not require signature validation of SAML LogoutRequest messages in SAML2LogoutValidator.validateLogoutRequest(). When an IdP sends no SessionIndex, a session can be destroyed based solely on the NameID, allowing an unauthenticated attacker to submit an unsigned LogoutRequest with a guessed identifier (e.g., an email address used as NameID) to terminate a victim's SAML session.