← Vulnerability feed

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.

8.8 CVSS 3.1 High EPSS 77% · top 0.5% CWE-78 · OS command injection
8.8CVSS 3.1 base score, v2 9.0
77%EPSS exploitation probability, 30 days
NoNot in CISA KEV
1Affected product versions listed by NVD
8References, 8 tagged exploit
17 Jun 2026Last modified by NVD

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

Generated by VULONE's analysis model from the NVD record, CISA KEV and EPSS data on 18 September 2026. Confidence: high.

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

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.

Start free Open in platform

Related vulnerabilities

Same products first, then exploited flaws of the same weakness class.

8.8CVE-2026-53266Linux kernel ebtables SNAT out-of-bounds write in ARP rewriteThe ebtables SNAT target rewrites the ARP sender hardware address via skb_store_bits() without first making that range writable. When the ARP SHA byt…KEVEPSS 0.65%analysed8.8CVE-2026-87491Google Chrome V8 out-of-bounds write enables sandbox code executionChrome before 153.0.8010.36 contains an out-of-bounds write in the V8 JavaScript engine. A crafted HTML page can trigger the memory corruption, and b…KEVEPSS 3.1%analysed9.8CVE-2025-25249Fortinet FortiOS and FortiSwitchManager heap buffer overflow via crafted packetsA heap-based buffer overflow (CWE-122/CWE-787) in Fortinet FortiOS 6.4 through 7.6.3 and FortiSwitchManager 7.0 through 7.2.6 lets an unauthenticated…KEVEPSS 3.9%analysed7.8CVE-2026-83549SonicWall SMA1000 AMC OS Command InjectionThe SMA1000 Appliance Management Console contains an OS command injection flaw (CWE-78) that lets an authenticated administrator execute arbitrary op…KEVEPSS 11%analysed10.0CVE-2026-49869Kestra OSS auth bypass via path suffix match enables RCEKestra OSS AuthenticationFilter whitelists the public config endpoint using request.getPath().endsWith("/configs"), a suffix match instead of an exac…KEVEPSS 2.1%analysed7.8CVE-2026-53362Linux kernel IPv6 UDP paged allocation out-of-bounds write__ip6_append_data() in the Linux kernel mis-accounts fraggap on the paged-allocation path, leaving the linear skb area undersized while pagedlen is o…KEVEPSS 0.71%analysed7.8CVE-2022-0995Linux kernel watch_queue out-of-bounds writeThe Linux kernel's watch_queue event notification subsystem contains an out-of-bounds write (CWE-787) that can overwrite kernel state. A local user c…KEVEPSS 8.8%analysed8.9CVE-2026-73570Zimbra Collaboration SNMP notification OS command injectionZimbra Collaboration Suite before 10.1.20 contains an OS command injection flaw in SNMP notification processing when the optional zimbra-snmp package…KEVEPSS 12%analysed

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.