Cyber Resilience

CVE-2024-58307

CriticalPublic PoC

Published: 11 December 2025

Published
11 December 2025
Modified
22 December 2025
KEV Added
Patch
CVSS Score v4 9.3 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/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.0013 32.0th percentile
Risk Priority 19 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-58307 is a critical-severity SQL Injection (CWE-89) vulnerability in Cszcms Csz Cms. Its CVSS base score is 9.3 (Critical).

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

CSZCMS 1.3.0 is affected by CVE-2024-58307, an authenticated SQL injection vulnerability in the members view functionality. The flaw arises from improper handling of the 'view' parameter, enabling attackers to inject malicious SQL code and manipulate database queries. This includes the potential for time-based blind SQL injection attacks to extract sensitive database information. The vulnerability is classified under CWE-89 with a CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H).

Authenticated attackers with low privileges can exploit this vulnerability remotely over the network with low complexity and no user interaction required. Successful exploitation allows high-impact outcomes, including unauthorized access to confidential data (C:H), modification of database contents (I:H), and potential denial of service through disruption (A:H). Attackers could extract user credentials, administrative data, or other sensitive information stored in the database.

Advisories from Vulncheck and a proof-of-concept exploit on Exploit-DB provide further technical details on the vulnerability, including reproduction steps via the members view endpoint. The official CSZCMS website and SourceForge download page offer access to the affected version 1.3.0 for analysis. No specific patches or mitigations are detailed in the available references.

EU & UK References

Vulnerability details

CSZCMS 1.3.0 contains an authenticated SQL injection vulnerability in the members view functionality that allows authenticated attackers to manipulate database queries. Attackers can inject malicious SQL code through the view parameter to potentially execute time-based blind SQL injection attacks and…

more

extract database information.

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?

SQL injection in public-facing CMS directly enables T1190 (Exploit Public-Facing Application) and facilitates T1213.006 (Data from Information Repositories: Databases) for extracting sensitive data like credentials.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2019-25537Shared CWE-89
CVE-2019-25366Shared CWE-89
CVE-2019-25496Shared CWE-89
CVE-2026-1475Shared CWE-89
CVE-2026-26990Shared CWE-89
CVE-2026-44047Shared CWE-89
CVE-2025-12865Shared CWE-89
CVE-2024-11135Shared CWE-89
CVE-2019-25491Shared CWE-89
CVE-2024-13369Shared CWE-89

Affected Assets

cszcms
csz cms
1.3.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Requires validation and sanitization of the 'view' parameter to directly prevent injection of malicious SQL code into database queries.

prevent

Mandates timely identification, reporting, and correction of the SQL injection flaw in the CSZCMS members view functionality.

detect

Enables monitoring of database activity to detect unauthorized query manipulations or time-based blind SQL injection attempts.

References