Cyber Resilience

CVE-2023-45375

HighPublic PoC

Published: 17 October 2023

Published
17 October 2023
Modified
21 November 2024
KEV Added
Patch
12 October 2023
CVSS Score v3.1 8.8 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.8524 99.4th percentile
Risk Priority 69 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2023-45375 is a high-severity SQL Injection (CWE-89) vulnerability in 01Generator Pireospay. Its CVSS base score is 8.8 (High).

Operationally, ranked in the top 0.6% 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 an SQL injection flaw (CWE-89) in the PireosPay payment module (pireospay) for PrestaShop, affecting all versions prior to 1.7.10 released by 01generator.com. The issue resides in the postProcess method of PireosPayValidationModuleFrontController and carries a CVSS 3.1 score of 8.8.

An attacker with low privileges, including unauthenticated guests, can supply crafted input over the network to execute arbitrary SQL queries. Successful exploitation grants full read/write access to the PrestaShop database, enabling data theft, modification of records, or further compromise of the store.

The advisory published by Friends of Presta on 12 October 2023 recommends immediate upgrade to version 1.7.10 or later; the patched release corrects the input handling in the affected controller.

EPSS scores have remained elevated since disclosure, with a current value of 0.8524 and a recorded peak of 0.8779.

EU & UK References

Vulnerability details

In the module "PireosPay" (pireospay) before version 1.7.10 from 01generator.com for PrestaShop, a guest can perform SQL injection via `PireosPayValidationModuleFrontController::postProcess().`

CWE(s)

Related Threats

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

Affected Assets

01generator
pireospay
≤ 1.7.10

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