CVE-2026-9725 Details
Description
The Printcart Web to Print Product Designer for WooCommerce plugin for WordPress is vulnerable to Arbitrary File Deletion in versions up to, and including, 2.5.2 This is due to insufficient path validation in the store_design_data() function, which constructs a filesystem path from the user-supplied 'nbd_item_key' POST parameter sanitized only with sanitize_text_field() — which does not strip path traversal sequences — and then passes that path directly to Nbdesigner_IO::delete_folder() and PHP's rename(). The nonce protecting the nbd_save_customer_design AJAX action is freely obtainable by unauthenticated users via the nbd_check_use_logged_in endpoint. This makes it possible for unauthenticated attackers to delete arbitrary files on the affected site's server which may make remote code execution possible.
A vulnerability allowing arbitrary file deletion has been identified in the Printcart Web to Print Product Designer for WooCommerce plugin, affecting WordPress versions through 2.5.2. The issue arises from inadequate path validation in the 'store_design_data()' function, which creates a filesystem path from the user-supplied 'nbd_item_key' POST parameter. This parameter is only sanitized with 'sanitize_text_field()', a method that fails to remove path traversal sequences. The constructed path is then directly passed to 'Nbdesigner_IO::delete_folder()' and PHP's 'rename()' function. Additionally, the nonce for the 'nbd_save_customer_design' AJAX action can be easily obtained by unauthenticated users through the 'nbd_check_use_logged_in' endpoint. This vulnerability enables unauthenticated attackers to delete arbitrary files from the server, potentially leading to remote code execution.
Users are advised to update the Printcart Web to Print Product Designer for WooCommerce plugin to version 2.5.3 or a newer patched version.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Jul 3, 2026CISA-ADP
Assessed Jul 6, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-22 | Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| Printcart Web to Print Product Designer | <= 2.5.2 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 7, 2026 | CVE Modified | CISA-ADP |
| Jul 3, 2026 | New CVE Received | [email protected] |
Volerion