CVE-2021-36748
published 2021-08-20CVE-2021-36748: A SQL Injection issue in the list controller of the Prestahome Blog (aka ph_simpleblog) module before 1.7.8 for Prestashop allows a remote attacker to extract…
PriorityP265high7.5CVSS 3.1
AVNACLPRNUINSUCHINAN
EXPLOIT
EPSS
15.42%
96.4th percentile
A SQL Injection issue in the list controller of the Prestahome Blog (aka ph_simpleblog) module before 1.7.8 for Prestashop allows a remote attacker to extract data from the database via the sb_category parameter.
Affected
1 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| prestahome | blog | < 1.7.8 | 1.7.8 |
Detection & IOCsextracted from sources · hover to see the quote
- →Blind SQL injection probe: a TRUE condition (') OR true-- -) returns HTTP 200 with 'prestashop' in body, while a FALSE condition (') AND false-- -) returns HTTP 404 with 'index.php?controller=404' in the Location/header and an empty body. Differential response confirms exploitability. ↗
- →The vulnerable parameter is `sb_category` in GET requests to the ph_simpleblog list controller endpoint. Monitor web logs for SQL meta-characters (quotes, comment sequences `--`, boolean keywords OR/AND true/false) in this parameter. ↗
- →Affected module identifier is `ph_simpleblog`; presence of this module path in web server logs combined with anomalous `sb_category` values is a strong indicator of exploitation attempts. ↗
- ·The detection relies on differential HTTP response codes (200 vs 404) and specific body/header content. WAFs, caching layers, or custom error pages may alter these responses and cause false negatives or false positives. ↗
- ·Only versions of ph_simpleblog strictly before 1.7.8 are vulnerable; the detection template targets `cpe:2.3:a:prestahome:blog:*:*:*:*:*:prestashop:*:*` with no upper-bound version lock, so patched instances may still match the path-based probe. ↗
CVSS provenance
nvdv3.17.5HIGHCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
nvdv2.05.0MEDIUMAV:N/AC:L/Au:N/C:P/I:N/A:N
CVEs like this are exactly what “Exploited This Week” covers.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
No detection rules found.
Nuclei
PrestaHome Blog for PrestaShop <1.7.8 - SQL Injection
nuclei·CVSS 7.5
CVE-2021-36748 [HIGH] PrestaHome Blog for PrestaShop <1.7.8 - SQL Injection
PrestaHome Blog for PrestaShop <1.7.8 - SQL Injection
PrestaHome Blog for PrestaShop prior to version 1.7.8 is vulnerable to a SQL injection (blind) via the sb_category parameter.
Template:
id: CVE-2021-36748
info:
name: PrestaHome Blog for PrestaShop <1.7.8 - SQL Injection
author: whoever
severity: high
description: PrestaHome Blog for PrestaShop prior to version 1.7.8 is vulnerable to a SQL injection (blind) via the sb_category parameter.
impact: |
Successful exploitation of this vulnerability could allow an attacker to execute arbitrary SQL queries, potentially leading to unauthorized access, data manipulation, or data leakage.
remediation: |
Upgrade to PrestaShop version 1.7.8 or later, or apply the provided patch to fix the SQL Injection vulnerability.
reference:
- https://blog.so
2021-08-20
Published