CVE-2022-31181
CRITICAL9.8EPSS 78.3%PrestaShop eval injection possible if shop vulnerable to SQL injection
Published: 7/29/2022Modified: 11/8/2023
Description
### Impact Eval injection possible if the shop is vulnerable to an SQL injection. ### Patches The problem is fixed in version 1.7.8.7 ### Workarounds Delete the MySQL Smarty cache feature by removing these lines in the file `config/smarty.config.inc.php` lines 43-46 (PrestaShop 1.7) or 40-43 (PrestaShop 1.6): ```php if (Configuration::get('PS_SMARTY_CACHING_TYPE') == 'mysql') { include _PS_CLASS_DIR_.'Smarty/SmartyCacheResourceMysql.php'; $smarty->caching_type = 'mysql'; } ```
Affected packages (1)
- Packagist/prestashop/prestashop>= 1.6.0.10, < 1.7.8.7
CVSS scores
| Source | Version | Severity | Vector |
|---|---|---|---|
| osv | CVSS 3.1 | CRITICAL9.8 | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H |
References (5)
- ADVISORYhttps://nvd.nist.gov/vuln/detail/CVE-2022-31181
- PATCHhttps://github.com/PrestaShop/PrestaShop
- WEBhttps://github.com/PrestaShop/PrestaShop/commit/b6d96e7c2a4e35a44e96ffbcdfd34439b56af804
- WEBhttps://github.com/PrestaShop/PrestaShop/releases/tag/1.7.8.7
- WEBhttps://github.com/PrestaShop/PrestaShop/security/advisories/GHSA-hrgx-p36p-89q4