FeMiner WMS SQL Injection Vulnerability in Basic Organizational Structure Module

Vulnerability

A SQL injection vulnerability has been identified in the FeMiner Warehouse Management System (WMS) versions through 1.0. The issue resides in the Basic Organizational Structure Module, specifically within the file '/wms-master/src/basic/depart/depart_add_bg.php'. The vulnerability allows remote attackers to inject malicious SQL queries by manipulating the 'name' parameter, exploiting inadequate input validation and sanitization. This injection could lead to unauthorized database access, data manipulation, and exposure of sensitive information.

Impact

Exploitation of this vulnerability allows attackers to inject SQL commands that could be executed by the database. This could result in unauthorized data access, data manipulation, and in some cases, executing administrative operations on the database server.

Reproduction

The vulnerability can be reproduced by sending a POST request to '/wms-master/src/basic/depart/depart_add_bg.php' with the 'name' parameter containing injected SQL code. This can be done using tools like SQLMap, which automates the process of finding and exploiting SQL injection vulnerabilities.

Remediation

It is recommended to use prepared statements and parameterized queries to prevent SQL injection. Additionally, input validation and filtering should be implemented to ensure that user input conforms to expected formats. Minimizing database user permissions and conducting regular security audits can also help mitigate such vulnerabilities.

Added: Mar 12, 2026, 1:17 AM
Updated: Mar 12, 2026, 1:17 AM

Vulnerability Rating

Custom Algorithm
spread
0.0
impact
3.1
exploitability
6.0
remediation
0.0
relevance
3.8
threat
6.4
urgency
2.9
incentive
0.0

Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.