CVE-2025-7178
Published: 08 July 2025
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
- 🇪🇺 ENISA EUVD: EUVD-2025-20495
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
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
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly requires validation of the Username input in /admin/login.php to reject malicious SQL syntax before query execution.
Mandates timely remediation of the publicly disclosed SQL injection flaw in the Food Distributor Site login page.
Enforces that authentication decisions for the admin login cannot be bypassed via crafted Username values that alter SQL logic.