GHSA-q9q2-3ppx-mwqf: Graylog Allows Stored Cross-Site Scripting via Files Plugin and API Browser
7.3
CVSS Score
3.1
Basic Information
CVE ID
-
GHSA ID
EPSS Score
-
CWE
Published
5/7/2025
Updated
5/13/2025
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:N
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| org.graylog2:graylog2-server | maven | < 6.2.0 | 6.2.0 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability description points to two combined issues: file upload and API browser rendering. The provided commit directly addresses the API browser rendering part by adding escaping to response headers. The swagger-ui.js file is part of the API browser, and the change explicitly adds Handlebars.Utils.escapeExpression to sanitize the output. This strongly suggests that the lack of escaping in this specific part of the API browser was one of the vulnerabilities. The other part of the vulnerability (Files Plugin) is addressed by removing the generic API, which is a broader change not pinpointed to a single function in this commit but is mentioned in the advisory.