From f70a836f4bb27e0db014359702c10d5c4239dc78 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:42:43 +0000
Subject: [PATCH] Publish GHSA-4m5r-w2rq-q54q
---
.../GHSA-4m5r-w2rq-q54q.json | 64 +++++++++++++++++++
1 file changed, 64 insertions(+)
create mode 100644 advisories/github-reviewed/2024/11/GHSA-4m5r-w2rq-q54q/GHSA-4m5r-w2rq-q54q.json
diff --git a/advisories/github-reviewed/2024/11/GHSA-4m5r-w2rq-q54q/GHSA-4m5r-w2rq-q54q.json b/advisories/github-reviewed/2024/11/GHSA-4m5r-w2rq-q54q/GHSA-4m5r-w2rq-q54q.json
new file mode 100644
index 00000000000..c696d3e3b96
--- /dev/null
+++ b/advisories/github-reviewed/2024/11/GHSA-4m5r-w2rq-q54q/GHSA-4m5r-w2rq-q54q.json
@@ -0,0 +1,64 @@
+{
+ "schema_version": "1.4.0",
+ "id": "GHSA-4m5r-w2rq-q54q",
+ "modified": "2024-11-15T15:41:38Z",
+ "published": "2024-11-15T15:41:38Z",
+ "aliases": [
+ "CVE-2024-50355"
+ ],
+ "summary": "LibreNMS has a Persistent XSS from Insecure Input Sanitization Affects Multiple Endpoints",
+ "details": "### Summary\n\nThe application fail to sanitising inputs properly and rendering the code from user input to browser which allow an attacker to execute malicious javascript code.\n\n### Details\n\nUser with Admin role can edit the Display Name of a device, the application did not properly sanitize the user input in the device Display Name, if java script code is inside the name of the device Display Name, its can be trigger from different sources.\n\n### PoC\n\n1. Use an Admin role user to change the Display Name of a device into the payload `
`\n\n\n\n2.1. Go to manage user and choose Manage Access\n\n\n\n2.2. A pop-up will show\n\n\n\n3.1. Create a new Alert Rule where it will check if the device is up or down by using ICMP and then add the rule to the device.\n\n\n\n3.2. Once the device is down, there will be an alert in the Alerts Notifications\n\n\n\n3.3. Hover over the Hostname will see a pop-up.\n\n\n\n4.1. The same can be trigger in the Alert History once hover over the Device field.\n\n\n\n5.1. The same can be trigger once hover over the Hostname field from the Event Log of the device.\n\n\n\n6.1. The same can be trigger in the Outages function in the Logs of the device.\n\n\n\n7.1. In the Active Alerts of the device.\n\n\n\n8.2. In the Alert History of the device.\n\n\n\n9.1. They can also be trigger in the dashboard.\n\n\n\n\n\n10.1. Also if change the payload into `
`, it can also be trigger in the Availability Map.\n\n\n\n\n\n### Impact\n\nIt could allow authenticated users to execute arbitrary JavaScript code in the context of other users' sessions.\nImpacted users could have their accounts compromised, enabling the attacker to perform unauthorized actions on their behalf.\n",
+ "severity": [
+ {
+ "type": "CVSS_V3",
+ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H"
+ }
+ ],
+ "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.0"
+ }
+ }
+ ],
+ "references": [
+ {
+ "type": "WEB",
+ "url": "https://github.com/librenms/librenms/security/advisories/GHSA-4m5r-w2rq-q54q"
+ },
+ {
+ "type": "WEB",
+ "url": "https://github.com/librenms/librenms/commit/bb4731419b592867bf974dde525e536606a52976"
+ },
+ {
+ "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:41:38Z",
+ "nvd_published_at": null
+ }
+}
\ No newline at end of file