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**: Critical Code Injection in WordPress plugin 'Contact Form by Supsystic'.
💥 **Consequences**: Unauthenticated attackers can inject arbitrary Twig expressions via GET parameters.…
📦 **Affected Product**: Contact Form by Supsystic (WordPress Plugin).
📉 **Versions**: Version **1.7.36 and earlier**.
🏢 **Vendor**: Supsystic.
Q4What can hackers do? (Privileges/Data)
⚔️ **Attacker Capabilities**: Full Remote Code Execution.
📊 **Impact**: High Confidentiality, Integrity, and Availability loss (CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H).
🔓 **Privileges**: No authentication required.…
🔍 **Self-Check**: Scan for WordPress sites running 'Contact Form by Supsystic' <= v1.7.36.
🛠️ **Tooling**: Use Nuclei with the provided CVE-2026-4257 template.
👀 **Manual**: Look for `cfsPreFill` functionality and unsand…