Vulnerability Description
The Contact Form by Supsystic plugin for WordPress is vulnerable to Server-Side Template Injection (SSTI) leading to Remote Code Execution (RCE) in all versions up to, and including, 1.7.36. This is due to the plugin using the Twig `Twig_Loader_String` template engine without sandboxing, combined with the `cfsPreFill` prefill functionality that allows unauthenticated users to inject arbitrary Twig expressions into form field values via GET parameters. This makes it possible for unauthenticated attackers to execute arbitrary PHP functions and OS commands on the server by leveraging Twig's `registerUndefinedFilterCallback()` method to register arbitrary PHP callbacks.
CVSS Score
CRITICAL
Related Weaknesses (CWE)
References
- https://plugins.trac.wordpress.org/browser/contact-form-by-supsystic/tags/1.7.36
- https://plugins.trac.wordpress.org/changeset/3491826/contact-form-by-supsystic
- https://www.wordfence.com/threat-intel/vulnerabilities/id/415c9658-bfb2-453b-a69
FAQ
What is CVE-2026-4257?
CVE-2026-4257 is a vulnerability with a CVSS score of 9.8 (CRITICAL). The Contact Form by Supsystic plugin for WordPress is vulnerable to Server-Side Template Injection (SSTI) leading to Remote Code Execution (RCE) in all versions up to, and including, 1.7.36. This is d...
How severe is CVE-2026-4257?
CVE-2026-4257 has been rated CRITICAL with a CVSS base score of 9.8/10. This is considered a critical vulnerability requiring immediate attention.
Is there a patch for CVE-2026-4257?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.