The Contact Form by Supsystic plugin for WordPress is...
Critical severity
Unreviewed
Published
Mar 31, 2026
to the GitHub Advisory Database
•
Updated Mar 31, 2026
Description
Published by the National Vulnerability Database
Mar 30, 2026
Published to the GitHub Advisory Database
Mar 31, 2026
Last updated
Mar 31, 2026
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_Stringtemplate engine without sandboxing, combined with thecfsPreFillprefill 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'sregisterUndefinedFilterCallback()method to register arbitrary PHP callbacks.References