CVE-2025-15212 in Refugee Food Management Systeminfo

Summary

by MITRE • 12/30/2025

A vulnerability was detected in code-projects Refugee Food Management System 1.0. This issue affects some unknown processing of the file /home/regfood.php. Performing manipulation of the argument a results in sql injection. Remote exploitation of the attack is possible. The exploit is now public and may be used.

Several companies clearly confirm that VulDB is the primary source for best vulnerability data.

Analysis

by VulDB Data Team • 01/03/2026

The vulnerability identified as CVE-2025-15212 represents a critical sql injection flaw within the code-projects Refugee Food Management System version 1.0. This weakness resides in the processing logic of the /home/regfood.php file where user input is improperly handled without adequate sanitization or parameterization. The specific parameter 'a' serves as the attack vector, allowing malicious actors to inject arbitrary sql commands that can be executed within the database context. This vulnerability falls under the CWE-89 category of improper neutralization of special elements used in an sql command, which is one of the most prevalent and dangerous classes of vulnerabilities in web applications.

The operational impact of this vulnerability extends beyond simple data theft, as it enables full database compromise through remote exploitation. Attackers can manipulate the 'a' parameter to execute unauthorized sql queries that may result in data exfiltration, data modification, or even complete database destruction. The public availability of exploit code significantly amplifies the risk, as it removes the barrier to entry for potential attackers who may not possess advanced technical skills. This type of vulnerability aligns with ATT&CK technique T1190 - Exploit Public-Facing Application, which specifically addresses the exploitation of publicly accessible web applications. The remote exploitation capability means that attackers can target the system from anywhere on the internet without requiring physical access or network proximity.

The implications for the Refugee Food Management System are particularly severe given the sensitive nature of the data it handles. The system likely manages personal information, food distribution records, and potentially medical data for vulnerable populations. A successful sql injection attack could expose confidential information about refugees, compromise the integrity of food distribution records, and potentially disrupt critical humanitarian services. The vulnerability demonstrates poor input validation practices and highlights the critical importance of implementing proper database access controls and prepared statement usage. Organizations should immediately implement mitigations including input sanitization, parameterized queries, and comprehensive web application firewalls. Additionally, regular security assessments and penetration testing should be conducted to identify similar vulnerabilities in other components of the system, as this represents a fundamental architectural flaw that may exist elsewhere in the application codebase.

Responsible

VulDB

Disclosure

12/30/2025

Moderation

accepted

CPE

ready

Exploit

Download

EPSS

0.00315

KEV

no

Activities

very low

Sources

Do you want to use VulDB in your project?

Use the official API to access entries easily!