You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: advisories/github-reviewed/2026/05/GHSA-rr5q-3xwr-f323/GHSA-rr5q-3xwr-f323.json
+60-4Lines changed: 60 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,24 +1,76 @@
1
1
{
2
2
"schema_version": "1.4.0",
3
3
"id": "GHSA-rr5q-3xwr-f323",
4
-
"modified": "2026-06-26T09:30:45Z",
4
+
"modified": "2026-07-01T19:09:45Z",
5
5
"published": "2026-05-27T15:33:25Z",
6
6
"aliases": [
7
7
"CVE-2026-9704"
8
8
],
9
+
"summary": "Keycloak Vulnerable to Improper Validation of Specified Quantity in Input",
9
10
"details": "A flaw was found in Keycloak. An authenticated user with low privileges can exploit this vulnerability by sending an oversized subject_token JSON Web Token (JWT) to the TokenEndpoint. When the token exceeds a 4000-character limit, it is silently dropped, causing the system to fall back to client credentials. This allows the user to gain the permissions of the client's service account, leading to privilege escalation.",
0 commit comments