Cyber Resilience

CVE-2025-0561

MediumPublic PoC

Published: 19 January 2025

Published
19 January 2025
Modified
07 February 2025
KEV Added
Patch
CVSS Score v4 5.3 CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0011 28.2th percentile
Risk Priority 11 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-0561 is a medium-severity Injection (CWE-74) vulnerability in Angeljudesuarez Farm Management System. Its CVSS base score is 5.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 28.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 RA-5 (Vulnerability Monitoring and Scanning) and SI-10 (Information Input Validation).

Deeper analysis

CVE-2025-0561 is a critical SQL injection vulnerability in itsourcecode Farm Management System 1.0, published on 2025-01-19. The issue affects unknown code within the file /add-pig.php, where manipulation of the pigno argument enables SQL injection. It is associated with CWEs CWE-74 (Improper Neutralization of Special Elements used in an SQL Command) and CWE-89 (SQL Injection), and 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).

The vulnerability is remotely exploitable over the network with low complexity and no user interaction required. Exploitation demands low privileges (PR:L), such as a valid low-level account, allowing an attacker to achieve low-impact violations of confidentiality, integrity, and availability through SQL injection techniques.

Advisories and details are documented on VulDB (https://vuldb.com/?ctiid.292522, https://vuldb.com/?id.292522, https://vuldb.com/?submit.483396) and a GitHub issue (https://github.com/yunhai666/cve/issues/1), with the vendor site at https://itsourcecode.com/. The exploit has been publicly disclosed and may be used by attackers.

EU & UK References

Vulnerability details

A vulnerability has been found in itsourcecode Farm Management System 1.0 and classified as critical. This vulnerability affects unknown code of the file /add-pig.php. The manipulation of the argument pigno leads to sql injection. The attack can be initiated remotely.…

more

The exploit has been disclosed to the public and may be used.

CWE(s)

Related Threats

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.
T1213.006 Databases Collection
Adversaries may leverage databases to mine valuable information.
Why these techniques?

SQL injection in public-facing web application (/add-pig.php) enables exploitation (T1190) and unauthorized access to database contents (T1213.006).

CVEs Like This One

CVE-2025-0949Same vendor: Angeljudesuarez
CVE-2025-0943Same vendor: Angeljudesuarez
CVE-2025-0540Same vendor: Angeljudesuarez
CVE-2025-0948Same vendor: Angeljudesuarez
CVE-2025-0944Same vendor: Angeljudesuarez
CVE-2025-0945Same vendor: Angeljudesuarez
CVE-2025-0873Same vendor: Angeljudesuarez
CVE-2026-3149Same vendor: Angeljudesuarez
CVE-2026-3410Same vendor: Angeljudesuarez
CVE-2025-0947Same vendor: Angeljudesuarez

Affected Assets

angeljudesuarez
farm management system
1.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

SI-10 directly prevents SQL injection by requiring validation and sanitization of untrusted inputs like the pigno argument in /add-pig.php.

preventrecover

SI-2 mandates identification, reporting, and correction of flaws, directly addressing remediation of this critical SQL injection vulnerability.

detect

RA-5 requires vulnerability scanning that would identify SQL injection issues like CVE-2025-0561 in the Farm Management System.

References