What the vulnerability does
01Description
The WordPress plugin Asset-Manager version 2.0 and below contains an unauthenticated arbitrary file upload vulnerability in upload.php. The endpoint fails to properly validate and restrict uploaded file types, allowing remote attackers to upload malicious PHP scripts to a predictable temporary directory. Once uploaded, the attacker can execute the file via a direct HTTP GET request, resulting in remote code execution under the web server’s context.
Explanation of Vulnerability in Simple Terms
02Summary
Asset Manager versions 2.0 and earlier allow unauthenticated attackers to upload arbitrary files to the server without restriction. An attacker can upload malicious files (such as PHP scripts) over the network with no authentication required. This can lead to remote code execution and complete compromise of the affected site.
What an attacker can do
03Attacker Capabilities
Upload arbitrary files to the server and execute malicious code without authentication.
Potential impact on your site
04Site Impact
An attacker can run arbitrary code on your site, steal data, modify content, or take full control without needing a user account.
Conditions required to exploit
05Prerequisites
Network access to the vulnerable Asset Manager installation; no authentication or user interaction required.
Key dates
06Disclosure timeline
August 5, 2025
CVE published
May 28, 2026
Record updated