# CVE-2026-40458

> Vulnerability · severity: **MEDIUM** (CVSS 6.5).

## Description

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

## Key facts

- **CVE ID:** CVE-2026-40458
- **Published:** 2026-04-17
- **CVSS severity:** MEDIUM
- **CVSS base score:** 6.5
- **CWE codes:** CWE-352

## Affected products

- `pac4j:pac4j`

## Primary sources

- NIST NVD: https://nvd.nist.gov/vuln/detail/CVE-2026-40458

## Citation

> AI Analytics. CVE-2026-40458. Retrieved 2026-07-13 from https://api.ai-analytics.org/cve/CVE-2026-40458. Derived from NIST NVD. Licensed CC0.

---

*[Dataset catalog](https://api.ai-analytics.org/datasets/) · [AI Analytics](https://api.ai-analytics.org/) · CC0 1.0*