CVE-2025-0944
Published: 01 February 2025
Summary
CVE-2025-0944 is a medium-severity Injection (CWE-74) vulnerability in Angeljudesuarez Tailoring Management System. 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 18.5th 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
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
SI-10 directly prevents SQL injection by validating and sanitizing the manipulated 'id' argument in customerview.php.
SI-2 requires timely identification and correction of the specific SQL injection flaw in Tailoring Management System 1.0.
RA-5 enables vulnerability scanning to identify the publicly disclosed SQL injection vulnerability in customerview.php.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
SQL injection in public-facing PHP web application (customerview.php and others) enables exploitation of public-facing applications (T1190) and unauthorized data collection from databases via injected queries (T1213.006).
NVD Description
A vulnerability was found in itsourcecode Tailoring Management System 1.0. It has been rated as critical. This issue affects some unknown processing of the file customerview.php. The manipulation of the argument id leads to sql injection. The attack may be…
more
initiated remotely. The exploit has been disclosed to the public and may be used.
Deeper analysisAI
CVE-2025-0944 is a SQL injection vulnerability (CWE-74, CWE-89) in itsourcecode Tailoring Management System 1.0. The flaw resides in the unknown processing of the file customerview.php, where manipulation of the 'id' argument triggers the injection. Published on 2025-02-01, 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 is rated as critical.
A remote attacker with low privileges can exploit this vulnerability with low complexity and no user interaction. Successful exploitation enables limited impacts on confidentiality, integrity, and availability through SQL injection.
Advisories from VulDB (https://vuldb.com/?ctiid.294299, https://vuldb.com/?id.294299) and a GitHub issue (https://github.com/magic2353112890/cve/issues/7) detail the vulnerability, while the vendor site is at https://itsourcecode.com/. No specific patches or mitigations are mentioned in the provided references.
The exploit has been publicly disclosed and may be used.
Details
- CWE(s)