CVE-2024-45265
Published: 26 August 2024
Summary
CVE-2024-45265 is a critical-severity SQL Injection (CWE-89) vulnerability in Skyss Arfa-Cms. Its CVSS base score is 9.8 (Critical).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 4.8% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
Deeper analysis
A SQL injection vulnerability exists in the poll component of SkySystem Arfa-CMS versions prior to 5.1.3124. The flaw, tracked as CVE-2024-45265, permits unsanitized input in the psid parameter to be passed directly into SQL queries, enabling execution of arbitrary commands. It carries a CVSS 3.1 score of 9.8 and is also associated with CWE-89 and CWE-79.
Unauthenticated remote attackers can exploit the issue over the network without user interaction or credentials. Successful exploitation grants full read, write, and delete access to the database, potentially leading to complete compromise of the affected application and underlying data.
The vendor addressed the flaw by releasing version 5.1.3124. Public references include a GitHub repository containing proof-of-concept material and the vendor site skyss.ru, though no additional mitigation details beyond the version update are provided in the available sources. The EPSS score has remained flat at 0.1758 with no observed rise after disclosure.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2024-41401
Vulnerability details
A SQL injection vulnerability in the poll component in SkySystem Arfa-CMS before 5.1.3124 allows remote attackers to execute arbitrary SQL commands via the psid parameter.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
SQL injection vulnerability in public-facing Arfa-CMS poll component enables exploitation of public-facing applications (T1190), privilege escalation as noted in advisory (T1068), and arbitrary SQL execution facilitating data collection from databases (T1213.006).
Affected Assets
Mitigating Controls
Likely Mitigating Controls AI
Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.
Penetration testing submits XSS payloads to web applications, detecting cross-site scripting flaws for subsequent remediation.
Validates web inputs to reject script-related content that could produce XSS.
Output validation against expected content can reject or sanitize script content in generated web pages, reducing XSS exploitability.