Cyber Resilience

CVE-2025-7180

MediumPublic PoC

Published: 08 July 2025

Published
08 July 2025
Modified
29 April 2026
KEV Added
Patch
CVSS Score v4 5.5 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/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.0028 51.4th percentile
Risk Priority 11 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-7180 is a medium-severity Injection (CWE-74) vulnerability in Carmelo Staff Audit System. Its CVSS base score is 5.5 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 48.6% of CVEs by exploit likelihood; 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 AC-3 (Access Enforcement).

Deeper analysis

CVE-2025-7180 is a critical SQL injection vulnerability in code-projects Staff Audit System 1.0, affecting the processing of the /login.php file. The issue arises from improper handling of the "User" argument, classified under CWE-74 and CWE-89. It carries a CVSS v3.1 base score of 7.3 (AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L) and was published on 2025-07-08.

Remote attackers can exploit this vulnerability without authentication by manipulating the User parameter in requests to /login.php, enabling SQL injection attacks. Successful exploitation grants low-level impacts on confidentiality, integrity, and availability, potentially allowing unauthorized data access, modification, or disruption within the application's database.

Advisories from VulDB (ctiid.315119, id.315119) and a GitHub repository (kn1g78/cve staff1/staff1.md) document the vulnerability, with the exploit publicly disclosed and available for use. The software's site at code-projects.org provides context, but no specific patches or mitigations are detailed in the available references.

EU & UK References

Vulnerability details

A vulnerability, which was classified as critical, has been found in code-projects Staff Audit System 1.0. This issue affects some unknown processing of the file /login.php. The manipulation of the argument User leads to sql injection. The attack may be…

more

initiated 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.
T1505 Server Software Component Persistence
Adversaries may abuse legitimate extensible development features of servers to establish persistent access to systems.
Why these techniques?

Unauthenticated remote SQL injection in public-facing web application (/login.php) enables exploitation of public-facing applications (T1190) and server software components (T1505) as mapped in advisories.

CVEs Like This One

CVE-2025-7181Same product: Carmelo Staff Audit System
CVE-2026-5018Same vendor: Carmelo
CVE-2026-5019Same vendor: Carmelo
CVE-2026-4319Same vendor: Carmelo
CVE-2026-0698Same vendor: Carmelo
CVE-2026-3744Same vendor: Carmelo
CVE-2026-5017Same vendor: Carmelo
CVE-2026-0701Same vendor: Carmelo
CVE-2026-3723Same vendor: Carmelo
CVE-2026-3711Same vendor: Carmelo

Affected Assets

carmelo
staff audit system
1.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation of inputs to /login.php to block malicious User parameter values that enable SQL injection.

prevent

Enforces access-control policy on database interactions so that unauthenticated manipulation of the User argument cannot bypass intended login restrictions.

detect

Monitors for anomalous SQL statements or login attempts originating from the publicly disclosed exploit against /login.php.

References