CVE-2025-15184

7.3

code-projects · Refugee Food Management System

The Refugee Food Management System version 1.0 contains a SQL injection vulnerability in the refugeesreport2.php file, allowing unauthenticated remote attackers to execute arbitrary SQL commands.

Executive summary

A critical SQL injection vulnerability in the Refugee Food Management System version 1.0 allows unauthenticated remote attackers to compromise the underlying database.

Vulnerability

This is a SQL injection vulnerability (CWE-89) located in the refugeesreport2.php file. An unauthenticated attacker can supply malicious input via the "a" parameter, which is processed by the application without adequate sanitization or parameterization.

Business impact

Successful exploitation allows an attacker to gain unauthorized access to the application database, potentially leading to sensitive data exposure, unauthorized modification of records, or full system compromise. With a CVSS score of 7.3, this flaw represents a significant risk to data integrity and confidentiality for organizations relying on this software.

Remediation

Immediate Action: As no official patch is currently available, administrators should restrict network access to the application to trusted internal segments or implement robust input validation controls. If the system is not business critical, consider decommissioning it until a secure version is released by the vendor.

Proactive Monitoring: Monitor server access logs for suspicious POST requests directed at the refugeesreport2.php endpoint, particularly those containing SQL syntax characters like single quotes or keywords such as UNION, SELECT, or DROP.

Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to detect and block common SQL injection patterns targeting the "a" parameter. Ensure the database service account is restricted to the minimum necessary privileges to limit the blast radius of a successful exploit.

Exploitation status

Public Exploit Available: Yes, a published proof-of-concept exists as documented in the GitHub issue referenced in the CVE record.

Analyst recommendation

Given the availability of public proof-of-concept code and the ease of exploitation, this vulnerability poses a severe threat. Organizations currently running version 1.0 of the Refugee Food Management System must treat this as a priority, implementing WAF rules or network isolation immediately to prevent unauthorized database access until a vendor-supplied security update is released.

More code-projects CVEs

Sources

Originally found and disclosed by chenxiaodong (VulDB User), per the CVE Program record.