Cyber Posture

CVE-2025-1200

MediumPublic PoC

Published: 12 February 2025

Published
12 February 2025
Modified
29 April 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.0009 26.2th percentile
Risk Priority 13 60% EPSS · 20% KEV · 20% CVSS

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)
CWE-74CWE-89

Affected Products

mayurik
best church management software
1.1

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.
T1505 Server Software Component Persistence
Adversaries may abuse legitimate extensible development features of servers to establish persistent access to systems.
T1213.006 Databases Collection
Adversaries may leverage databases to mine valuable information.
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).

References