Cyber Posture

CVE-2025-6439

Critical

Published: 11 October 2025

Published
11 October 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.0130 79.8th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

Description

Adversaries may delete files left behind by the actions of their intrusion activity.

Security Summary

CVE-2025-6439 is a critical vulnerability in the WooCommerce Designer Pro plugin for WordPress, specifically used by the Pricom - Printing Company & Design Services WordPress theme. It stems from insufficient file path validation in the 'wcdp_save_canvas_design_ajax' function, enabling arbitrary file deletion across all versions up to and including 1.9.26. Published on 2025-10-11, the flaw is classified under CWE-22 (Path Traversal) with 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), indicating high impact on confidentiality, integrity, and availability.

Unauthenticated attackers can exploit this vulnerability remotely over the network with low complexity and no privileges or user interaction required. By leveraging the flawed AJAX handler, they can delete all files in an arbitrary server directory, potentially resulting in remote code execution, significant data loss, or complete site unavailability.

Advisories from Wordfence provide detailed threat intelligence on the vulnerability, while the plugin's CodeCanyon listing serves as the primary source for the affected software. No specific patch details are outlined in the available information, underscoring the need for immediate updates beyond version 1.9.26 or alternative mitigations like disabling the plugin.

Details

CWE(s)
CWE-22

MITRE ATT&CK Enterprise Techniques

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?

T1190: Unauthenticated path traversal in public-facing WordPress plugin enables exploitation of public-facing application. T1070.004: Vulnerability directly allows arbitrary file deletion on the server.

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

References