CVE-2025-1200
Published: 12 February 2025
Summary
CVE-2025-1200 is a medium-severity Injection (CWE-74) vulnerability in Mayurik Best Church Management Software. Its CVSS base score is 6.3 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 26.2th 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).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
Directly requires validation of untrusted inputs like the 'del_id' parameter in slider_crud.php to block SQL injection payloads.
Mandates timely identification, reporting, and remediation of the SQL injection flaw in the vulnerable PHP file.
Enforces restrictions such as character sets or length limits on the 'del_id' argument to mitigate SQL injection attempts.
MITRE ATT&CK Enterprise TechniquesAI
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).
NVD Description
A vulnerability was found in SourceCodester Best Church Management Software 1.1. It has been declared as critical. This vulnerability affects unknown code of the file /admin/app/slider_crud.php. The manipulation of the argument del_id leads to sql injection. The attack can be…
more
initiated remotely. The exploit has been disclosed to the public and may be used.
Deeper analysisAI
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)