Cyber Resilience

CVE-2023-27638

CriticalPublic PoC

Published: 22 March 2023

Published
22 March 2023
Modified
26 February 2025
KEV Added
Patch
21 March 2023
CVSS Score v3.1 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.3275 97.0th percentile
Risk Priority 39 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2023-27638 is a critical-severity SQL Injection (CWE-89) vulnerability in Tshirtecommerce Custom Product Designer. Its CVSS base score is 9.8 (Critical).

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

Deeper analysis

The vulnerability is a SQL injection flaw (CWE-89) affecting the tshirtecommerce component version 2.1.4, also known as Custom Product Designer, for PrestaShop. It arises from an insecure parameter in the hookActionCartSave and updateCustomizationTable functions that processes the tshirtecommerce_design_cart_id GET value without proper sanitization, allowing a forged HTTP request to inject malicious SQL.

An unauthenticated remote attacker can supply a crafted GET parameter to trigger the injection. Successful exploitation grants full read, write, and delete access to the database, corresponding to the CVSS 9.8 rating that reflects impacts on confidentiality, integrity, and availability.

Public advisories published by Friends of Presta in March 2023, along with references to the Codecanyon product page and the vendor site tshirtecommerce.com, direct administrators to the detailed security advisory for remediation steps and updated component versions.

The issue was observed being exploited in the wild shortly after disclosure in March 2023. Its EPSS probability rose materially from a low baseline to a peak of 0.5869 on 2025-12-18 before receding to the current value of 0.3275, indicating renewed attacker interest post-publication.

EU & UK References

Vulnerability details

An issue was discovered in the tshirtecommerce (aka Custom Product Designer) component 2.1.4 for PrestaShop. An HTTP request can be forged with a compromised tshirtecommerce_design_cart_id GET parameter in order to exploit an insecure parameter in the functions hookActionCartSave and updateCustomizationTable,…

more

which could lead to a SQL injection. This is exploited in the wild in March 2023.

CWE(s)

Related Threats

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

Affected Assets

tshirtecommerce
custom product designer
2.1.4

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