Description
The Print Invoice & Delivery Notes for WooCommerce plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 5.8.0 via the 'WooCommerce_Delivery_Notes::update' function. This is due to missing capability check in the 'WooCommerce_Delivery_Notes::update' function, PHP enabled in Dompdf, and missing escape in the 'template.php' file. This makes it possible for unauthenticated attackers to execute code on the server.
Published: 2025-12-24
Score: 9.8 Critical
EPSS: 3.2% Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Print Invoice & Delivery Notes for WooCommerce plugin contains an unauthenticated code injection flaw that maps to CWE‑94. A missing capability check in the WooCommerce_Delivery_Notes::update function, combined with enabled PHP execution in the Dompdf library and unescaped template variables, permits an attacker to embed arbitrary PHP code that is executed when a PDF is generated. This gives the attacker full control over the server, compromising confidentiality, integrity, and availability.

Affected Systems

Tyche Softwares develops the WooCommerce plugin. All releases of Print Invoice & Delivery Notes for WooCommerce up to and including version 5.8.0 are affected. The vulnerability resides in the WooCommerce_Delivery_Notes::update routine and relies on the plugin’s integration with Dompdf to interpret user input as PHP.

Risk and Exploitability

The CVSS score of 9.8 classifies this as a critical vulnerability, while the EPSS score of 3% indicates that the current likelihood of exploitation is low. Because no authentication is required, an attacker with network access to the WordPress site can send a crafted HTTP request to the exposed update endpoint and trigger arbitrary code execution. The flaw is not listed in the CISA KEV catalog; nevertheless, the severity and ease of exploitation make immediate remediation essential.

Generated by OpenCVE AI on June 18, 2026 at 02:24 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Print Invoice & Delivery Notes for WooCommerce plugin to the latest release provided by Tyche Softwares once a security fix is available, as plugins routinely patch identified vulnerabilities.
  • If no update is currently available, temporarily deactivate or uninstall the vulnerable plugin to eliminate the exposed functionality.
  • Alternatively, add an explicit capability check to the update hook so that only administrators can trigger PDF generation, or remove the hook entirely to prevent unauthenticated requests from invoking code execution.

Generated by OpenCVE AI on June 18, 2026 at 02:24 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 24 Dec 2025 15:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Wed, 24 Dec 2025 12:00:00 +0000

Type Values Removed Values Added
First Time appeared Tychesoftwares
Tychesoftwares print Invoice & Delivery Notes For Woocommerce
Wordpress
Wordpress wordpress
Vendors & Products Tychesoftwares
Tychesoftwares print Invoice & Delivery Notes For Woocommerce
Wordpress
Wordpress wordpress

Wed, 24 Dec 2025 04:45:00 +0000

Type Values Removed Values Added
Description The Print Invoice & Delivery Notes for WooCommerce plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 5.8.0 via the 'WooCommerce_Delivery_Notes::update' function. This is due to missing capability check in the 'WooCommerce_Delivery_Notes::update' function, PHP enabled in Dompdf, and missing escape in the 'template.php' file. This makes it possible for unauthenticated attackers to execute code on the server.
Title Print Invoice & Delivery Notes for WooCommerce <= 5.8.0 - Unauthenticated Remote Code Execution
Weaknesses CWE-94
References
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}


Subscriptions

Tychesoftwares Print Invoice & Delivery Notes For Woocommerce
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-04-08T17:29:46.005Z

Reserved: 2025-11-28T05:56:13.257Z

Link: CVE-2025-13773

cve-icon Vulnrichment

Updated: 2025-12-24T14:17:01.836Z

cve-icon NVD

Status : Deferred

Published: 2025-12-24T05:16:05.320

Modified: 2026-06-17T08:34:43.833

Link: CVE-2025-13773

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-18T02:30:15Z

Weaknesses
  • CWE-94

    Improper Control of Generation of Code ('Code Injection')