Skip to content

Commit 0180cc6

Browse files
Merge pull request #7120 from github/fritzdal-GHSA-pm7g-w2cf-q238
2 parents e1d960d + c2d1c82 commit 0180cc6

File tree

1 file changed

+69
-6
lines changed

1 file changed

+69
-6
lines changed

advisories/unreviewed/2026/03/GHSA-pm7g-w2cf-q238/GHSA-pm7g-w2cf-q238.json

Lines changed: 69 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,91 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-pm7g-w2cf-q238",
4-
"modified": "2026-03-05T00:31:11Z",
4+
"modified": "2026-03-05T00:31:17Z",
55
"published": "2026-03-05T00:31:11Z",
66
"aliases": [
77
"CVE-2026-29000"
88
],
9+
"summary": "CVE-2026-29000: Authentication Bypass in pac4j-jwt",
910
"details": "pac4j-jwt versions prior to 4.5.9, 5.7.9, and 6.3.3 contain an authentication bypass vulnerability in JwtAuthenticator when processing encrypted JWTs that allows remote attackers to forge authentication tokens. Attackers who possess the server's RSA public key can create a JWE-wrapped PlainJWT with arbitrary subject and role claims, bypassing signature verification to authenticate as any user including administrators.",
1011
"severity": [
1112
{
12-
"type": "CVSS_V3",
13-
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:L"
13+
"type": "CVSS_V4",
14+
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:L/SC:H/SI:H/SA:L"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Maven",
21+
"name": "org.pac4j:pac4j-jwt"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "4.0.0"
29+
},
30+
{
31+
"fixed": "4.5.9"
32+
}
33+
]
34+
}
35+
]
1436
},
1537
{
16-
"type": "CVSS_V4",
17-
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:L/SC:H/SI:H/SA:L/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X"
38+
"package": {
39+
"ecosystem": "Maven",
40+
"name": "org.pac4j:pac4j-jwt"
41+
},
42+
"ranges": [
43+
{
44+
"type": "ECOSYSTEM",
45+
"events": [
46+
{
47+
"introduced": "5.0.0"
48+
},
49+
{
50+
"fixed": "5.7.9"
51+
}
52+
]
53+
}
54+
]
55+
},
56+
{
57+
"package": {
58+
"ecosystem": "Maven",
59+
"name": "org.pac4j:pac4j-jwt"
60+
},
61+
"ranges": [
62+
{
63+
"type": "ECOSYSTEM",
64+
"events": [
65+
{
66+
"introduced": "6.0.0"
67+
},
68+
{
69+
"fixed": "6.3.3"
70+
}
71+
]
72+
}
73+
]
1874
}
1975
],
20-
"affected": [],
2176
"references": [
2277
{
2378
"type": "ADVISORY",
2479
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-29000"
2580
},
81+
{
82+
"type": "PACKAGE",
83+
"url": "https://github.com/pac4j/pac4j"
84+
},
85+
{
86+
"type": "WEB",
87+
"url": "https://github.com/pac4j/pac4j/blob/9f68430afa1201769c01bc5e24a58824cb208318/documentation/blog/security-advisory-pac4j-jwt-jwtauthenticator.md"
88+
},
2689
{
2790
"type": "WEB",
2891
"url": "https://www.codeant.ai/security-research/pac4j-jwt-authentication-bypass-public-key"

0 commit comments

Comments
 (0)