PRTG Network Monitor
Introduction
Network monitor software, prevalent in
internal networksTypical ports:
80,443,8080Default credentials:
prtgadmin:prtgadmin
PRTG Network Monitor Authenticated RCE [CVE-2018-9276]
Affected versions: versions prior to
18.2.39Description: When creating a new notification, the Parameter field is passed directly into a PowerShell script without any type of input sanitization
Steps to reproduce:
Login→Setup→Account Settings menu→Notifications→Add new notificationGive the notification a name
Scroll down and tick the box next to
EXECUTE PROGRAMUnder
Program File, selectDemo exe notification - outfile.ps1from the drop-down.In the
parameter field, enter a command.Example - add a new local admin user:
test.txt;net user prtgadm1 Pwn3d_by_PRTG! /add;net localgroup administrators prtgadm1 /addAfter clicking
Save, we will be redirected to the Notifications page and see our new notification named pwn in the list.Click on
TestorRunto xecute the notification and run the command
Last updated
Was this helpful?