Cyber Resilience

CVE-2024-8425

Critical

Published: 28 February 2025

Published
28 February 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.4103 97.5th percentile
Risk Priority 44 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-8425 is a critical-severity Unrestricted Upload of File with Dangerous Type (CWE-434) vulnerability in Wpswings Woocommerce Ultimate Gift Card. Its CVSS base score is 9.8 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 2.5% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

The WooCommerce Ultimate Gift Card plugin for WordPress is vulnerable to arbitrary file uploads due to insufficient file type validation in the mwb_wgm_preview_mail and mwb_wgm_woocommerce_add_cart_item_data functions. The issue affects all versions up to and including 2.9.2, with the only confirmed patched release being 2.9.3. The flaw is tracked as CWE-434 and carries a CVSS 3.1 score of 9.8.

Unauthenticated attackers can exploit the vulnerability over the network to upload arbitrary files to the server, which may enable remote code execution on the affected site.

The vendor has addressed the issue in version 2.9.3. The Wordfence advisory recommends that sites running the plugin update immediately to the patched release.

EPSS for this CVE rose from lower values to a peak of 0.6411 on 2026-02-03 before receding to the current score of 0.4103, indicating that exploitation interest emerged after disclosure.

EU & UK References

Vulnerability details

The WooCommerce Ultimate Gift Card plugin for WordPress is vulnerable to arbitrary file uploads due to insufficient file type validation in the 'mwb_wgm_preview_mail' and 'mwb_wgm_woocommerce_add_cart_item_data' functions in all versions up to, and including, 2.9.2. This makes it possible for unauthenticated…

more

attackers to upload arbitrary files on the affected site's server which may make remote code execution possible. Please note that this may have been patched on an older version than 2.9.2, however, we do not have access to older versions of the software to confirm when the patch was added. The only patched version we have confirmed is 2.9.3.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

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.
T1505.003 Web Shell Persistence
Adversaries may backdoor web servers with web shells to establish persistent access to systems.
Why these techniques?

Arbitrary unauthenticated file upload in public-facing WordPress plugin directly enables web shell deployment and RCE via T1190 exploitation of the application.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2024-13359Same product class: WordPress / CMS plugin
CVE-2024-13641Same product class: WordPress / CMS plugin
CVE-2025-7340Same product class: WordPress / CMS plugin
CVE-2024-13342Same product class: WordPress / CMS plugin
CVE-2025-1661Same product class: WordPress / CMS plugin
CVE-2024-13545Same product class: WordPress / CMS plugin
CVE-2025-46384Shared CWE-434
CVE-2025-13516Shared CWE-434
CVE-2024-13011Shared CWE-434
CVE-2025-8323Shared CWE-434

Affected Assets

wpswings
woocommerce ultimate gift card
≤ 2.6.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Requires timely identification, reporting, and patching of the specific flaw in the WooCommerce plugin enabling arbitrary file uploads due to insufficient validation.

prevent

Directly enforces validation of information inputs like file types in upload functions to block arbitrary files from being accepted on the server.

preventdetect

Deploys malicious code protection at entry points to scan and prevent or detect uploaded arbitrary files that could lead to remote code execution.

References