Cyber Resilience

CVE-2024-13194

MediumPublic PoC

Published: 09 January 2025

Published
09 January 2025
Modified
05 June 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.0010 26.8th percentile
Risk Priority 11 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-13194 is a medium-severity Injection (CWE-74) vulnerability in Sucms Project Sucms. 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 26.8th 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

CVE-2024-13194 is a critical SQL injection vulnerability in Sucms version 1.0. The issue affects an unknown functionality within the file /admin/admin_members.php?ac=search, where manipulation of the "uid" argument enables the injection. It is remotely exploitable and has been assigned CWEs 74 and 89, with a CVSS v3.1 base score of 6.3 (AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L).

An attacker with low privileges, such as an authenticated user, can exploit this vulnerability over the network with low complexity and no user interaction required. Successful exploitation allows limited impacts on confidentiality, integrity, and availability, potentially enabling unauthorized data access, modification, or disruption through SQL queries.

Advisories from VulDB (ctiid.290786, id.290786, submit.469566) document the vulnerability, and a public exploit proof-of-concept is available in a GitHub repository at Upgradeextension/Sucms-v1.0SQLinjection. No patches or specific mitigation steps are detailed in the provided references.

The exploit has been publicly disclosed, increasing the risk of active exploitation against unpatched Sucms 1.0 instances.

EU & UK References

Vulnerability details

A vulnerability was found in Sucms 1.0 and classified as critical. Affected by this issue is some unknown functionality of the file /admin/admin_members.php?ac=search. The manipulation of the argument uid leads to sql injection. The attack may be launched remotely. The…

more

exploit has been disclosed to the public and may be used.

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.
T1505 Server Software Component Persistence
Adversaries may abuse legitimate extensible development features of servers to establish persistent access to systems.
T1213.006 Databases Collection
Adversaries may leverage databases to mine valuable information.
Why these techniques?

SQL injection in web application admin panel (Sucms 1.0 /admin/admin_members.php?ac=search uid) enables exploitation of public-facing application for initial access (T1190), abuse of server software component (T1505 as mapped in advisory), and collection of data from databases such as user/member information (T1213.006).

CVEs Like This One

CVE-2025-25760Same product: Sucms Project Sucms
CVE-2025-25759Same product: Sucms Project Sucms
CVE-2025-0410Shared CWE-74, CWE-89
CVE-2025-2034Shared CWE-74, CWE-89
CVE-2025-0486Shared CWE-74, CWE-89
CVE-2025-1185Shared CWE-74, CWE-89
CVE-2025-2389Shared CWE-74, CWE-89
CVE-2025-0558Shared CWE-74, CWE-89
CVE-2025-2391Shared CWE-74, CWE-89
CVE-2025-2066Shared CWE-74, CWE-89

Affected Assets

sucms project
sucms
1.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly prevents SQL injection by validating the 'uid' parameter in /admin/admin_members.php?ac=search against expected syntax and semantics.

prevent

Mandates timely identification, reporting, and correction of the SQL injection flaw in Sucms 1.0 to eliminate the vulnerability.

detect

Enables vulnerability scanning to identify SQL injection issues like CVE-2024-13194 in web applications prior to exploitation.

References