CVE-2025-5058
Published: 24 May 2025
Summary
CVE-2025-5058 is a critical-severity Unrestricted Upload of File with Dangerous Type (CWE-434) vulnerability in Emagicone Emagicone Store Manager For Woocommerce. Its CVSS base score is 9.8 (Critical).
Operationally, exploitation aligns with the MITRE ATT&CK technique Default Accounts (T1078.001); ranked in the top 14.4% 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 contains an arbitrary file upload vulnerability stemming from missing file type validation in the set_image() function. The flaw affects all versions through 1.2.5 and is tracked as CWE-434, carrying a CVSS 3.1 score of 9.8.
Unauthenticated attackers can exploit the issue on sites that retain the plugin's default credentials of 1:1 or when valid credentials are obtained through other means. Successful exploitation permits upload of arbitrary files to the server, enabling remote code execution and full compromise of confidentiality, integrity, and availability.
Public references point to a corrective changeset in the WordPress plugin repository along with code-level details in the affected class files. The associated EPSS score rose from a low baseline to a peak of 0.0309, indicating growing exploitation interest after disclosure.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-28373
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_image() 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?
Vulnerability enables unauthenticated arbitrary file upload via public-facing WordPress plugin endpoint (?connector=bridge) when using default credentials (login=1, password=1), facilitating abuse of default accounts (T1078.001), exploitation of public-facing applications (T1190), and deployment/execution of web shells for RCE (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.