-
CVSS Score
-Basic Information
CVE ID
-
GHSA ID
-
EPSS Score
-
CWE
-
Published
-
Updated
-
KEV Status
-
Technology
-
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| prestashop/prestashop | composer | >= 8.0.0, < 8.0.4 | 8.0.4 |
| prestashop/prestashop | composer | < 1.7.8.9 | 1.7.8.9 |
The vulnerability stems from insufficient SQL function validation in the SQL Manager component. The commit diff shows:
This demonstrates the pre-patch version of checkedSelect() in RequestSql.php did not properly analyze nested SQL function calls (like LOAD_FILE()), allowing malicious SELECT queries to execute file read operations through SQL injection. The high confidence comes from direct evidence in the patch adding both the function blocklist entry and validation logic improvements targeting function calls in query structures.
KEV Misses 88% of Exploited CVEs- Get the report