Cyber Resilience

CVE-2025-0873

MediumPublic PoC

Published: 30 January 2025

Published
30 January 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.0006 19.0th percentile
Risk Priority 11 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-0873 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 19.0th 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-0873 is a critical SQL injection vulnerability (CWE-74, CWE-89) in itsourcecode Tailoring Management System 1.0. The issue resides in an unknown functionality of the file /customeredit.php, where manipulation of parameters including id, address, fullname, phonenumber, email, city, and comment triggers the injection. Published on 2025-01-30, 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).

Remote attackers with low privileges can exploit this vulnerability without user interaction, potentially achieving limited impacts on confidentiality, integrity, and availability through SQL injection. The attack requires network access and low attack complexity, with the exploit publicly disclosed and available for use.

Advisories and references, including a GitHub issue at https://github.com/magic2353112890/cve/issues/5, the vendor site at https://itsourcecode.com/, and VulDB entries at https://vuldb.com/?ctiid.294067, https://vuldb.com/?id.294067, and https://vuldb.com/?submit.487984, provide further details on the vulnerability, though specific patch or mitigation guidance is not outlined in the CVE description.

EU & UK References

Vulnerability details

A vulnerability classified as critical was found in itsourcecode Tailoring Management System 1.0. Affected by this vulnerability is an unknown functionality of the file /customeredit.php. The manipulation of the argument id/address/fullname/phonenumber/email/city/comment leads to sql injection. The attack can be launched…

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 vulnerability in public-facing web application (/customeredit.php) enables exploitation for initial access (T1190) and unauthorized database queries for data collection (T1213.006).

CVEs Like This One

CVE-2025-0949Same product: Angeljudesuarez Tailoring Management System
CVE-2025-0943Same 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-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

Directly requires validation of untrusted inputs like id, address, fullname, phonenumber, email, city, and comment to prevent SQL injection exploitation in /customeredit.php.

prevent

Mandates timely identification, reporting, and correction of the specific SQL injection flaw in Tailoring Management System 1.0.

detect

Enables vulnerability scanning to identify SQL injection issues like CVE-2025-0873 in web applications prior to exploitation.

References