MEDIUM

CVE-2026-9612

2026-06-24 CVSS v3.1
CVSS
5.3

Description

The WhatsOrder – Instant Checkout for WooCommerce plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 1.0.1 via the yapacdev_generate_order_pdf. This makes it possible for unauthenticated attackers to extract sensitive customer PII and order details — including full name, email address, phone number, billing address, ordered items with quantities and prices, applied coupons, shipping method, and order total — from any customer's invoice by enumerating sequential order IDs. Invoice HTML files are written to the publicly accessible wp-content/uploads/whatsorder_invoices/ directory, which is created without an .htaccess deny rule or index.php guard, making every invoice directly downloadable over HTTP with no authentication check.

Summary dbcve.org

The WhatsOrder plugin for WordPress writes invoice HTML files to a publicly accessible directory (wp-content/uploads/whatsorder_invoices/) without .htaccess restrictions or index.php guards. An unauthenticated attacker can download any customer's invoice by enumerating sequential order IDs, exposing full names, email addresses, phone numbers, billing addresses, order items, quantities, prices, coupons, shipping methods, and order totals.

Mitigation

Immediately restrict or remove the publicly accessible wp-content/uploads/whatsorder_invoices/ directory by adding .htaccess deny rules or moving it outside the webroot. Disable the vulnerable yapacdev_generate_order_pdf function until a patched plugin version is available.

Weakness (CWE)

CWE-200 Information Exposure

EPSS Score

0.54%
Probability of exploitation in next 30 days
44.5th percentile

References

View on dbcve.org
Base CVE data derived from NVD (public domain). Enrichment by dbcve.org (CC-BY-4.0). Fetched via API.
Back to CVE