CVE-2025-15210
Unknown Unknown - Not Provided

SQL Injection in Refugee Food Management System Allows Remote Exploit

Vulnerability report for CVE-2025-15210, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2025-12-30

Last updated on: 2026-04-29

Assigner: VulDB

Description

A security vulnerability has been detected in code-projects Refugee Food Management System 1.0. This vulnerability affects unknown code of the file /home/editrefugee.php. Such manipulation of the argument a/b/c/sex/d/e/nationality_nid leads to sql injection. The attack may be launched remotely. The exploit has been disclosed publicly and may be used.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2025-12-30
Last Modified
2026-04-29
Generated
2026-07-06
AI Q&A
2025-12-30
EPSS Evaluated
2026-07-05
NVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
code-projects refugee_food_management_system 1.0

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-74 The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component.
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a SQL injection in the Refugee Food Management System 1.0, specifically in the file /home/editrefugee.php. It occurs due to manipulation of the argument a/b/c/sex/d/e/nationality_nid, allowing an attacker to inject malicious SQL code. The attack can be launched remotely and the exploit has been publicly disclosed.

Impact Analysis

This vulnerability can allow an attacker to execute unauthorized SQL commands on the database, potentially leading to data leakage, data modification, or deletion. It may compromise the confidentiality, integrity, and availability of the system's data.

Detection Guidance

This vulnerability can be detected by searching for the presence of the vulnerable file `/home/editrefugee.php` and testing the input parameters `a/b/c/sex/d/e/nationality_nid` for SQL injection. One detection method is to use Google dorking with the query `inurl:home/editrefugee.php` to identify potentially vulnerable targets. For active testing on your system, you can use tools like sqlmap to test the URL with crafted payloads targeting these parameters. Example command: `sqlmap -u "http://target/home/editrefugee.php?a=1&b=2&c=3&sex=male&d=4&e=5&nationality_nid=6" --batch` to check for SQL injection vulnerabilities. [1]

Mitigation Strategies

Immediate mitigation steps include replacing the affected software with an alternative product, as no known countermeasures or patches have been documented. Additionally, restricting access to the vulnerable endpoint `/home/editrefugee.php` via network controls or web application firewalls may reduce exposure. Monitoring for exploit attempts and applying input validation or parameterized queries in the source code (if possible) are recommended longer-term fixes. [1]

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2025-15210. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart