CVE-2025-15183
7.3code-projects · Refugee Food Management System
A SQL injection vulnerability in the Refugee Food Management System 1.0 allows unauthenticated remote attackers to manipulate database queries via the tfid parameter in viewtakenfd.php.
Executive summary
The Refugee Food Management System version 1.0 contains an unauthenticated SQL injection vulnerability that could allow attackers to gain unauthorized access to backend database information.
Vulnerability
The application fails to properly sanitize user-supplied input in the tfid parameter within the viewtakenfd.php file. This flaw allows an unauthenticated remote attacker to inject malicious SQL commands, leading to unauthorized database interaction and potential data compromise.
Business impact
Successful exploitation of this vulnerability allows an attacker to extract sensitive information from the underlying database, potentially leading to unauthorized data exposure. Given the CVSS score of 7.3, this represents a significant risk to data confidentiality and integrity, which may result in regulatory non-compliance or reputational damage if the system stores sensitive personal data.
Remediation
Immediate Action: As no official patch is currently available, users should restrict access to the affected script at the network or web server level. Implementing parameterized queries or prepared statements in the source code is required to neutralize the injection vector.
Proactive Monitoring: Security teams should monitor web access logs for anomalous GET requests targeting viewtakenfd.php containing unusual characters or SQL keywords in the tfid parameter.
Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to detect and block common SQL injection patterns, specifically targeting requests to the identified vulnerable endpoint.
Exploitation status
Public Exploit Available: Yes, a public proof-of-concept exists as documented in the researcher's GitHub issue report.
Analyst recommendation
The presence of a public proof-of-concept increases the likelihood of opportunistic attacks against this software. Administrators are strongly advised to take immediate steps to restrict access to the vulnerable component and prioritize the implementation of secure coding practices to remediate the underlying SQL injection flaw.
More code-projects CVEs
Sources
Originally found and disclosed by chenxiaodong (VulDB User), per the CVE Program record.
- VDB-338568 | code-projects Refugee Food Management System viewtakenfd.php sql injection Vulnerability database entry
- VDB-338568 | CTI Indicators (IOB, IOC, TTP, IOA)
- Submit #721273 | Code-projects Refugee Food Management System v1.0 SQL Injection Third-party advisory
- Submit #722808 | code-projects Refugee Food Management System 1.0 SQL Injection (Duplicate) Third-party advisory
- Submit #722809 | code-projects Refugee Food Management System 1.0 SQL Injection (Duplicate) Third-party advisory
- Submit #722810 | code-projects Refugee Food Management System 1.0 SQL Injection (Duplicate) Third-party advisory
- Exploit / PoC
- code-projects.org