Cyber Resilience

CVE-2025-4336

HighPublic PoC

Published: 24 May 2025

Published
24 May 2025
Modified
08 April 2026
KEV Added
Patch
CVSS Score v3.1 8.1 CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0187 83.5th percentile
Risk Priority 17 60% EPSS · 20% KEV · 20% CVSS

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

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

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.
T1105 Ingress Tool Transfer Command And Control
Adversaries may transfer tools or other files from an external system into a compromised environment.
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?

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

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