CVE-2025-0949
Published: 01 February 2025
Summary
CVE-2025-0949 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 5.4th 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).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
Directly prevents SQL injection by requiring validation and sanitization of the 'typeid' argument before its use in database queries.
Mandates identification, reporting, and correction of the specific SQL injection flaw in partview.php.
Enables detection of the SQL injection vulnerability through regular vulnerability scanning of the Tailoring Management System.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
SQL injection in public-facing web application (partview.php and others) enables remote exploitation (T1190) and unauthorized access to database contents for data collection (T1213.006).
NVD Description
A vulnerability has been found in itsourcecode Tailoring Management System 1.0 and classified as critical. This vulnerability affects unknown code of the file partview.php. The manipulation of the argument typeid leads to sql injection. The attack can be initiated remotely.…
more
The exploit has been disclosed to the public and may be used.
Deeper analysisAI
CVE-2025-0949 is a critical SQL injection vulnerability in itsourcecode Tailoring Management System 1.0, affecting unknown code in the partview.php file. The issue arises from manipulation of the 'typeid' argument, 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.
A remote attacker with low privileges, such as an authenticated user, can exploit this vulnerability with low complexity and no user interaction required. Successful exploitation enables SQL injection, resulting in low-level impacts to confidentiality, integrity, and availability.
Advisories on VulDB (ctiid.294304 and id.294304) and a GitHub issue detail the vulnerability and confirm that an exploit has been disclosed publicly, making it available for potential use. The vendor site itsourcecode.com is also referenced, though no specific patches or mitigations are outlined in the available information.
Details
- CWE(s)