Summary
CVE-2026-4357 is a critical unrestricted file upload vulnerability (CWE-434) in the Embed HTML5 Game WordPress plugin, affecting all versions through 1.3. The plugin fails to enforce access control or file-type restrictions on its upload functionality, allowing unauthenticated attackers to upload arbitrary PHP files. Successful exploitation can lead to full remote code execution and complete compromise of the affected WordPress site.
Technical details
- Root cause: The plugin does not properly restrict who can upload files or what file types can be uploaded through its upload handler.
- Trigger conditions: No authentication or user interaction is required; the vulnerable upload endpoint is reachable by any remote, unauthenticated user.
- Attack vector: Network — an attacker sends a crafted upload request directly to the affected WordPress site.
- Impact: Attackers can upload PHP web shells/backdoors, resulting in remote code execution, and complete loss of confidentiality, integrity, and availability of the site.
Affected software
- Embed HTML5 Game WordPress plugin, versions 0 through 1.3 (all known releases)
Severity
- CVSS v3.1 Base Score: 10.0 (Critical)
- Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
Mitigation and recommended actions
- Immediate: No patched version is currently available. Deactivate and remove the Embed HTML5 Game plugin from all WordPress installations until a fix is released.
- If removal is not immediately possible: Restrict or block access to the plugin’s upload endpoint at the web server or WAF layer, monitor for newly created PHP files in upload directories, and review site files for unauthorized web shells or backdoors.
How IONIX identifies potentially affected assets
IONIX matches the following signals against data already collected when it crawled the asset; identifying the technology sends no request beyond that crawl.
- Raw response body:
/wp-content/plugins/embed-html5-game/

