CVE-2025-4336
Published: 24 May 2025
Summary
CVE-2025-4336 is a high-severity Unrestricted Upload of File with Dangerous Type (CWE-434) vulnerability in Emagicone Emagicone Store Manager For Woocommerce. Its CVSS base score is 8.1 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Default Accounts (T1078.001); ranked in the top 16.5% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
Deeper analysis
The eMagicOne Store Manager for WooCommerce plugin for WordPress is vulnerable to arbitrary file uploads due to missing file type validation in the set_file() function in all versions up to and including 1.2.5. This flaw, tracked as CVE-2025-4336 and assigned CWE-434, carries a CVSS 3.1 score of 8.1 and affects the plugin's handling of file operations on WordPress sites.
Unauthenticated attackers can exploit the issue over the network to upload arbitrary files to the server, potentially enabling remote code execution. Exploitation requires either the default connector password of 1:1 remaining unchanged or the attacker obtaining valid credentials; the attack complexity is rated high under the provided CVSS vector.
Public references include a WordPress plugin repository changeset at revision 3308544 along with source listings for the affected classes and entry points, indicating that a patched version has been published to address the missing validation.
EPSS remains low and unchanged at a peak of 0.0187 with no reported real-world exploitation activity.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-28003
Vulnerability details
The eMagicOne Store Manager for WooCommerce plugin for WordPress is vulnerable to arbitrary file uploads due to missing file type validation in the set_file() function in all versions up to, and including, 1.2.5. This makes it possible for unauthenticated attackers…
more
to upload arbitrary files on the affected site's server which may make remote code execution possible. This is only exploitable by unauthenticated attackers in default configurations where the the default password is left as 1:1, or where the attacker gains access to the credentials.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
The vulnerability enables unauthenticated arbitrary file upload via default credentials (T1078.001), exploitation of a public-facing WordPress plugin (T1190), ingress of tools/malware such as PHP web shells (T1105, T1100).
Affected Assets
Mitigating Controls
Likely Mitigating Controls AI
Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.
Requiring identifiable owners for portable devices reduces the attack surface for unrestricted uploads of dangerous file types via anonymous media.
Dangerous file uploads can be detonated in the chamber to determine malice before any production write or execution occurs.
Prevents unrestricted writing of arbitrary or malicious firmware by keeping hardware write-protect enabled except under tightly controlled manual procedures.
Scans files from external sources on download/open/execute, blocking unrestricted uploads of dangerous file types.