Cyber Posture

CVE-2025-2624

MediumPublic PoC

Published: 22 March 2025

Published
22 March 2025
Modified
26 March 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.5th percentile
Risk Priority 13 60% EPSS · 20% KEV · 20% CVSS

Description

Adversaries may leverage databases to mine valuable information.

Security Summary

CVE-2025-2624 is a SQL injection vulnerability in westboy CicadasCMS version 1.0, affecting an unknown functionality in the /system/cms/content/save file. The issue arises from manipulation of the argument content/fujian/laiyuan, classified under CWE-74 (Improper Neutralization of Special Elements used in an SQL Command) and CWE-89 (SQL Injection). It carries 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) and has been described as critical, with the vulnerability published on 2025-03-22.

The vulnerability can be exploited remotely by attackers with low privileges, such as authenticated users, due to its low attack complexity and lack of required user interaction. Successful exploitation enables SQL injection, potentially allowing limited confidentiality, integrity, and availability impacts, including unauthorized data access, modification, or disruption within the affected CMS.

Advisories and details are available in referenced sources, including VulDB entries (ctiid.300626, id.300626, submit.519295) and a GitHub issue at IceFoxH/VULN/issues/11. The exploit has been publicly disclosed and may be used by attackers. No specific patch or mitigation details are provided in the available information.

Details

CWE(s)
CWE-74CWE-89

Affected Products

westboy
cicadascms
1.0

MITRE ATT&CK Enterprise Techniques

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 endpoint enables exploitation of public-facing application (T1190) and arbitrary data collection from databases (T1213.006).

References