Description
Paessler PRTG Network Monitor before version 26.2.120.1449 is affected by a reflected Cross-Site Scripting (XSS) vulnerability. When a request is made for a non-existent resource ending in \".htm\", the web interface returns an HTTP 403 \"Forbidden Path\" error page that echoes the requested URL path into the HTML response body without proper output encoding or sanitization.




An unauthenticated, remote attacker can craft a URL containing an HTML/JavaScript payload in the path (e.g. https:////welcome.htm) and, once a victim with an active PRTG session opens the crafted link, execute arbitrary JavaScript in the security context of the PRTG web interface. Because the PRTG session cookie is not protected with the HttpOnly attribute, successful exploitation allows the attacker to read and exfiltrate the victim's session cookie, potentially leading to session hijacking.
Published: 2026-09-24
Score: 5.1 Medium
EPSS: n/a
KEV: No
Impact: Session hijacking via XSS
Action: Immediate Patch
AI Analysis

Impact

The vulnerability is a reflected cross-site scripting flaw that causes the web interface to display an attacker‑supplied URL path in a 403 error page without proper encoding. When a user with an active PRTG session opens a malicious URL, arbitrary JavaScript runs in the browser as if it came from the authenticated session, giving the attacker the ability to read the session cookie because it is not marked HttpOnly. This results in session hijacking and potential confidentiality breaches.

Affected Systems

Paessler GmbH’s PRTG Network Monitor versions prior to 26.2.120.1449 are affected.

Risk and Exploitability

The CVSS score of 5.1 classifies the weakness as moderate. No EPSS value is reported, and the vulnerability is not in CISA KEV. The attacker must be able to send a crafted URL to a user who is logged into the interface; no privileged access or system exploits are required. If successful, the attacker can steal the session cookie and hijack the account. Because the interface is exposed over the network, the opportunity for exploitation exists for unauthenticated attackers who can prompt victims to visit the malicious link.

Generated by OpenCVE AI on September 24, 2026 at 11:20 UTC.

Remediation

Vendor Solution

Upgrade to Paessler PRTG Network Monitor version 26.2.120.1449 or later.


OpenCVE Recommended Actions

  • Upgrade to PRTG Network Monitor 26.2.120.1449 or later.
  • Apply a web application firewall or content‑security‑policy to block execution of scripts from error pages, and configure session cookies with the HttpOnly flag if possible.
  • Restrict access to the web interface to trusted networks or VPN and monitor logs for suspicious 403 error requests containing malicious paths.

Generated by OpenCVE AI on September 24, 2026 at 11:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 24 Sep 2026 13:30:00 +0000

Type Values Removed Values Added
References
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 24 Sep 2026 10:15:00 +0000

Type Values Removed Values Added
Description Paessler PRTG Network Monitor before version 26.2.120.1449 is affected by a reflected Cross-Site Scripting (XSS) vulnerability. When a request is made for a non-existent resource ending in \".htm\", the web interface returns an HTTP 403 \"Forbidden Path\" error page that echoes the requested URL path into the HTML response body without proper output encoding or sanitization. An unauthenticated, remote attacker can craft a URL containing an HTML/JavaScript payload in the path (e.g. https:////welcome.htm) and, once a victim with an active PRTG session opens the crafted link, execute arbitrary JavaScript in the security context of the PRTG web interface. Because the PRTG session cookie is not protected with the HttpOnly attribute, successful exploitation allows the attacker to read and exfiltrate the victim's session cookie, potentially leading to session hijacking.
Title Reflected Cross-Site Scripting via URL Path in Paessler PRTG Network Monitor
Weaknesses CWE-79
References
Metrics cvssV4_0

{'score': 5.1, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: SEC-VLab

Published:

Updated: 2026-09-24T12:20:41.854Z

Reserved: 2026-03-23T10:31:35.511Z

Link: CVE-2026-4637

cve-icon Vulnrichment

Updated: 2026-09-24T12:19:52.171Z

cve-icon NVD

Status : Received

Published: 2026-09-24T10:17:37.813

Modified: 2026-09-24T13:17:09.950

Link: CVE-2026-4637

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-24T11:30:06Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')