Cyber Resilience

CVE-2025-5058

CriticalPublic PoC

Published: 24 May 2025

Published
24 May 2025
Modified
08 April 2026
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.0247 85.6th percentile
Risk Priority 21 60% EPSS · 20% KEV · 20% CVSS

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

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

T1078.001 Default Accounts Stealth
Adversaries may obtain and abuse credentials of a default account as a means of gaining Initial Access, Persistence, Privilege Escalation, or Defense Evasion.
T1505.003 Web Shell Persistence
Adversaries may backdoor web servers with web shells to establish persistent access to systems.
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.
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

emagicone
emagicone store manager for woocommerce
≤ 1.2.5

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.

addresses: CWE-434

Requiring identifiable owners for portable devices reduces the attack surface for unrestricted uploads of dangerous file types via anonymous media.

addresses: CWE-434

Dangerous file uploads can be detonated in the chamber to determine malice before any production write or execution occurs.

addresses: CWE-434

Prevents unrestricted writing of arbitrary or malicious firmware by keeping hardware write-protect enabled except under tightly controlled manual procedures.

addresses: CWE-434

Scans files from external sources on download/open/execute, blocking unrestricted uploads of dangerous file types.

References