Cyber Resilience

CVE-2025-0943

MediumPublic PoC

Published: 01 February 2025

Published
01 February 2025
Modified
07 February 2025
KEV Added
Patch
CVSS Score v4 5.3 CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0011 29.3th percentile
Risk Priority 11 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-0943 is a medium-severity Injection (CWE-74) vulnerability in Angeljudesuarez Tailoring 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 29.3th 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).

Deeper analysis

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.

EU & UK References

Vulnerability details

A vulnerability was found in itsourcecode Tailoring Management System 1.0. It has been declared as critical. This vulnerability affects unknown code of the file deldoc.php. The manipulation of the argument id leads to sql injection. The attack can be initiated…

more

remotely. The exploit has been disclosed to the public and may be used.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1213.006 Databases Collection
Adversaries may leverage databases to mine valuable information.
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).

CVEs Like This One

CVE-2025-0949Same product: Angeljudesuarez Tailoring Management System
CVE-2025-0540Same product: Angeljudesuarez Tailoring Management System
CVE-2025-0948Same product: Angeljudesuarez Tailoring Management System
CVE-2025-0944Same product: Angeljudesuarez Tailoring Management System
CVE-2025-0945Same product: Angeljudesuarez Tailoring Management System
CVE-2025-0873Same product: Angeljudesuarez Tailoring Management System
CVE-2025-0947Same product: Angeljudesuarez Tailoring Management System
CVE-2025-0950Same product: Angeljudesuarez Tailoring Management System
CVE-2025-0946Same product: Angeljudesuarez Tailoring Management System
CVE-2025-0872Same product: Angeljudesuarez Tailoring Management System

Affected Assets

angeljudesuarez
tailoring management system
1.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

SI-10 mandates validation and sanitization of the 'id' argument in deldoc.php, directly preventing SQL injection by neutralizing malicious payloads.

prevent

SI-2 requires timely identification, reporting, and correction of the SQL injection flaw in deldoc.php, eliminating the vulnerability.

detect

RA-5 vulnerability scanning detects the SQL injection in deldoc.php, enabling remediation before exploitation.

References