Cyber Resilience

CVE-2024-13204

MediumPublic PoC

Published: 09 January 2025

Published
09 January 2025
Modified
02 July 2025
KEV Added
Patch
CVSS Score v4 5.3 CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/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.0004 12.0th percentile
Risk Priority 11 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-13204 is a medium-severity Injection (CWE-74) vulnerability in Kurniaramadhan E-Commerce-Php. Its CVSS base score is 5.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 12.0th 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 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2024-13204 is a SQL injection vulnerability affecting kurniaramadhan E-Commerce-PHP version 1.0. The issue resides in an unknown functionality within the /blog-details.php file, where the blog_id parameter can be manipulated to inject malicious SQL payloads. Rated as critical by some sources with a CVSS v3.1 base score of 5.5 (AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:L), it falls under CWE-74 and CWE-89.

A remote attacker with low privileges (PR:L) can exploit this vulnerability by manipulating the blog_id argument, requiring user interaction (UI:R) such as clicking a crafted link. Successful exploitation enables limited impacts, including low confidentiality, integrity, and availability disruptions, such as unauthorized data access or modification within the scope of the low-privilege context.

Advisories from VulDB and Web Security Insights note that the exploit has been publicly disclosed and is available for use, with the vendor contacted early but providing no response or patches. No official mitigations or updates are mentioned in the available references.

The public disclosure of the exploit increases the risk for deployments of this software, particularly given the lack of vendor engagement.

EU & UK References

Vulnerability details

A vulnerability was found in kurniaramadhan E-Commerce-PHP 1.0. It has been declared as critical. Affected by this vulnerability is an unknown functionality of the file /blog-details.php. The manipulation of the argument blog_id leads to sql injection. The attack can be…

more

launched remotely. The exploit has been disclosed to the public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.

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.
Why these techniques?

Direct SQL injection in public-facing web app (/blog-details.php) enables remote exploitation of the application for data access/modification.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2026-3150Shared CWE-74, CWE-89
CVE-2026-3746Shared CWE-74, CWE-89
CVE-2025-2683Shared CWE-74, CWE-89
CVE-2026-5238Shared CWE-74, CWE-89
CVE-2026-4288Shared CWE-74, CWE-89
CVE-2026-2220Shared CWE-74, CWE-89
CVE-2025-1535Shared CWE-74, CWE-89
CVE-2026-0597Shared CWE-74, CWE-89
CVE-2026-1688Shared CWE-74, CWE-89
CVE-2026-5018Shared CWE-74, CWE-89

Affected Assets

kurniaramadhan
e-commerce-php
1.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

SI-10 directly prevents SQL injection by requiring validation of untrusted inputs like the blog_id parameter in /blog-details.php.

prevent

SI-2 mandates identification and remediation of the specific SQL injection flaw in the vulnerable E-Commerce-PHP application.

detect

RA-5 enables detection of SQL injection vulnerabilities like CVE-2024-13204 through vulnerability scanning and monitoring.

References