CVE-2018-9276 — Paessler PRTG Network Monitor OS Command Injection Vulnerability

CVE-2018-9276

Paessler PRTG Network Monitor — Authenticated OS Command Injection via the Administrator Web Console

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

  1. Upgrade PRTG Network Monitor to version 18.2.39 or later.
  2. Enforce strong, unique credentials and multi-factor authentication (where supported) for all PRTG administrator accounts.
  3. Restrict access to the PRTG web console to trusted management networks — do not expose the administrative interface directly to the internet.
  4. Audit existing administrator accounts and rotate credentials if there is any suspicion they may have been previously exposed or reused elsewhere.
  5. Review PRTG audit/activity logs for unexpected administrative actions or command execution that could indicate the vulnerability has been exploited.

Key Details

PropertyValue
CVE ID CVE-2018-9276
Vendor / Product Paessler — PRTG Network Monitor
NVD Published2018-07-02
NVD Last Modified2025-11-06
CVSS 3.1 Score7.2
CVSS 3.1 VectorCVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
SeverityHIGH
CWE CWE-78 find similar ↗
CISA KEV Added2025-02-04
CISA KEV Deadline2025-02-25
Known Ransomware Use No

CVSS 3.1 Breakdown

Attack Vector
Network
Attack Complexity
Low
Privileges Required
High
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Required Action

CISA BOD 22-01 Deadline: 2025-02-25. Apply mitigations per vendor instructions or discontinue use of the product if mitigations are unavailable.

Timeline

DateEvent
2018-07-02CVE published; fixed in PRTG 18.2.39
2025-02-04Added to CISA Known Exploited Vulnerabilities catalog
2025-02-25CISA BOD 22-01 remediation deadline

References

ResourceType
NVD — CVE-2018-9276 Vulnerability Database
CISA KEV Catalog Entry US Government
Paessler PRTG Version History — 18.2.39 Fix Vendor Advisory