CVE-2025-1200
Published: 12 February 2025
Description
Adversaries may leverage databases to mine valuable information.
Security Summary
CVE-2025-1200 is a critical SQL injection vulnerability (CWE-74, CWE-89) in SourceCodester Best Church Management Software 1.1, published on 2025-02-12. The flaw resides in unknown code within the /admin/app/slider_crud.php file, where manipulation of the 'del_id' argument enables SQL injection. The vulnerability carries a CVSS 3.1 base score of 6.3 (AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L).
A remote attacker with low privileges can exploit this issue over the network with low attack complexity and no user interaction. Exploitation allows limited impacts on confidentiality, integrity, and availability through SQL query manipulation.
Advisories and references include a public exploit disclosure on GitHub at https://github.com/Yesec/Best-church-management-software/blob/main/slider_crud.php_SQLi.md, VulDB entries at https://vuldb.com/?ctiid.295108, https://vuldb.com/?id.295108, and https://vuldb.com/?submit.496950, and the vendor site at https://www.sourcecodester.com/. Security practitioners should consult these for detailed analysis and potential mitigation steps, as the exploit is publicly available and may be actively used.
Details
- CWE(s)
Affected Products
MITRE ATT&CK Enterprise Techniques
Why these techniques?
SQL injection in public-facing web app (/admin/app/slider_crud.php) enables initial access via exploitation of public-facing applications (T1190), abuse of server software components for code execution (T1505 as cited in advisory), and collection from databases via arbitrary SQL queries (T1213.006).