CVE-2025-15208

7.3

code-projects · Refugee Food Management System

The Refugee Food Management System 1.0 contains an unauthenticated SQL injection vulnerability in the editrefugee.php file via the rfid parameter, allowing remote attackers to manipulate database queries.

Executive summary

An unauthenticated SQL injection vulnerability in the Refugee Food Management System 1.0 allows remote attackers to compromise the underlying database and potentially gain full system control.

Vulnerability

This is a CWE-89 SQL injection flaw located in the editrefugee.php script. The application fails to sanitize user input provided via the rfid parameter, allowing an unauthenticated attacker to inject malicious SQL commands directly into database queries.

Business impact

Successful exploitation of this vulnerability poses a severe risk to data integrity and confidentiality. Attackers can bypass authentication mechanisms to extract sensitive information, modify existing records, or potentially achieve remote code execution on the host server. Given the CVSS score of 7.3, this represents a significant threat to organizational data security and service availability.

Remediation

Immediate Action: As no official patch is currently available, administrators should restrict network access to the application or disable the vulnerable component. Developers must implement prepared statements with parameterized queries to neutralize the injection vector.

Proactive Monitoring: Review web server and database logs for suspicious query patterns, such as unexpected SQL keywords or high volumes of error codes originating from the editrefugee.php endpoint.

Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to detect and block SQL injection attempts targeting the rfid parameter.

Exploitation status

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

Analyst recommendation

The presence of a public proof-of-concept combined with the lack of authentication requirements makes this vulnerability a high-priority target for automated scanning and manual exploitation. Organizations currently running this software should prioritize isolating the application from public-facing networks until a secure update is provided by the vendor. Immediate implementation of input validation and parameterized queries is required to remediate the underlying flaw.

More code-projects CVEs

Sources

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