CVE-2024-33266

9.8 CRITICAL

📋 TL;DR

This CVE describes a critical SQL injection vulnerability in the Helloshop deliveryorderautoupdate PrestaShop module. Attackers can execute arbitrary SQL commands through the DeliveryorderautoupdateOrdersModuleFrontController::initContent function, potentially compromising the entire database. All users of Helloshop deliveryorderautoupdate version 2.8.1 and earlier are affected.

💻 Affected Systems

Products:
  • Helloshop deliveryorderautoupdate PrestaShop module
Versions: 2.8.1 and earlier
Operating Systems: Any OS running PrestaShop
Default Config Vulnerable: ⚠️ Yes
Notes: Affects all installations using the vulnerable module version regardless of PrestaShop version.

⚠️ Manual Verification Required

This CVE does not have specific version information in our database, so automatic vulnerability detection cannot determine if your system is affected.

Why? The CVE database entry doesn't specify which versions are vulnerable (no version ranges provided by the vendor/NVD).

🔒 Custom verification scripts are available for registered users. Sign up free to download automated test scripts.

Recommended Actions:
  1. Review the CVE details at NVD
  2. Check vendor security advisories for your specific version
  3. Test if the vulnerability is exploitable in your environment
  4. Consider updating to the latest version as a precaution

⚠️ Risk & Real-World Impact

🔴

Worst Case

Complete database compromise including data theft, data manipulation, privilege escalation, and potential remote code execution through database functions.

🟠

Likely Case

Unauthorized data access, data exfiltration, and potential administrative account takeover.

🟢

If Mitigated

Limited impact with proper input validation and parameterized queries in place.

🌐 Internet-Facing: HIGH
🏢 Internal Only: HIGH

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: LIKELY
Unauthenticated Exploit: ⚠️ Yes
Complexity: LOW

SQL injection vulnerabilities are commonly weaponized and this one has a CVSS score of 9.8, indicating high exploitability.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 2.8.2 or later

Vendor Advisory: https://security.friendsofpresta.org/modules/2024/04/25/deliveryorderautoupdate.html

Restart Required: No

Instructions:

1. Download the latest version from the module marketplace. 2. Replace the existing module files. 3. Clear PrestaShop cache. 4. Verify the module functions correctly.

🔧 Temporary Workarounds

Disable vulnerable module

all

Temporarily disable the deliveryorderautoupdate module until patched.

Navigate to PrestaShop admin > Modules > Module Manager > Find 'deliveryorderautoupdate' > Disable

Web Application Firewall (WAF)

all

Implement WAF rules to block SQL injection patterns targeting the vulnerable endpoint.

🧯 If You Can't Patch

  • Implement strict input validation and parameterized queries in the module code
  • Restrict network access to the PrestaShop instance and monitor for suspicious database queries

🔍 How to Verify

Check if Vulnerable:

Check module version in PrestaShop admin panel under Modules > Module Manager > deliveryorderautoupdate

Check Version:

Check PrestaShop admin panel or examine module files for version information

Verify Fix Applied:

Verify module version is 2.8.2 or later and test order update functionality

📡 Detection & Monitoring

Log Indicators:

  • Unusual SQL queries in database logs
  • Multiple failed login attempts after order updates
  • Unexpected database schema changes

Network Indicators:

  • Unusual traffic patterns to order update endpoints
  • SQL error messages in HTTP responses

SIEM Query:

SELECT * FROM web_logs WHERE url LIKE '%deliveryorderautoupdate%' AND (query LIKE '%UNION%' OR query LIKE '%SELECT%' OR query LIKE '%INSERT%')

🔗 References

📤 Share & Export