CVE-2025-0943
Published: 01 February 2025
Description
Adversaries may leverage databases to mine valuable information.
Security Summary
CVE-2025-0943 is a critical SQL injection vulnerability in itsourcecode Tailoring Management System 1.0, affecting unknown code in the deldoc.php file. The issue arises from manipulation of the 'id' argument and is classified under CWE-74 (Improper Neutralization of Special Elements used in an SQL Command) and CWE-89 (SQL Injection). It 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) and was published on 2025-02-01.
The vulnerability enables remote exploitation by low-privileged attackers requiring low complexity and no user interaction. Successful attacks can result in limited impacts to confidentiality, integrity, and availability, potentially allowing unauthorized SQL operations such as data extraction, modification, or disruption within the affected application.
Advisories and additional details are documented in references including VulDB entries (ctiid.294298, id.294298, submit.488498), a GitHub issue at magic2353112890/cve/issues/7, and the vendor site at itsourcecode.com. The exploit has been publicly disclosed and may be used by attackers.
Details
- CWE(s)
Affected Products
MITRE ATT&CK Enterprise Techniques
Why these techniques?
SQL injection in public-facing PHP web application (Tailoring Management System) enables exploitation of public-facing application (T1190) and direct unauthorized access/collection from backend databases (T1213.006).