CVE-2025-69633
Published: 13 February 2026
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
- 🇪🇺 ENISA EUVD: EUVD-2025-207524
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
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).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly prevents SQL injection by enforcing validation of unsanitized inputs like the fromController parameter before incorporation into SQL queries.
Ensures timely remediation of the specific SQL injection flaw through identification, reporting, and patching to Advanced Popup Creator version 1.2.7.
Enables detection of SQL injection vulnerabilities like CVE-2025-69633 through regular automated scanning of web applications and modules.