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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2026-0926 β€” AI Deep Analysis Summary

CVSS 9.8 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Local File Inclusion (LFI) in Prodigy Commerce plugin. <br>πŸ’₯ **Consequences**: Attackers can read arbitrary files or execute code on the server.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **CWE-98**: Improper Control of Filename for Include/Require. <br>πŸ” **Flaw**: The `parameters[template_name]` parameter lacks proper sanitization, allowing path traversal.

Q3Who is affected? (Versions/Components)

πŸ“¦ **Vendor**: ProdigyCommerce. <br>πŸ“‰ **Affected**: WordPress Plugin **Prodigy Commerce** versions **3.2.9 and earlier**. <br>🌐 **Platform**: WordPress sites using this plugin.

Q4What can hackers do? (Privileges/Data)

πŸ•΅οΈ **Privileges**: Unauthenticated access required. <br>πŸ“‚ **Data**: Can include/read **arbitrary files** (e.g., wp-config.php). <br>πŸ’» **Action**: Potential Remote Code Execution (RCE) via file inclusion.

Q5Is exploitation threshold high? (Auth/Config)

⚑ **Threshold**: LOW. <br>πŸ”“ **Auth**: None required (PR:N). <br>🎯 **Complexity**: Low (AC:L). <br>πŸ–±οΈ **User Interaction**: None (UI:N). <br>πŸ“Š **CVSS**: 9.8 (Critical).

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

πŸ“œ **PoC**: Yes. <br>πŸ”— **Source**: Nuclei templates available on GitHub (ProjectDiscovery). <br>🌍 **Exploitation**: Remote exploitation is possible via the specific parameter.

Q7How to self-check? (Features/Scanning)

πŸ” **Check**: Scan for Prodigy Commerce plugin version. <br>πŸ§ͺ **Test**: Use Nuclei template `CVE-2026-0926.yaml`. <br>πŸ‘€ **Manual**: Inspect `parameters[template_name]` input for LFI behavior.

Q8Is it fixed officially? (Patch/Mitigation)

πŸ› οΈ **Fix**: Update to version **> 3.2.9**. <br>πŸ“ **Reference**: Changeset 3464655 in WordPress Trac. <br>βœ… **Status**: Patch available for the vulnerable component.

Q9What if no patch? (Workaround)

🚧 **Workaround**: Disable the plugin if not in use. <br>πŸ›‘οΈ **WAF**: Block requests containing `parameters[template_name]` with path traversal characters. <br>πŸ”’ **Access Control**: Restrict plugin admin endpoints.

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Priority**: CRITICAL. <br>⏱️ **Urgency**: Immediate action required. <br>πŸ“‰ **Risk**: High CVSS score (9.8) + Unauthenticated + RCE potential. Patch ASAP!