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

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

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 2 other techniques. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Directly requires validation of untrusted inputs like the 'del_id' parameter in slider_crud.php to block SQL injection payloads.

prevent

Mandates timely identification, reporting, and remediation of the SQL injection flaw in the vulnerable PHP file.

prevent

Enforces restrictions such as character sets or length limits on the 'del_id' argument to mitigate SQL injection attempts.

MITRE ATT&CK Enterprise TechniquesAI

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).

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)

Affected Products

mayurik
best church management software
1.1

CVEs Like This One

CVE-2025-1596Same product: Mayurik Best Church Management Software
CVE-2025-1961Same product: Mayurik Best Church Management Software
CVE-2025-1598Same product: Mayurik Best Church Management Software
CVE-2025-1599Same product: Mayurik Best Church Management Software
CVE-2025-1167Same vendor: Mayurik
CVE-2025-2601Same vendor: Mayurik
CVE-2025-2626Same vendor: Mayurik
CVE-2025-2602Same vendor: Mayurik
CVE-2025-2046Same vendor: Mayurik
CVE-2025-1870Same vendor: Mayurik

References