Vulnerability record · CVE-2018-15877 · published 26 August 2018
CVE-2018-15877: WordPress Plainview Activity Monitor Plugin OS Command Injection
PPlainview Activity Monitor Project · Plainview Activity Monitor
The Plainview Activity Monitor plugin before 20180826 for WordPress passes the ip parameter of an admin.php?page=plainview_activity_monitor&tab=activity_tools request to a shell without sanitizing shell metacharacters, allowing OS command injection. Because the vulnerable code runs in the web server context, successful injection gives command execution on the host, which is far more severe than typical WordPress plugin flaws.
Description
The Plainview Activity Monitor plugin before 20180826 for WordPress is vulnerable to OS command injection via shell metacharacters in the ip parameter of a wp-admin/admin.php?page=plainview_activity_monitor&tab=activity_tools request.
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Automated analysis
high priorityThe flaw allows authenticated remote OS command execution with public exploit code and a very high EPSS score, though it requires a low-privileged account and is not known to be exploited in the wild per KEV.
What it is
The Plainview Activity Monitor plugin before 20180826 for WordPress passes the ip parameter of an admin.php?page=plainview_activity_monitor&tab=activity_tools request to a shell without sanitizing shell metacharacters, allowing OS command injection. Because the vulnerable code runs in the web server context, successful injection gives command execution on the host, which is far more severe than typical WordPress plugin flaws.
Impact
An attacker with a low-privileged authenticated account can execute arbitrary operating system commands on the WordPress server, leading to full compromise of the host and any data or credentials it can reach.
Attack surface
Reached over the network through the WordPress admin interface at wp-admin/admin.php with the plainview_activity_monitor page and activity_tools tab; the CVSS vector (PR:L) indicates a low-privileged authenticated user is required, with no user interaction.
Exploitation
Public exploit code is available (Exploit-DB 45274, Packet Storm, and a GitHub PoC), and EPSS is 0.7699 (99.5th percentile), indicating a high likelihood of exploitation; the CVE is not listed in CISA KEV.
What to do
- Update the Plainview Activity Monitor plugin to version 20180826 or later, or remove the plugin if it is no longer maintained.
- If patching is not immediately possible, deactivate the plugin or restrict access to wp-admin to trusted networks and accounts.
- Audit WordPress user accounts and remove or downgrade unnecessary low-privileged users who can reach the plugin's admin pages.
- Apply least privilege to the web server process and use a WAF rule to block shell metacharacters in the ip parameter of the activity_tools request.
Detection
- Monitor web server and WordPress logs for requests to admin.php with page=plainview_activity_monitor and tab=activity_tools containing shell metacharacters (;, |, &, $(), backticks) in the ip parameter.
- Alert on unexpected child processes spawned by the web server user (for example sh, bash, curl, wget, nc) using process auditing or EDR.
- Review outbound network connections and file writes originating from the web server process for signs of post-exploitation activity.
This assessment is produced automatically and is not human-reviewed. Verify against the vendor advisory before acting on it.
Affected products
1 vulnerable configurations from NVD's CPE data, grouped by vendor and product.
References
| Link | Tags |
|---|---|
| http://packetstormsecurity.com/files/155502/WordPress-Plainview-Activity-Monitor-20161228-Remote-Command-Execution.html | ExploitThird Party AdvisoryVDB Entry |
| http://packetstormsecurity.com/files/163425/WordPress-Plainview-Activity-Monitor-20161228-Remote-Code-Execution.html | ExploitThird Party AdvisoryVDB Entry |
| https://github.com/aas-n/CVE/tree/master/CVE-2018-15877 | ExploitThird Party Advisory |
| https://www.exploit-db.com/exploits/45274/ | ExploitThird Party AdvisoryVDB Entry |
| http://packetstormsecurity.com/files/155502/WordPress-Plainview-Activity-Monitor-20161228-Remote-Command-Execution.html | ExploitThird Party AdvisoryVDB Entry |
| http://packetstormsecurity.com/files/163425/WordPress-Plainview-Activity-Monitor-20161228-Remote-Code-Execution.html | ExploitThird Party AdvisoryVDB Entry |
| https://github.com/aas-n/CVE/tree/master/CVE-2018-15877 | ExploitThird Party Advisory |
| https://www.exploit-db.com/exploits/45274/ | ExploitThird Party AdvisoryVDB Entry |
Track CVE-2018-15877 inside VULONE
Watch it alongside the ransomware crews, C2 infrastructure and forum chatter that reference it, query it through the API and pull it into your SIEM over TAXII.
Related vulnerabilities
Same products first, then exploited flaws of the same weakness class.
Source: NIST National Vulnerability Database (record CVE-2018-15877), CISA KEV, FIRST EPSS (scores of 2026-09-26). This page is refreshed as NVD updates the record.