Cyber Resilience

CVE-2025-7178

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-7178 is a medium-severity Injection (CWE-74) vulnerability in Fabian Food Distributor Site. 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 SI-2 (Flaw Remediation).

Deeper analysis

CVE-2025-7178 is a critical SQL injection vulnerability in code-projects Food Distributor Site 1.0, affecting an unknown part of the file /admin/login.php. The flaw stems from manipulation of the Username argument and is 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-08T13:15:33.940.

The vulnerability enables remote attackers with network access to initiate SQL injection attacks without requiring privileges or user interaction. Exploitation involves crafting malicious input for the Username parameter during login attempts, potentially resulting in low-level impacts to confidentiality, integrity, and availability.

Advisories referenced in VulDB entries (ctiid.315117, id.315117, submit.606824), a GitHub repository at github.com/kn1g78/cve/blob/main/food.md, and the vendor site at code-projects.org detail the issue, with the exploit publicly disclosed and available for use. No specific patches or mitigations are outlined in the CVE description.

The public availability of the exploit heightens the risk for unpatched Food Distributor Site 1.0 deployments.

EU & UK References

Vulnerability details

A vulnerability classified as critical has been found in code-projects Food Distributor Site 1.0. This affects an unknown part of the file /admin/login.php. The manipulation of the argument Username leads to sql injection. It is possible to initiate the attack…

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.
T1505 Server Software Component Persistence
Adversaries may abuse legitimate extensible development features of servers to establish persistent access to systems.
T1213.006 Databases Collection
Adversaries may leverage databases to mine valuable information.
Why these techniques?

SQL injection in /admin/login.php enables exploitation of public-facing web applications (T1190), abuse of server software components such as databases (T1505), and collection of data from databases (T1213.006).

CVEs Like This One

CVE-2025-2389Same vendor: Fabian
CVE-2025-2391Same vendor: Fabian
CVE-2025-1197Same vendor: Fabian
CVE-2025-0229Same vendor: Fabian
CVE-2025-1374Same vendor: Fabian
CVE-2025-2854Same vendor: Fabian
CVE-2025-2419Same vendor: Fabian
CVE-2025-0230Same vendor: Fabian
CVE-2025-2384Same vendor: Fabian
CVE-2025-7166Same vendor: Fabian

Affected Assets

fabian
food distributor site
1.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation of the Username input in /admin/login.php to reject malicious SQL syntax before query execution.

prevent

Mandates timely remediation of the publicly disclosed SQL injection flaw in the Food Distributor Site login page.

prevent

Enforces that authentication decisions for the admin login cannot be bypassed via crafted Username values that alter SQL logic.

References