diff --git a/advisories/github-reviewed/2025/05/GHSA-76vf-mpmx-777j/GHSA-76vf-mpmx-777j.json b/advisories/github-reviewed/2025/05/GHSA-76vf-mpmx-777j/GHSA-76vf-mpmx-777j.json new file mode 100644 index 00000000000..10e4666ce1c --- /dev/null +++ b/advisories/github-reviewed/2025/05/GHSA-76vf-mpmx-777j/GHSA-76vf-mpmx-777j.json @@ -0,0 +1,82 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-76vf-mpmx-777j", + "modified": "2025-05-07T15:27:24Z", + "published": "2025-05-07T15:27:24Z", + "aliases": [ + "CVE-2025-46827" + ], + "summary": "Graylog Allows Session Takeover via Insufficient HTML Sanitization", + "details": "### Impact\nIt is possible to obtain user session cookies by submitting an HTML form as part of an Event Definition Remediation Step field. \nFor this attack to succeed, the attacker needs a user account with permissions to create event definitions, while the user must have permissions to view alerts. Additionally, an active Input must be present on the Graylog server that is capable of receiving form data (e.g. a HTTP input, TCP raw or syslog etc).\n\n### Patches\n\n### Workarounds\nNone, as long as the relatively rare prerequisites are met.\n\nAnalysis provided by Fabian Yamaguchi - Whirly Labs (Pty) Ltd", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "org.graylog2:graylog2-server" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "6.0.14" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 6.0.13" + } + }, + { + "package": { + "ecosystem": "Maven", + "name": "org.graylog2:graylog2-server" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "6.1.0" + }, + { + "fixed": "6.1.10" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 6.1.9" + } + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/Graylog2/graylog2-server/security/advisories/GHSA-76vf-mpmx-777j" + }, + { + "type": "PACKAGE", + "url": "https://github.com/Graylog2/graylog2-server" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2025-05-07T15:27:24Z", + "nvd_published_at": null + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2025/05/GHSA-q9q2-3ppx-mwqf/GHSA-q9q2-3ppx-mwqf.json b/advisories/github-reviewed/2025/05/GHSA-q9q2-3ppx-mwqf/GHSA-q9q2-3ppx-mwqf.json new file mode 100644 index 00000000000..e0b96db93e1 --- /dev/null +++ b/advisories/github-reviewed/2025/05/GHSA-q9q2-3ppx-mwqf/GHSA-q9q2-3ppx-mwqf.json @@ -0,0 +1,55 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-q9q2-3ppx-mwqf", + "modified": "2025-05-07T15:27:04Z", + "published": "2025-05-07T15:27:04Z", + "aliases": [], + "summary": "Graylog Allows Stored Cross-Site Scripting via Files Plugin and API Browser", + "details": "### Impact\nTwo minor vulnerabilities were identified in the Graylog2 enterprise server, which can be combined to carry out a stored cross-site scripting attack.\nAn attacker with the permission `FILES_CREATE` can exploit these vulnerabilities to upload arbitrary Javascript code to the Graylog2 server, which - upon requesting of the file by a user of the API browser - results in the execution of this Javascript code in the context of the Graylog frontend application. \nThis enables the attacker to carry out authenticated API requests with the permissions of the logged-in user, thereby taking over the user session.\n\n### Patches\nThe generic API has been removed in 6.2.0 rendering the attack vector unreachable and additional escaping has been added.\n\nAnalysis provided by Fabian Yamaguchi - Whirly Labs (Pty) Ltd", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "org.graylog2:graylog2-server" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "6.2.0" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/Graylog2/graylog2-server/security/advisories/GHSA-q9q2-3ppx-mwqf" + }, + { + "type": "PACKAGE", + "url": "https://github.com/Graylog2/graylog2-server" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2025-05-07T15:27:04Z", + "nvd_published_at": null + } +} \ No newline at end of file