CVE-2022-31101
SQL Injection in prestashop/blockwishlist
Record summary
CVE-2022-31101 has a selected CVSS score of 8.1 (high); EIP currently links 1 catalogued exploit, 1 repository PoC, and 1 Nuclei template.
Description
prestashop/blockwishlist is a prestashop extension which adds a block containing the customer's wishlists. In affected versions an authenticated customer can perform SQL injection. This issue is fixed in version 2.1.1. Users are advised to upgrade. There are no known workarounds for this issue.
Exploitation context
Affected products and versions
2| Product | Source | Version range | Status |
|---|---|---|---|
blockwishlistBrowse PrestaShop / blockwishlist | CVE List | >= 2.0.0, < 2.1.1 | affected |
prestashop/blockwishlistBrowse Packagist / prestashop/blockwishlist | GitHub Advisory | 2.0.0 to < 2.1.1 · Fixed in 2.1.1 | affected |
Proofs of concept
2Catalogued exploits
ExploitDBPrestashop blockwishlist module 2.1.0 - SQLiExploitDB exploitby Karthik UJNot analyzed1 file
Repository PoCs
GitHubkarthikuj/CVE-2022-31101Repository PoCby karthikujStars: 25Not analyzed2 files
Nuclei templates
1ProjectDiscoveryHIGHPrestashop Blockwishlist 2.1.0 SQL InjectionCVSS 8.1
Prestashop Blockwishlist module version 2.1.0 suffers from a remote authenticated SQL injection vulnerability.
Impact
Authenticated attackers can exploit SQL injection in the Blockwishlist module to extract sensitive database information including customer details, order data, and admin credentials from the PrestaShop database.
Remediation
Update Prestashop Blockwishlist module to a version newer than 2.1.0 that properly sanitizes user input and uses parameterized queries.
Source: ProjectDiscovery