Vulnerability 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.
CVSS Score
CRITICAL
Related Weaknesses (CWE)
References
- https://plugins.trac.wordpress.org/browser/printcart-integration/tags/2.4.8/incl
- https://plugins.trac.wordpress.org/browser/printcart-integration/tags/2.4.8/incl
- https://plugins.trac.wordpress.org/browser/printcart-integration/tags/2.4.8/incl
- https://plugins.trac.wordpress.org/changeset/3593521/printcart-integration/trunk
- https://plugins.trac.wordpress.org/changeset?old_path=%2Fprintcart-integration/t
- https://www.wordfence.com/threat-intel/vulnerabilities/id/5bb962bd-9b23-4820-885
FAQ
What is CVE-2026-9725?
CVE-2026-9725 is a vulnerability with a CVSS score of 9.1 (CRITICAL). 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 valid...
How severe is CVE-2026-9725?
CVE-2026-9725 has been rated CRITICAL with a CVSS base score of 9.1/10. This is considered a critical vulnerability requiring immediate attention.
Is there a patch for CVE-2026-9725?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.