Submit #897074: inventory-management-system v1.0.0 SQL Injectioninfo

Titleinventory-management-system v1.0.0 SQL Injection
Descriptionrabindralamsal/inventory-management-system has a SQL Injection leading to Authentication Bypass Vulnerability. The login logic in `index.php` directly concatenates user-controlled `username` and `password` values into SQL statements without parameterized queries or escaping. The login logic in `index.php` directly concatenates user-controlled `username` and `password` values into SQL statements without parameterized queries or escaping. Relevant code pattern: ```php $username = $_POST['username']; $password = $_POST['password']; $sql = "SELECT * FROM users WHERE username = '$username'"; $result = $connect->query($sql); $password = md5($password); $mainSql = "SELECT * FROM users WHERE username = '$username' AND password = '$password'"; $mainResult = $connect->query($mainSql); ``` The `username` parameter is not filtered in this process, resulting in SQL injection vulnerabilities.
Source⚠️ https://github.com/yingxiujie/cve/issues/8
User
 yingxiujie (UID 96521)
Submission07/20/2026 08:34 (2 months ago)
Moderation09/05/2026 20:44 (2 months later)
StatusAccepted
VulDB entry399347 [rabindralamsal inventory-management-system 1.0.0 Login index.php username/password sql injection]
Points20

Interested in the pricing of exploits?

See the underground prices here!