CVE-2025-69633
Published: 13 February 2026
Description
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).
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.
Security SummaryAI
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.
Details
- CWE(s)
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).