Goal Reached Thanks to every supporter β€” we hit 100%!

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2025-13773 β€” AI Deep Analysis Summary

CVSS 9.8 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Critical Code Injection (RCE) in Print Invoice & Delivery Notes for WooCommerce.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: CWE-94 (Code Injection). The flaw stems from **missing capability checks**, enabling PHP execution in Dompdf, and unsafe handling in `template.php`.…

Q3Who is affected? (Versions/Components)

πŸ“¦ **Affected**: WordPress Plugin: **Print Invoice & Delivery Notes for WooCommerce**. πŸ“‰ **Versions**: **5.8.0 and earlier**. Vendor: **tychesoftwares**. If you use this plugin for WooCommerce invoicing, you are at risk.

Q4What can hackers do? (Privileges/Data)

πŸ’€ **Attacker Capabilities**: Full Remote Code Execution (RCE). πŸ“‚ **Impact**: Can read/write any file, steal database credentials, install backdoors, or take over the entire WordPress instance.…

Q5Is exploitation threshold high? (Auth/Config)

⚑ **Exploitation Threshold**: **LOW**. CVSS Vector: `AV:N/AC:L/PR:N/UI:N/S:U`. No authentication (`PR:N`) or user interaction (`UI:N`) required. Network-accessible (`AV:N`). It's an easy target for automated bots.

Q6Is there a public Exp? (PoC/Wild Exploitation)

πŸ” **Public Exploit**: The provided data shows **empty PoCs** (`pocs: []`). However, the vulnerability details (file paths, logic flaws) are public. Wild exploitation is highly likely given the low barrier to entry.…

Q7How to self-check? (Features/Scanning)

πŸ”Ž **Self-Check**: 1. Check WooCommerce plugins for 'Print Invoice & Delivery Notes'. 2. Verify version is **≀ 5.8.0**. 3. Scan for the presence of `template.php` in the plugin's PDF generation folder. 4.…

Q8Is it fixed officially? (Patch/Mitigation)

πŸ› οΈ **Official Fix**: Yes. The references point to a changeset (**3426119**) and specific file fixes in `PhpEvaluator.php`, `wcdn-front-function.php`, and `template.php`.…

Q9What if no patch? (Workaround)

🚧 **No Patch Workaround**: 1. **Disable** the plugin immediately if not essential. 2. **Restrict access** to `/wp-admin` and plugin directories via `.htaccess` or WAF. 3. **Remove** the plugin if unused. 4.…

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **CRITICAL / IMMEDIATE ACTION**. CVSS 9.8 + No Auth Required = High Risk. Patch now. Do not wait. This is a 'zero-day' style risk in a popular plugin. Prioritize over non-critical updates.