CyberRota Analysis
AI-GeneratedThe vulnerability affects the Graylog log management platform, specifically versions 7.1.0 to 7.1.4 and 7.2.0-alpha.2, allowing authenticated users to access sensitive composite display fields without proper authorization checks. This could lead to the exposure of protected values, such as password hashes, with ordinary users limited to their own records and administrators able to access all user hashes. Organizations using affected versions should prioritize upgrading to 7.1.4 or 7.2.0-alpha.2 to mitigate potential data breaches.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD Description
Graylog is a free and open log management platform. From 7.1.0 until 7.1.4 and 7.2.0-alpha.2, the System Catalog entity titles endpoint in graylog2-server/src/main/java/org/graylog2/rest/resources/system/contentpacks/titles/EntityTitleServiceImpl.java allows an authenticated user to request composite display fields without verifying that every selected field is readable. A user can retrieve protected values, including the password hash on a readable user record; ordinary users are limited to their own permitted records, while administrators can retrieve hashes for all users. This issue is fixed in versions 7.1.4 and 7.2.0-alpha.2.