-
CVSS Score
-Basic Information
CVE ID
-
GHSA ID
-
EPSS Score
-
CWE
-
Published
-
Updated
-
KEV Status
-
Technology
-
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| zencart/zencart | composer | <= 1.5.7b | 1.5.7c |
The vulnerability stems from an eval() call that directly executes configuration values from admin input. The unpatched code (line 334) used raw $value['value'] in an eval context, while the patch adds zen_output_string sanitization. This matches the CWE-78 pattern where unsanitized user input flows into OS command execution via eval(), which can execute arbitrary PHP code including system() calls. The exploit POC demonstrates manipulating radio input values to inject OS commands through this eval pathway.
Ongoing coverage of React2Shell