CVE-2025-0872
Published: 30 January 2025
Description
Adversaries may destroy data and files on specific systems or in large numbers on a network to interrupt availability to systems, services, and network resources.
Security Summary
CVE-2025-0872 is a critical SQL injection vulnerability (classified under CWE-74 and CWE-89) in itsourcecode Tailoring Management System 1.0. The flaw resides in an unknown function within the file /addpayment.php, where manipulation of the arguments id, amount, desc, and inccat enables SQL injection. The vulnerability was published on 2025-01-30 and carries a CVSS v3.1 base score of 6.3 (AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L).
An attacker with low-privileged user access (PR:L) can exploit this remotely over the network with low complexity and no user interaction required. Successful exploitation allows limited impacts on confidentiality, integrity, and availability, such as unauthorized data access, modification, or denial of service within the application's database.
Advisories from VulDB and a related GitHub issue indicate that an exploit has been publicly disclosed and may be actively used. Practitioners should review the vendor site at itsourcecode.com and VulDB references (ctiid.294066, id.294066, submit.487953) for any updates, though no specific patches are detailed in the available information.
Details
- CWE(s)
Affected Products
MITRE ATT&CK Enterprise Techniques
Why these techniques?
The SQL injection vulnerability in /addpayment.php enables exploitation of a public-facing web application (T1190), collection of sensitive data from databases via arbitrary queries (T1213.006), tampering with stored database data (T1565.001), and data destruction through SQL commands like DELETE or DROP (T1485).