Skip to content

Commit 09ba7b8

Browse files
1 parent 2409442 commit 09ba7b8

1 file changed

Lines changed: 68 additions & 5 deletions

File tree

advisories/unreviewed/2026/03/GHSA-pm7g-w2cf-q238/GHSA-pm7g-w2cf-q238.json renamed to advisories/github-reviewed/2026/03/GHSA-pm7g-w2cf-q238/GHSA-pm7g-w2cf-q238.json

Lines changed: 68 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-pm7g-w2cf-q238",
4-
"modified": "2026-03-05T00:31:11Z",
4+
"modified": "2026-03-06T15:41:53Z",
55
"published": "2026-03-05T00:31:11Z",
66
"aliases": [
77
"CVE-2026-29000"
88
],
9+
"summary": "pac4j-jwt: JwtAuthenticator Authentication Bypass via JWE-Wrapped PlainJWT",
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
{
@@ -14,15 +15,77 @@
1415
},
1516
{
1617
"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"
18+
"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"
19+
}
20+
],
21+
"affected": [
22+
{
23+
"package": {
24+
"ecosystem": "Maven",
25+
"name": "org.pac4j:pac4j-jwt"
26+
},
27+
"ranges": [
28+
{
29+
"type": "ECOSYSTEM",
30+
"events": [
31+
{
32+
"introduced": "6.0.4.1"
33+
},
34+
{
35+
"fixed": "6.3.3"
36+
}
37+
]
38+
}
39+
]
40+
},
41+
{
42+
"package": {
43+
"ecosystem": "Maven",
44+
"name": "org.pac4j:pac4j-jwt"
45+
},
46+
"ranges": [
47+
{
48+
"type": "ECOSYSTEM",
49+
"events": [
50+
{
51+
"introduced": "5.0.0-RC1"
52+
},
53+
{
54+
"fixed": "5.7.9"
55+
}
56+
]
57+
}
58+
]
59+
},
60+
{
61+
"package": {
62+
"ecosystem": "Maven",
63+
"name": "org.pac4j:pac4j-jwt"
64+
},
65+
"ranges": [
66+
{
67+
"type": "ECOSYSTEM",
68+
"events": [
69+
{
70+
"introduced": "0"
71+
},
72+
{
73+
"fixed": "4.5.9"
74+
}
75+
]
76+
}
77+
]
1878
}
1979
],
20-
"affected": [],
2180
"references": [
2281
{
2382
"type": "ADVISORY",
2483
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-29000"
2584
},
85+
{
86+
"type": "PACKAGE",
87+
"url": "https://github.com/pac4j/pac4j"
88+
},
2689
{
2790
"type": "WEB",
2891
"url": "https://www.codeant.ai/security-research/pac4j-jwt-authentication-bypass-public-key"
@@ -41,8 +104,8 @@
41104
"CWE-347"
42105
],
43106
"severity": "CRITICAL",
44-
"github_reviewed": false,
45-
"github_reviewed_at": null,
107+
"github_reviewed": true,
108+
"github_reviewed_at": "2026-03-06T15:41:53Z",
46109
"nvd_published_at": "2026-03-04T22:16:18Z"
47110
}
48111
}

0 commit comments

Comments
 (0)