SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-45694

MEDIUM · CVSS 5.4 EPSS 0.15% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-26 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

The Proxmox application view in LibreNMS versions up to and including 26.4.0 is vulnerable to reflected cross-site scripting due to inadequate encoding of user-supplied GET parameters, allowing attackers to execute scripts in the context of an authenticated user's session. This vulnerability can lead to session data theft and other malicious actions if a user is tricked into clicking a crafted link. Organizations using affected versions should prioritize upgrading to version 26.5.0 to mitigate this risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-45694
Severity
MEDIUM
CVSS
5.4
EPSS
0.15%
Java

Original NVD Description

LibreNMS is a network monitoring system. In versions up to and including 26.4.0, the Proxmox application view is vulnerable to reflected cross-site scripting through the user-supplied instance and vmid GET parameters, which are reflected into the page title without adequate encoding. The parameters are placed into the page title with only strip_tags applied, and the title is then written into an inline document.title assignment through string interpolation, so a single quote terminates the JavaScript string and the remaining input runs as script. An attacker who lures an authenticated user into following a crafted link can execute script in that user's session, enabling actions such as theft of session data. This issue is fixed in version 26.5.0.