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

Goal: 1000 CNY ยท Raised: 1336 CNY

100%

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!