CVE-2026-82464
Received Received - Intake

Open Redirect in pac4j-core

Vulnerability report for CVE-2026-82464, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-29

Last updated on: 2026-08-29

Assigner: VulnCheck

Description

pac4j-core before 6.5.6 contains an open redirect vulnerability in DefaultLogoutLogic.perform() that accepts backslash-prefixed logout redirect targets matching logoutUrlPattern. Attackers can craft logout links with backslash-prefixed external hosts that browsers normalize into network-path references, redirecting victims to attacker-controlled sites after logout.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-29
Last Modified
2026-08-29
Generated
2026-08-29
AI Q&A
2026-08-29
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
pac4j pac4j-core to 6.5.6 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-601 The web application accepts a user-controlled input that specifies a link to an external site, and uses that link in a redirect.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-82464 is an open redirect vulnerability in pac4j-core versions before 6.5.6. It exists in the DefaultLogoutLogic.perform() method where backslash-prefixed logout redirect targets matching logoutUrlPattern are accepted. Attackers can craft logout links with backslash-prefixed external hosts that browsers normalize into network-path references, redirecting victims to attacker-controlled sites after logout.

Detection Guidance

Check pac4j-core version with: mvn dependency:tree | grep pac4j-core. If version is below 6.5.6, the system is vulnerable. Inspect DefaultLogoutLogic.perform() in logs for backslash-prefixed redirect URLs. Monitor network traffic for unexpected redirects post-logout.

Impact Analysis

This vulnerability allows attackers to redirect users to malicious websites after they log out of a vulnerable application. Users may unknowingly visit phishing sites or download malware. It can also be used for session hijacking or credential theft if combined with other attacks.

Compliance Impact

This vulnerability could lead to unauthorized data exposure or phishing attacks, violating GDPR's requirement for secure data processing and user protection. For HIPAA, it may compromise protected health information if session data is intercepted post-logout. Compliance requires immediate patching to prevent regulatory penalties.

Mitigation Strategies

Upgrade pac4j-core, pac4j-oidc, and pac4j-saml to version 6.5.6 or later immediately. Review and restrict logout redirect URL patterns to prevent open redirects. Validate all logout URLs in DefaultLogoutLogic.perform() before redirection.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-82464. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart