Cyber Posture

CVE-2024-13194

MediumPublic PoC

Published: 09 January 2025

Published
09 January 2025
Modified
05 June 2025
KEV Added
Patch
CVSS Score 6.3 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L
EPSS Score 0.0007 21.7th percentile
Risk Priority 13 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 6.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 21.7th 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).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 2 other techniques. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

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.

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).

NVD Description

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.

Deeper analysisAI

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.

Details

CWE(s)

Affected Products

sucms project
sucms
1.0

CVEs Like This One

CVE-2025-25760Same product: Sucms Project Sucms
CVE-2025-25759Same product: Sucms Project Sucms
CVE-2025-1379Shared CWE-74, CWE-89
CVE-2025-1820Shared CWE-74, CWE-89
CVE-2025-7185Shared CWE-74, CWE-89
CVE-2025-1167Shared CWE-74, CWE-89
CVE-2025-2646Shared CWE-74, CWE-89
CVE-2025-0788Shared CWE-74, CWE-89
CVE-2025-2037Shared CWE-74, CWE-89
CVE-2025-1858Shared CWE-74, CWE-89

References