CVE-2025-0561
Published: 19 January 2025
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
- 🇪🇺 ENISA EUVD: EUVD-2025-1758
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
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
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
SI-10 directly prevents SQL injection by requiring validation and sanitization of untrusted inputs like the pigno argument in /add-pig.php.
SI-2 mandates identification, reporting, and correction of flaws, directly addressing remediation of this critical SQL injection vulnerability.
RA-5 requires vulnerability scanning that would identify SQL injection issues like CVE-2025-0561 in the Farm Management System.