HIGH 7.5

CVE-2026-56060: Unauthenticated Data Exposure in WooCommerce Print Invoice Plugin

A vulnerability in the 'Print Invoice & Delivery Notes for WooCommerce' plugin (versions up to 7.1.1) allows attackers to access sensitive customer and order information without needing any authentication. The vulnerability exploits insufficient access controls, meaning someone on the internet could potentially retrieve invoices, delivery details, and associated customer data by manipulating requests to the plugin. This is particularly serious for WooCommerce store owners because the exposed data typically includes customer names, addresses, email addresses, phone numbers, and order values.

Source data · NVD / CISA · public domain

CVSS
3.1 · 7.5 HIGH · CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Weaknesses (CWE)
CWE-497
Affected products
0 configuration(s)
Published / Modified
2026-06-26 / 2026-06-26

NVD description (verbatim)

Unauthenticated Sensitive Data Exposure in Print Invoice & Delivery Notes for WooCommerce <= 7.1.1 versions.

1 reference(s) · View on NVD →

SEC.co analysis · AI-assisted, reviewed against source

Technical summary

CVE-2026-56060 is a CWE-497 (Exposure of Sensitive Data to an Unauthorized Actor) vulnerability stemming from inadequate access control mechanisms in the Print Invoice & Delivery Notes for WooCommerce plugin. The plugin fails to properly validate user authentication and authorization before exposing invoice and delivery note endpoints. An unauthenticated remote attacker can exploit this by sending crafted HTTP requests to generate, retrieve, or export sensitive documents without valid session credentials or permission checks. The CVSS 3.1 score of 7.5 reflects the network-accessible nature of the vulnerability (AV:N), low attack complexity (AC:L), lack of required authentication (PR:N), and the high confidentiality impact (C:H) when sensitive business and customer data is exposed.

Business impact

For WooCommerce store operators, this vulnerability poses a significant data breach risk. Attackers could systematically extract customer information, order histories, and financial details from affected sites, leading to potential GDPR, CCPA, or other privacy regulation violations, reputational damage, and customer notification obligations. The exposure of delivery addresses and phone numbers could enable secondary attacks such as fraud or social engineering. Additionally, competitors could harvest customer data and order patterns. The lack of exploit complexity means any attacker with basic web knowledge could identify and abuse this vulnerability at scale across multiple affected stores.

Affected systems

The vulnerability affects the 'Print Invoice & Delivery Notes for WooCommerce' plugin in version 7.1.1 and all earlier releases. Any WooCommerce installation using this plugin at a vulnerable version is at risk. The plugin is typically used to generate, format, and export customer invoices and shipping details, making it a natural target for data exposure attacks. Administrators should immediately identify whether this plugin is installed and check the current version number in their WordPress plugin settings.

Exploitability

This vulnerability has a low barrier to exploitation. No user interaction, authentication, or special privileges are required—an attacker simply needs network access to the WooCommerce site running the vulnerable plugin. The attack surface is broad because the vulnerable endpoints are likely accessible to any internet user. Exploitation can be automated, allowing attackers to enumerate and extract documents at scale. However, the vulnerability is not currently listed on the CISA Known Exploited Vulnerabilities (KEV) catalog, which suggests either limited public weaponization or early disclosure relative to widespread patch adoption. Security teams should assume exploitation is possible and treat this as an immediate priority.

Remediation

The primary remediation is to update the 'Print Invoice & Delivery Notes for WooCommerce' plugin to a patched version beyond 7.1.1. Administrators should verify the latest available version on the official WordPress plugin repository or the vendor's website and apply the update immediately. As an interim measure before patching, consider restricting access to the plugin's endpoints via Web Application Firewall (WAF) rules or .htaccess directives to require authentication, disabling the plugin if it is not actively used, or limiting WooCommerce admin access to trusted IP addresses. Additionally, audit access logs to determine if the vulnerability was exploited prior to remediation, and notify customers if sensitive data exposure is confirmed.

Patch guidance

Update the Print Invoice & Delivery Notes for WooCommerce plugin to a version higher than 7.1.1 as soon as possible. Before updating, take a backup of your WooCommerce database and custom configurations. Test the update in a staging environment to ensure compatibility with your site's configuration, active themes, and other plugins. After deployment to production, verify that invoice and delivery note functionality works correctly and that unauthenticated users can no longer access these resources. Document the patch date and version applied for compliance records.

