PT-2026-83350 · Graylog · Graylog
CVE-2026-55867
·
Published
2026-08-28
·
Updated
2026-08-29
CVSS v4.0
5.3
Medium
| Vector | AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:L/SC:N/SI:N/SA:N/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 |
Name of the Vulnerable Software and Affected Versions
Graylog versions prior to 6.3.12
Graylog versions prior to 7.0.7
Graylog versions prior to 7.1.2
Description
An insecure direct object reference (IDOR) exists in the token revocation process. An authenticated user can delete access tokens belonging to other users, including service accounts and administrators, by manipulating the
userId path parameter in the 'DELETE /users/{userId}/tokens/{idOrToken}' endpoint. The revokeToken() function checks the USERS TOKENREMOVE permission against the attacker-controlled userId before resolving the token via idOrToken. Because the system fails to verify if the resolved token actually belongs to the specified user via AccessToken.getUserName(), the accessTokenService.destroy() function deletes the token regardless of ownership. While token contents are not exposed, this allows unauthorized deletion that disrupts access-token-based integrations.Recommendations
Update to version 6.3.12 or later.
Update to version 7.0.7 or later.
Update to version 7.1.2 or later.
Exploit
Fix
IDOR
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Graylog