Cyber Posture

CVE-2025-14344

Critical

Published: 12 December 2025

Published
12 December 2025
Modified
15 April 2026
KEV Added
Patch
CVSS Score 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0038 59.4th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-14344 is a critical-severity Path Traversal (CWE-22) vulnerability in Wordpress (inferred from references). 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 40.6% 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 AC-3 (Access Enforcement) and SI-10 (Information Input Validation).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 1 other technique. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Directly addresses the insufficient file path validation in the plupload_ajax_delete_file function, preventing path traversal that enables arbitrary file deletion.

prevent

Remediates the specific flaw in Multi Uploader for Gravity Forms plugin versions up to 1.1.7 by identifying, testing, and deploying security patches.

prevent

Enforces approved authorizations to block unauthenticated access to the vulnerable AJAX delete endpoint, stopping remote exploitation.

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.
T1070.004 File Deletion Stealth
Adversaries may delete files left behind by the actions of their intrusion activity.
Why these techniques?

Unauthenticated remote exploitation of a public-facing WordPress plugin enables arbitrary file deletion, directly mapping to T1190 (Exploit Public-Facing Application) and T1107 (File Deletion).

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

NVD Description

The Multi Uploader for Gravity Forms plugin for WordPress is vulnerable to arbitrary file deletion due to insufficient file path validation in the 'plupload_ajax_delete_file' function in all versions up to, and including, 1.1.7. This makes it possible for unauthenticated attackers…

more

to delete arbitrary files on the server.

Deeper analysisAI

CVE-2025-14344 is a path traversal vulnerability (CWE-22) in the Multi Uploader for Gravity Forms plugin for WordPress, affecting all versions up to and including 1.1.7. The issue stems from insufficient file path validation in the 'plupload_ajax_delete_file' function, enabling arbitrary file deletion on the server. Published on 2025-12-12, it carries a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H), reflecting its critical severity due to high impacts across confidentiality, integrity, and availability.

Unauthenticated attackers can exploit this vulnerability remotely over the network with low attack complexity and no user interaction or privileges required. By crafting malicious requests to the affected function, they can delete arbitrary files on the web server, potentially disrupting services, destroying data, or enabling further compromise through targeted deletions such as configuration files or backups.

Mitigation details are available in referenced advisories, including the Wordfence threat intelligence page (https://www.wordfence.com/threat-intel/vulnerabilities/id/346af237-0411-4cc4-9544-eab697385a2f?source=cve), the plugin's vulnerable code at lines 41-43 in GFMUHandlePluploader.class.php (https://plugins.trac.wordpress.org/browser/gf-multi-uploader/tags/1.1.7/inc/GFMUHandlePluploader.class.php?marks=41-43#L41), and WordPress plugin trac changeset 3421317 (https://plugins.trac.wordpress.org/changeset/3421317/), which addresses the flaw. Security practitioners should update to a version beyond 1.1.7 and review access to the plugin's AJAX endpoints.

Details

CWE(s)

Affected Products

Wordpress
inferred from references and description; NVD did not file a CPE for this CVE

CVEs Like This One

CVE-2026-34728Shared CWE-22
CVE-2025-14850Shared CWE-22
CVE-2025-4828Shared CWE-22
CVE-2026-3666Shared CWE-22
CVE-2026-6832Shared CWE-22
CVE-2025-6439Shared CWE-22
CVE-2025-2742Shared CWE-22
CVE-2026-0704Shared CWE-22
CVE-2025-27786Shared CWE-22
CVE-2026-4758Shared CWE-22

References