Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H
Nonce is freely obtainable by anonymous users so PR:N and AC:L hold; arbitrary file deletion gives high integrity and availability impact with no confidentiality disclosure.
Primary rating from Vendor (Wordfence).
CVSS VectorVendor: Wordfence
Lifecycle Timeline
2DescriptionCVE.org
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.
Articles & Coverage 2
AnalysisAI
Arbitrary file deletion in the Printcart Web to Print Product Designer for WooCommerce WordPress plugin (versions up to and including 2.5.2) lets unauthenticated attackers delete any file on the server, potentially escalating to remote code execution. The store_design_data() function builds a filesystem path from the attacker-controlled 'nbd_item_key' POST value and the nonce guarding the AJAX action can be freely retrieved by anonymous users, so exploitation needs no login. No public exploit has been identified at time of analysis, but the network-reachable, no-privilege profile makes this a high-priority patch.
Technical ContextAI
The affected component is the Printcart (nbdesigner / printcart-integration) plugin that adds a web-to-print product designer to WooCommerce storefronts. The root cause is CWE-22 (Improper Limitation of a Pathname to a Restricted Directory / path traversal): the 'nbd_item_key' parameter is passed only through WordPress's sanitize_text_field(), which trims tags and whitespace but does NOT neutralize '../' traversal sequences. That unsanitized value is concatenated into a filesystem path and handed to the plugin's Nbdesigner_IO::delete_folder() helper and PHP's native rename(), allowing the path to escape the intended design-storage directory. The CPE cpe:2.3:a:printcart:printcart_web_to_print_product_designer_for_woocommerce confirms the single affected plugin package.
RemediationAI
Vendor-released patch: update the plugin to version 2.5.3, which is the first fixed release per the WordPress plugin trac changeset (https://plugins.trac.wordpress.org/changeset?old_path=%2Fprintcart-integration/tags/2.5.2&new_path=%2Fprintcart-integration/tags/2.5.3); review the Wordfence advisory (https://www.wordfence.com/threat-intel/vulnerabilities/id/5bb962bd-9b23-4820-885e-d8095250c3c7?source=cve) for confirmation. If immediate patching is not possible, deactivate and remove the Printcart plugin until it can be updated (this disables the vulnerable nbd_save_customer_design AJAX action but also removes web-to-print functionality from the store), or place a WAF/virtual-patch rule that blocks POST requests to admin-ajax.php for the nbd_save_customer_design action containing '../' or encoded traversal sequences in the nbd_item_key parameter (risk of breaking legitimate design saves if key formats vary). As defense in depth, run PHP under a least-privilege user and enforce filesystem permissions so the web server cannot delete files outside the uploads/design directory.
More in Wordpress Plugin
View allThe Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in
Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u
Same weakness CWE-22 – Path Traversal
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-41488
GHSA-7hpp-w2wq-4w79