This is a summary of the AI-generated 10-question deep analysis. The full version (longer answers, follow-up Q&A, related CVEs) requires login.
Read the full analysis โ
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.โฆ
๐ก๏ธ **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.
๐ **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.