← Back to browse · API

CVE-2026-4257

Severity
CRITICAL
CVSS
9.8
EPSS
0.41475
Risk score
53.72
CISA KEV
No
PoC
Yes
Published
2026-03-30
Modified
2026-04-08
First seen
2026-08-07
Aliases
EUVD-2026-17239
Products
supsysticcom:Contact Form by Supsystic 0 ≤1.7.36
Sources
euvd EUVD-2026-17239
packetstorm 3aabe4b07c37b53a45e4828f|CVE-2026-4257

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.

References