CVE-2025-2624
Published: 22 March 2025
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)
Affected Products
MITRE ATT&CK Enterprise Techniques
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).