What is PRTG Network Monitor?
PRTG Network Monitor is a widely used network monitoring platform from Paessler that tracks the availability and performance of servers, devices, applications, and network infrastructure. Because PRTG's administrative web console has broad visibility and control over monitored infrastructure, and is often deployed with access to internal network segments, vulnerabilities in its admin interface are of particular concern to defenders.
Overview
CVE-2018-9276 is an OS command injection vulnerability in PRTG Network Monitor's System Administrator web console. An attacker who already holds administrative credentials for the console can inject operating system commands that are executed on the underlying host, escalating from web-application access to full host-level code execution. Because the vulnerability requires high privileges to begin with (CVSS: privileges required High), it is best understood as a way for an attacker who has already compromised or obtained PRTG admin credentials to break out of the web application and gain direct control of the underlying server.
Technical Details
The root cause is CWE-78 (Improper Neutralization of Special Elements used in an OS Command): one or more administrative functions in the PRTG web console pass user-supplied input to a system shell or command execution routine without adequate sanitization, allowing an authenticated administrator-level attacker to append additional commands to be executed with the privileges of the PRTG service.
Discovery
The vulnerability was fixed by Paessler in PRTG version 18.2.39, addressed through the vendor's routine security update process.
Exploitation Context
CISA added CVE-2018-9276 to the KEV catalog in February 2025 based on confirmed exploitation. Although the requirement for administrative privileges limits the population of directly exploitable targets, PRTG admin credentials are a valuable target in their own right — often reused, weakly protected, or exposed via other means — making this a useful escalation step once an attacker has obtained or brute-forced access to the console.
Remediation
- Upgrade PRTG Network Monitor to version 18.2.39 or later.
- Enforce strong, unique credentials and multi-factor authentication (where supported) for all PRTG administrator accounts.
- Restrict access to the PRTG web console to trusted management networks — do not expose the administrative interface directly to the internet.
- Audit existing administrator accounts and rotate credentials if there is any suspicion they may have been previously exposed or reused elsewhere.
- Review PRTG audit/activity logs for unexpected administrative actions or command execution that could indicate the vulnerability has been exploited.
Key Details
| Property | Value |
|---|---|
| CVE ID | CVE-2018-9276 |
| Vendor / Product | Paessler — PRTG Network Monitor |
| NVD Published | 2018-07-02 |
| NVD Last Modified | 2025-11-06 |
| CVSS 3.1 Score | 7.2 |
| CVSS 3.1 Vector | CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H |
| Severity | HIGH |
| CWE | CWE-78 find similar ↗ |
| CISA KEV Added | 2025-02-04 |
| CISA KEV Deadline | 2025-02-25 |
| Known Ransomware Use | No |
CVSS 3.1 Breakdown
Required Action
Timeline
| Date | Event |
|---|---|
| 2018-07-02 | CVE published; fixed in PRTG 18.2.39 |
| 2025-02-04 | Added to CISA Known Exploited Vulnerabilities catalog |
| 2025-02-25 | CISA BOD 22-01 remediation deadline |
References
| Resource | Type |
|---|---|
| NVD — CVE-2018-9276 | Vulnerability Database |
| CISA KEV Catalog Entry | US Government |
| Paessler PRTG Version History — 18.2.39 Fix | Vendor Advisory |