Cyber Resilience

CVE-2022-31101

HighPublic PoC

Published: 27 June 2022

Published
27 June 2022
Modified
21 November 2024
KEV Added
Patch
CVSS Score v3.1 8.1 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N
EPSS Score 0.5699 98.2th percentile
Risk Priority 50 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2022-31101 is a high-severity SQL Injection (CWE-89) vulnerability in Prestashop Blockwishlist. Its CVSS base score is 8.1 (High).

Operationally, ranked in the top 1.8% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

Deeper analysis

CVE-2022-31101 is a SQL injection vulnerability (CWE-89) affecting the PrestaShop blockwishlist module, an extension that provides wishlist functionality for customer accounts. The flaw exists in versions prior to 2.1.1 and stems from insufficient input sanitization on queries issued by authenticated users.

An attacker with a valid customer account can supply crafted input over the network to execute arbitrary SQL statements. Successful exploitation yields high impact on confidentiality and integrity, allowing the attacker to read or modify database contents, while availability remains unaffected.

The GitHub Security Advisory and associated commit indicate that the issue is resolved in blockwishlist 2.1.1; administrators are advised to upgrade immediately, as no workarounds are documented. Public proof-of-concept material has been posted to Packet Storm. The EPSS score stands at 0.57 with no material post-disclosure increase.

EU & UK References

Vulnerability details

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…

more

for this issue.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

prestashop
blockwishlist
≤ 2.1.1

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-89

Penetration testing uses SQL injection payloads against database interfaces, identifying and supporting fixes for SQL injection weaknesses.

addresses: CWE-89

Validates query inputs to prevent SQL syntax or command manipulation.

References