Live Exposure Defense: From CVE to Confirmed Exposure in 12 Hours – See more

New CVE Detected

CVE-2026-9725 – Unauthenticated Arbitrary File Deletion – Printcart Web to Print Product Designer…

Be the first to know when new zero-days emerge:

Summary

CVE-2026-9725 is a critical unauthenticated arbitrary file deletion vulnerability affecting the Printcart Web to Print Product Designer for WooCommerce WordPress plugin in all versions up to and including 2.5.2. The flaw allows any unauthenticated remote attacker to delete arbitrary files on the server — an impact class that the CVE advisory explicitly notes may make remote code execution possible. With a CVSS v3.1 base score of 9.1, the vulnerability requires no privileges and no user interaction to exploit.

Technical details

  • Root cause: The store_design_data() function constructs a server-side filesystem path from the user-supplied nbd_item_key POST parameter. The parameter is passed through sanitize_text_field() only, which does not strip path traversal sequences (../). The resulting unsanitized path is passed directly to Nbdesigner_IO::delete_folder() and PHP’s rename(), giving an attacker full control over which directory is deleted or renamed.
  • Authentication bypass: The WordPress nonce that nominally protects the nbd_save_customer_design AJAX action is freely obtainable by unauthenticated users via the nbd_check_use_logged_in endpoint, eliminating any authentication barrier.
  • Attack vector: Remote, unauthenticated HTTP POST request to the WordPress AJAX endpoint. No prior access or credentials required.
  • Impact: Arbitrary deletion of files and directories on the server via path traversal. Deletion of critical WordPress files such as wp-config.php or .htaccess is a well-established pathway to subsequent remote code execution. CVSS impact metrics: Integrity — High, Availability — High.

Affected software

  • Printcart Web to Print Product Designer for WooCommerce (WordPress plugin slug: printcart-integration), all versions up to and including 2.5.2

Severity

  • CVSS v3.1 Base Score: 9.1 (Critical)
  • Vector String: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H

Mitigation and recommended actions

  • Immediate action — apply the patch: Upgrade to version 2.5.3 (released July 2, 2026), which resolves CVE-2026-9725 by introducing a new nbd_sanitize_item_key() helper that strips path-traversal sequences and restricts the design-folder key to the [A-Za-z0-9_-] character set used by legitimate keys. All input sites constructing filesystem paths from nbd_item_key and related parameters across the plugin codebase have been hardened in this release.
  • If immediate patching is not possible: Restrict unauthenticated access to WordPress AJAX endpoints (/wp-admin/admin-ajax.php) at the network perimeter or web application firewall level as a temporary measure. This does not fully mitigate the vulnerability since AJAX access is required for normal plugin functionality.

IONIX Status

The IONIX research team is tracking ongoing exploitation attempts and recommends immediate patching. Potentially affected assets are outlined in this post.

References

Are you exposed?

Get a free report of your organization’s exposure to this CVE and threat

How IONIX’s External Exposure Management Platform Detects and Validates
Zero-Days to Shrink MTTR

1

Map your entire attack surface (continously)

IONIX uses multi-factor discovery methods, including DNS analysis, certificate mapping, metadata inspection, and more, to automatically map every internet-facing asset across your environment. This includes cloud instances, third-party platforms, shadow IT, and even forgotten infrastructure that traditional tools miss.

2

Monitor for new CVEs

Dozens of threat intel feeds using agentic technology are continuously analyzed to detect the appearance of proof-of-concept code, exploit kits, and indicators of active targeting. IONIX goes further by applying AI to proactively evaluate whether emerging vulnerabilities are likely to be exploited, even before PoCs go public.

3

Identify Potential External Exposures

Not all CVEs matter. IONIX filters vulnerabilities by asking attacker-centric questions: Can it be reached from the internet? Does it require authentication? Is it being exploited in the wild? This dramatically reduces noise and focuses teams on threats that can actually be weaponized.

4

Create Safe, Scalable Exploit Validations

IONIX transforms real-world PoCs into safe, non-intrusive test payloads that can be run in production environments without disruption. These simulations are precisely targeted to the systems that are vulnerable, ensuring rapid validation without unnecessary load.

5

Execute Exploit Validations

By combining context about software stack, versioning, exposure status, and reachability, IONIX ensures that only the right payloads are executed against the right assets, maximizing efficiency and minimizing risk.

6

Drive Fast and Actionable Remediation

Results are routed through integrations with ticketing, SOAR, and SIEM tools. Issues are written in plain language, bundled into remediation clusters, and prioritized based on asset criticality, exploitability, and blast radius. This shortens mean time to remediation (MTTR) and empowers teams to act with confidence.

Are you exposed?

Get a free report of your organization’s exposure to this CVE and threat

Subscribe to Threat Center RSS

Copy/paste the link below into your preferred RSS reader or follow these instructions to subscribe to Slack alerts.

Get Real-Time CVE Alerts to Your Email

Be the first to know when new zero-days emerge