CVE-2025-15012

7.3

code-projects · Refugee Food Management System

A SQL injection vulnerability in the home.php file of the Refugee Food Management System 1.0 allows remote, unauthenticated attackers to manipulate database queries via the a argument.

Executive summary

The Refugee Food Management System 1.0 contains an unauthenticated SQL injection vulnerability that poses a significant risk of unauthorized database manipulation.

Vulnerability

This vulnerability is a SQL injection flaw (CWE-89) located in the home.php file. An unauthenticated attacker can exploit this remotely by injecting malicious input into the a argument.

Business impact

The ability to perform unauthorized SQL queries against the system database can lead to data exfiltration, unauthorized modification of records, or potential administrative bypass. Given the CVSS score of 7.3, this high-severity vulnerability represents a substantial risk to data integrity and confidentiality for organizations utilizing this software.

Remediation

Immediate Action: Since no official patch is currently available, administrators should restrict network access to the application or take it offline until the vendor provides a secure update.

Proactive Monitoring: Monitor web server logs for suspicious URL parameters containing SQL syntax, such as UNION, SELECT, or comment characters, directed at the home.php endpoint.

Compensating Controls: Deploy a Web Application Firewall (WAF) with rules specifically configured to detect and block SQL injection patterns to mitigate exploitation attempts.

Exploitation status

Public Exploit Available: Yes, a public proof-of-concept exists, as documented in the linked GitHub repository.

Analyst recommendation

Due to the presence of a public proof-of-concept and the lack of a vendor-provided patch, this vulnerability requires immediate attention. Organizations must implement strict network-level access controls or WAF filtering to prevent exploitation until the vendor releases a secure version of the software.

More code-projects CVEs

Sources

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