Cyber Resilience

CVE-2016-15043

CriticalPublic PoC

Published: 19 July 2025

Published
19 July 2025
Modified
16 December 2025
KEV Added
Patch
CVSS Score v3.1 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.8589 99.4th percentile
Risk Priority 71 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2016-15043 is a critical-severity Unrestricted Upload of File with Dangerous Type (CWE-434) vulnerability in Wp Mobile Detector Project Wp Mobile Detector. Its CVSS base score is 9.8 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 0.6% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2016-15043 is an arbitrary file upload vulnerability in the WP Mobile Detector plugin for WordPress, affecting versions up to and including 3.5. The flaw stems from missing file type validation in the resize.php file, allowing attackers to upload arbitrary files to the affected site's server. This critical issue carries a CVSS 3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H) and is classified under CWE-434 (Unrestricted Upload of File with Dangerous Type).

Unauthenticated attackers can exploit the vulnerability remotely with low complexity and no privileges or user interaction required. Successful exploitation enables uploading malicious files, which may lead to remote code execution on the server.

Advisories from WPScan, Sucuri, Plugin Vulnerabilities, and a proof-of-concept by Aaditya Purani document the issue, while the plugin's changelog on WordPress.org indicates available updates for mitigation.

The vulnerability was reported as being exploited in the wild in 2016, per Sucuri's analysis.

EU & UK References

Vulnerability details

The WP Mobile Detector plugin for WordPress is vulnerable to arbitrary file uploads due to missing file type validation in resize.php file in versions up to, and including, 3.5. This makes it possible for unauthenticated attackers to upload arbitrary files…

more

on the affected sites server which may make remote code execution possible.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1505.003 Web Shell Persistence
Adversaries may backdoor web servers with web shells to establish persistent access to systems.
T1105 Ingress Tool Transfer Command And Control
Adversaries may transfer tools or other files from an external system into a compromised environment.
Why these techniques?

Arbitrary file upload in public-facing WordPress plugin directly enables remote exploitation (T1190) for uploading and executing web shells (T1505.003) via tool transfer (T1105).

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2025-6207Shared CWE-434
CVE-2024-50620Shared CWE-434
CVE-2025-12171Shared CWE-434
CVE-2025-26325Shared CWE-434
CVE-2025-6079Shared CWE-434
CVE-2024-13448Shared CWE-434
CVE-2025-51056Shared CWE-434
CVE-2025-66256Shared CWE-434
CVE-2026-32523Shared CWE-434
CVE-2025-6423Shared CWE-434

Affected Assets

wp mobile detector project
wp mobile detector
≤ 3.5

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly addresses the missing file type validation in resize.php that enables arbitrary file uploads.

prevent

Remediates the specific flaw in WP Mobile Detector plugin versions up to 3.5 via available updates documented in the plugin changelog.

preventdetect

Detects and blocks malicious code in uploaded arbitrary files, mitigating potential remote code execution on the server.

References