Commit 768e5e5
committed
fix(security): upgrade pac4j-jwt to 4.5.9 for CVE-2026-29000
Upgrade pac4j from 4.0.0 to 4.5.9 to address CVE-2026-29000, a critical
authentication bypass vulnerability (CVSS 9.1) in pac4j-jwt.
The vulnerability allows attackers with access to the server's RSA public
key to forge authentication tokens by wrapping a PlainJWT in JWE,
effectively bypassing signature verification and authenticating as any
user, including administrators.
This is particularly critical for healthcare applications like WebAPI
that handle sensitive patient data.
Reference: https://nvd.nist.gov/vuln/detail/CVE-2026-290001 parent b22d7bf commit 768e5e5
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments