๐Ÿ” CVE Alert

CVE-2026-71207

CRITICAL 9.8

Stock-Inventory-Management-System: Unauthenticated SQL Injection and Hardcoded Credentials in login.php Enable Full Authentication Bypass

CVSS Score
9.8
EPSS Score
0.0%
EPSS Percentile
0th

The Stock-Inventory-Management-System application's login.php assigns raw $_POST username/password values to $_SESSION and builds its authentication query by directly concatenating those session values into a SQL statement with no parameterization or escaping. An unauthenticated remote attacker can submit a payload such as ' OR '1'='1 in the login form to bypass authentication entirely. The same script additionally contains hardcoded administrative credentials (admin/neola) in a post-login conditional check, providing a second, independent full-authentication-bypass path.

CWE CWE-89
Vendor mrswapnilsahu
Product stock-inventory-management-system
Published Aug 5, 2026
Stay Ahead of the Next One

Get instant alerts for mrswapnilsahu stock-inventory-management-system

Be the first to know when new critical vulnerabilities affecting mrswapnilsahu stock-inventory-management-system are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability

Affected Versions

mrswapnilsahu / Stock-Inventory-Management-System
0 โ‰ค 1.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/mrswapnilsahu/Stock-Inventory-Management-System/blob/master/login.php

Credits

Behruzbek Zokiraliyev