Cyber Resilience

CVE-2025-69633

Critical

Published: 13 February 2026

Published
13 February 2026
Modified
15 April 2026
KEV Added
Patch
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.0036 27.6th percentile
Risk Priority 70 floored blend · peak EPSS

Summary

CVE-2025-69633 is a critical-severity SQL Injection (CWE-89) vulnerability in Prestashop (inferred from references). Its CVSS base score is 9.8 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 27.6th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 RA-5 (Vulnerability Monitoring and Scanning) and SI-10 (Information Input Validation).

Deeper analysis

CVE-2025-69633 is a SQL injection vulnerability in the Advanced Popup Creator (advancedpopupcreator) module for PrestaShop, affecting versions 1.1.26 through 1.2.6. The flaw occurs because the fromController parameter in the popup controller is passed unsanitized to SQL queries within the getPopups() and updateVisits() functions in classes/AdvancedPopup.php, enabling remote unauthenticated attackers to execute arbitrary SQL queries. It has a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H) and is associated with CWE-89.

Remote unauthenticated attackers can exploit this vulnerability over the network with low complexity and no privileges required. Successful exploitation allows arbitrary SQL query execution, potentially leading to high-impact compromise of confidentiality, integrity, and availability, such as data extraction, modification, or deletion from the PrestaShop database.

The vulnerability is fixed in Advanced Popup Creator version 1.2.7. Additional details are available in the module's PrestaShop Addons page at https://addons.prestashop.com/en/pop-up-gamification/23773-popup-on-entry-exit-popup-and-newsletter.html and the Esokia Labs advisory at https://labs.esokia.com/cve/cve-2025-69633/. Security practitioners should urge PrestaShop users to update the module immediately.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

A SQL Injection vulnerability in the Advanced Popup Creator (advancedpopupcreator) module for PrestaShop 1.1.26 through 1.2.6 (Fixed in version 1.2.7) allows remote unauthenticated attackers to execute arbitrary SQL queries via the fromController parameter in the popup controller. The parameter is…

more

passed unsanitized to SQL queries in classes/AdvancedPopup.php (getPopups() and updateVisits() functions).

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1213.006 Databases Collection
Adversaries may leverage databases to mine valuable information.
Why these techniques?

SQL injection in public-facing PrestaShop module enables exploitation of public-facing application (T1190) and arbitrary queries for data collection from databases (T1213.006).

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2018-25199Shared CWE-89
CVE-2026-27179Shared CWE-89
CVE-2025-0308Shared CWE-89
CVE-2019-25581Shared CWE-89
CVE-2026-27885Shared CWE-89
CVE-2019-25479Shared CWE-89
CVE-2026-1476Shared CWE-89
CVE-2019-25526Shared CWE-89
CVE-2025-69365Shared CWE-89
CVE-2019-25573Shared CWE-89

Affected Assets

Prestashop
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly prevents SQL injection by enforcing validation of unsanitized inputs like the fromController parameter before incorporation into SQL queries.

prevent

Ensures timely remediation of the specific SQL injection flaw through identification, reporting, and patching to Advanced Popup Creator version 1.2.7.

detect

Enables detection of SQL injection vulnerabilities like CVE-2025-69633 through regular automated scanning of web applications and modules.

References