Detection guidance

Monitor web server access logs for unusual requests to invoice or delivery note endpoints—look for patterns such as repeated attempts to access documents with sequential order IDs, requests from unusual geographic locations, or requests lacking valid WordPress session cookies. Implement rate limiting on sensitive endpoints to detect rapid enumeration attempts. Use security plugins or WAF solutions to log and alert on access attempts to admin-level plugin functions by unauthenticated users. Review download and export logs within WooCommerce to identify any suspicious bulk document generation. If your WooCommerce site is internet-facing, consider running a plugin vulnerability scanner (e.g., Wordfence, Sucuri) to flag the vulnerable plugin and track when it is patched.

Why prioritize this

This vulnerability merits immediate (day-one) priority for any organization running the affected plugin. The combination of unauthenticated access (no login required), high-value sensitive data exposure (customer records, order details, addresses), network accessibility, and low exploitation complexity creates a critical risk. The lack of user interaction required means the vulnerability can be exploited silently and at scale. While it is not yet on the CISA KEV list, the clear business impact and ease of exploitation mean defensive action should not wait for ransomware gang adoption or further public disclosure. Organizations that handle customer personally identifiable information (PII) face regulatory liability if a breach occurs on a known, unpatched vulnerability.

Risk score, explained

The CVSS 3.1 score of 7.5 (HIGH) reflects a vulnerability with broad network attack surface (AV:N), minimal attack complexity (AC:L), no authentication requirement (PR:N), and severe confidentiality impact (C:H) on sensitive customer data. The lack of integrity or availability impact (I:N, A:N) acknowledges that the vulnerability is read-only—it does not allow data modification or service disruption. However, the confidentiality impact is substantial enough to warrant a HIGH severity classification. In practice, the business and regulatory consequences of customer data exposure may warrant treating this as a critical priority even within the HIGH category.

Frequently asked questions

How can I tell if my WooCommerce site is vulnerable?

Log in to your WordPress admin dashboard, navigate to Plugins, and search for 'Print Invoice & Delivery Notes for WooCommerce.' If it is installed and the version number shown is 7.1.1 or lower, your site is vulnerable. You can also hover over the plugin name to see the version details. If the plugin is not installed, you are not at risk from this specific vulnerability.

Do I need to reinstall WooCommerce itself?

No. This vulnerability is specific to the 'Print Invoice & Delivery Notes for WooCommerce' plugin, not to WooCommerce core. Updating WooCommerce itself will not fix this issue. You only need to update the plugin to a patched version beyond 7.1.1.

Is there a confirmed public exploit or active attacks using this vulnerability?

As of the publication date, this vulnerability is not listed on the CISA Known Exploited Vulnerabilities catalog, which suggests it has not yet been weaponized in widespread, documented campaigns. However, the vulnerability is relatively straightforward to exploit, and security teams should assume that malicious actors are developing or using proof-of-concept code to identify and target affected sites. Do not delay patching in expectation of KEV listing.

What data might be exposed if my site is compromised?

Attackers can access invoices and delivery notes, which typically contain customer names, email addresses, phone numbers, physical delivery addresses, order dates, item descriptions, and potentially order totals and payment method details (depending on how the plugin is configured). This is sensitive personally identifiable information (PII) that can be used for fraud, social engineering, or sold on underground markets.

This analysis is provided for informational and educational purposes. It is not a substitute for vendor advisories, security assessments, or professional security guidance. Organizations should verify all patch information and version numbers directly against the official WordPress plugin repository and vendor advisories before deployment. The vulnerability details, CVSS score, and affected versions provided herein are accurate as of the publication date but may be updated by vendors or security databases. SEC.co makes no warranty regarding the completeness, accuracy, or timeliness of this information. Organizations are responsible for assessing their own risk, testing patches in non-production environments, and making independent security decisions. Consult your vendor's official security bulletins and conduct internal penetration testing and vulnerability scans as part of your verification process. Source: NVD (public-domain), retrieved 2026-08-05. Analysis generated by SEC.co (claude-haiku-4-5).