From 082f8740682e6ed81d895e8e01fa9f3e5a2ce3d6 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 15:35:43 +0000 Subject: [PATCH] Publish GHSA-v7w9-63xh-6r3w --- .../GHSA-v7w9-63xh-6r3w.json | 64 +++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 advisories/github-reviewed/2024/11/GHSA-v7w9-63xh-6r3w/GHSA-v7w9-63xh-6r3w.json diff --git a/advisories/github-reviewed/2024/11/GHSA-v7w9-63xh-6r3w/GHSA-v7w9-63xh-6r3w.json b/advisories/github-reviewed/2024/11/GHSA-v7w9-63xh-6r3w/GHSA-v7w9-63xh-6r3w.json new file mode 100644 index 00000000000..7105584edb5 --- /dev/null +++ b/advisories/github-reviewed/2024/11/GHSA-v7w9-63xh-6r3w/GHSA-v7w9-63xh-6r3w.json @@ -0,0 +1,64 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-v7w9-63xh-6r3w", + "modified": "2024-11-15T15:34:37Z", + "published": "2024-11-15T15:34:36Z", + "aliases": [ + "CVE-2024-50351" + ], + "summary": "LibreNMS has a Reflected XSS ('Cross-site Scripting') in librenms/includes/functions.php", + "details": "### Summary\nA Reflected Cross-Site Scripting (XSS) vulnerability in the \"section\" parameter of the \"logs\" tab of a device allows attackers to inject arbitrary JavaScript. This vulnerability results in the execution of malicious code when a user accesses the page with a malicious \"section\" parameter, potentially compromising their session and enabling unauthorized actions. The issue arises from a lack of sanitization in the \"report_this()\" function.\n\n### Details\nThe \"section\" parameter of the \"logs\" tab is vulnerable to reflected XSS. An attacker can inject the following XSS payload into the \"section\" parameter:\n```