PAC4J has a Cross-Site Request Forgery (CSRF) Vulnerability
High severity
GitHub Reviewed
Published
Apr 17, 2026
to the GitHub Advisory Database
•
Updated Apr 24, 2026
Package
Affected versions
< 5.7.10
>= 6.0.0-RC1, < 6.4.1
Patched versions
5.7.10
6.4.1
Description
Published by the National Vulnerability Database
Apr 17, 2026
Published to the GitHub Advisory Database
Apr 17, 2026
Reviewed
Apr 18, 2026
Last updated
Apr 24, 2026
PAC4J is vulnerable to Cross-Site Request Forgery (CSRF). A malicious attacker can craft a specially designed website which, when visited by a user, will automatically submit a forged cross-site request with a token whose hash collides with the victim's legitimate CSRF token. Importantly, the attacker does not need to know the victim’s CSRF token or its hash prior to the attack. Collisions in the deterministic String.hashCode() function can be computed directly, reducing the effective token's security space to 32 bits. This bypasses CSRF protection, allowing profile updates, password changes, account linking, and any other state-changing operations to be performed without the victim's consent.
This issue was fixed in PAC4J versions 5.7.10 and 6.4.1.
References