CVE-2026-24946

6.5 MEDIUM

📋 TL;DR

This CVE describes a missing authorization vulnerability in the Print Invoice & Delivery Notes for WooCommerce plugin that allows attackers to bypass access controls. It affects WordPress sites using this plugin up to version 5.8.0, potentially exposing sensitive order information to unauthorized users.

💻 Affected Systems

Products:
  • Print Invoice & Delivery Notes for WooCommerce WordPress plugin
Versions: All versions up to and including 5.8.0
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Affects WordPress installations with WooCommerce and this plugin enabled. No special configuration required.

⚠️ Manual Verification Required

This CVE does not have specific version information in our database, so automatic vulnerability detection cannot determine if your system is affected.

Why? The CVE database entry doesn't specify which versions are vulnerable (no version ranges provided by the vendor/NVD).

🔒 Custom verification scripts are available for registered users. Sign up free to download automated test scripts.

Recommended Actions:
  1. Review the CVE details at NVD
  2. Check vendor security advisories for your specific version
  3. Test if the vulnerability is exploitable in your environment
  4. Consider updating to the latest version as a precaution

⚠️ Risk & Real-World Impact

🔴

Worst Case

Attackers could access all WooCommerce order data including customer information, addresses, payment details, and order history, leading to data breach and privacy violations.

🟠

Likely Case

Unauthorized users accessing invoice and delivery note functionality to view order information they shouldn't have access to, potentially exposing customer data.

🟢

If Mitigated

With proper access controls and authentication checks, only authorized users can access order information as intended.

🌐 Internet-Facing: HIGH - WordPress sites are typically internet-facing, and WooCommerce stores handle sensitive customer data.
🏢 Internal Only: MEDIUM - Internal users could still exploit this if they have access to the WordPress admin interface but lack proper authorization.

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: LIKELY
Unauthenticated Exploit: ✅ No
Complexity: LOW

Exploitation requires some level of access to the WordPress interface but bypasses authorization checks. The vulnerability is in access control logic.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 5.8.1 or later

Vendor Advisory: https://patchstack.com/database/Wordpress/Plugin/woocommerce-delivery-notes/vulnerability/wordpress-print-invoice-delivery-notes-for-woocommerce-plugin-5-8-0-broken-access-control-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel
2. Go to Plugins → Installed Plugins
3. Find 'Print Invoice & Delivery Notes for WooCommerce'
4. Click 'Update Now' if available
5. If not available, download latest version from WordPress repository
6. Deactivate old plugin, upload new version, activate

🔧 Temporary Workarounds

Disable Plugin

all

Temporarily disable the vulnerable plugin until patched

wp plugin deactivate woocommerce-delivery-notes

Restrict Access via .htaccess

linux

Add access restrictions to plugin directories

Order Deny,Allow
Deny from all

🧯 If You Can't Patch

  • Implement strict network access controls to limit who can access the WordPress admin interface
  • Enable detailed logging and monitoring for unauthorized access attempts to order-related endpoints

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin → Plugins → Installed Plugins for 'Print Invoice & Delivery Notes for WooCommerce' version

Check Version:

wp plugin get woocommerce-delivery-notes --field=version

Verify Fix Applied:

Verify plugin version is 5.8.1 or higher in WordPress admin panel

📡 Detection & Monitoring

Log Indicators:

  • Multiple failed authorization attempts to order endpoints
  • Unauthorized users accessing /wp-admin/admin-ajax.php with delivery-notes actions
  • Access to order data from unexpected IP addresses

Network Indicators:

  • HTTP requests to delivery note endpoints without proper authentication headers
  • Unusual patterns of order data access

SIEM Query:

source="wordpress.log" AND ("delivery-notes" OR "print-invoice") AND ("unauthorized" OR "403" OR "access denied")

🔗 References

📤 Share & Export