diff --git a/advisories/github-reviewed/2024/11/GHSA-28p7-f6h6-3jh3/GHSA-28p7-f6h6-3jh3.json b/advisories/github-reviewed/2024/11/GHSA-28p7-f6h6-3jh3/GHSA-28p7-f6h6-3jh3.json
new file mode 100644
index 00000000000..5c00f1df58a
--- /dev/null
+++ b/advisories/github-reviewed/2024/11/GHSA-28p7-f6h6-3jh3/GHSA-28p7-f6h6-3jh3.json
@@ -0,0 +1,64 @@
+{
+ "schema_version": "1.4.0",
+ "id": "GHSA-28p7-f6h6-3jh3",
+ "modified": "2024-11-15T15:45:31Z",
+ "published": "2024-11-15T15:45:31Z",
+ "aliases": [
+ "CVE-2024-51496"
+ ],
+ "summary": "LibreNMS has a Reflected XSS ('Cross-site Scripting') in librenms/includes/html/pages/wireless.inc.php",
+ "details": "### Summary\nA Reflected Cross-Site Scripting (XSS) vulnerability in the \"metric\" parameter of the \"/wireless\" and \"/health\" endpoints allows attackers to inject arbitrary JavaScript. This vulnerability results in the execution of malicious code when a user accesses the page with a malicious \"metric\" parameter, potentially compromising their session and allowing unauthorized actions.\n\n### Details\nThe \"/wireless\" and \"/health\" endpoints are vulnerable to reflected XSS in the \"metric\" parameter. An attacker can inject the following XSS payload into the \"metric\" parameter:\n```&oid=test2&unit=&limit=0&limit_low=0&limit_warn=0&limit_low_warn=0&passed=on\n```\n\n### Impact\n\nThis vulnerability allows authenticated users to inject and execute arbitrary JavaScript in the context of other users' sessions when they visit the \"Custom OID\" tab of the device. This could lead to the compromise of user accounts and unauthorized actions being performed on their behalf.",
+ "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-gv4m-f6fx-859x"
+ },
+ {
+ "type": "WEB",
+ "url": "https://github.com/librenms/librenms/commit/42b156e42a3811c23758772ce8c63d4d3eaba59b"
+ },
+ {
+ "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:46:32Z",
+ "nvd_published_at": null
+ }
+}
\ No newline at end of file