Cyber Resilience

CVE-2024-58341

HighPublic PoC

Published: 25 March 2026

Published
25 March 2026
Modified
27 March 2026
KEV Added
Patch
CVSS Score v4 8.8 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0034 25.5th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2024-58341 is a high-severity SQL Injection (CWE-89) vulnerability in Opencart Opencart. Its CVSS base score is 8.8 (High).

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

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

Deeper analysis

OpenCart Core version 4.0.2.3 is affected by CVE-2024-58341, a SQL injection vulnerability (CWE-89) in the product search endpoint. The flaw arises from insufficient sanitization of the 'search' parameter in GET requests, enabling attackers to inject malicious SQL code into database queries. This allows extraction of sensitive database information through boolean-based blind or time-based blind SQL injection techniques. The vulnerability has a CVSS v3.1 base score of 8.2 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N), indicating high severity due to its network accessibility and lack of prerequisites.

Unauthenticated attackers can exploit this vulnerability remotely by crafting GET requests to the product search endpoint with specially manipulated 'search' values. Successful exploitation enables data exfiltration, such as dumping user credentials, orders, or other confidential information from the database, without requiring privileges, user interaction, or impacting availability. The low attack complexity makes it accessible to attackers with basic SQL injection knowledge.

Mitigation details are available in vendor advisories and related resources, including the OpenCart GitHub releases page for patches, the official OpenCart website, a Vulncheck advisory on the search parameter SQL injection, and an Exploit-DB entry with a proof-of-concept (exploit ID 51940). Security practitioners should apply the latest updates from these sources to remediate the issue.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

OpenCart Core 4.0.2.3 contains a SQL injection vulnerability that allows unauthenticated attackers to manipulate database queries by injecting SQL code through the 'search' parameter. Attackers can send GET requests to the product search endpoint with malicious 'search' values to extract…

more

sensitive database information using boolean-based blind or time-based blind SQL injection techniques.

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?

CVE-2024-58341 is a SQL injection in a public-facing OpenCart web application (T1190), enabling unauthenticated remote attackers to extract sensitive database information such as credentials (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

opencart
opencart
4.0.2.3

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validating and sanitizing user inputs like the 'search' parameter to prevent SQL injection exploitation.

prevent

Mandates identification, reporting, and correction of flaws such as this SQL injection vulnerability through patching.

preventdetect

Requires vulnerability scanning to detect SQL injection issues like CVE-2024-58341 and initiate remediation.

References