CVE-2024-24308
Description
SQL Injection vulnerability in Boostmyshop (boostmyshopagent) module for Prestashop versions 1.1.9 and before, allows remote attackers to escalate privileges and obtain sensitive information via changeOrderCarrier.php, relayPoint.php, and shippingConfirmation.php.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
SQL injection in Boostmyshop module for PrestaShop ≤1.1.9 allows unauthenticated remote attackers to gain admin access and leak sensitive data.
Vulnerability
The Boostmyshop (boostmyshopagent) module for PrestaShop versions 1.1.9 and earlier contains a SQL injection vulnerability in three scripts: changeOrderCarrier.php, relayPoint.php, and shippingConfirmation.php [1]. The apiKey parameter is concatenated directly into SQL queries without sanitization, allowing an unauthenticated attacker to inject arbitrary SQL commands via a crafted HTTP request [1].
Exploitation
An attacker with network access can send a crafted HTTP request to any of the affected scripts with malicious SQL payloads in the apiKey parameter [1]. No authentication, user interaction, or special privileges are required [1]. The attack complexity is low and the scope is unchanged [1].
Impact
Successful exploitation can lead to full compromise of the PrestaShop installation [1]. The attacker can obtain admin access, delete data, expose sensitive tokens from database tables, rewrite SMTP settings to hijack emails, and copy sensitive information from backend tables [1]. The CVSS 3.1 base score is 9.8 (critical) with high impact on confidentiality, integrity, and availability [1].
Mitigation
The vulnerability is fixed in boostmyshopagent version 1.1.10, released by Boostmyshop [1]. Users should upgrade to at least version 1.1.10 immediately. The patch applies the pSQL() function to sanitize the apiKey parameter before use in queries [1]. No workaround is provided for unpatched versions.
AI Insight generated on May 26, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
2- Boostmyshop/boostmyshopagentdescription
- Range: <=1.1.9
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
1News mentions
0No linked articles in our index yet.