Inventory-Management-System-PHP's login.php constructs its authentication query via direct string concatenation of raw POST parameters: = "select * from user where email = '' and password = ''", with no escaping or parameterization, allowing authentication bypass via a payload such as email=' OR 1=1 LIMIT 1-- -.
References
Configurations
No configuration.
History
No history.
Information
Published : 2026-08-05 11:16
Updated : 2026-08-26 17:13
NVD link : CVE-2026-71248
Mitre link : CVE-2026-71248
CVE.ORG link : CVE-2026-71248
JSON object : View
Products Affected
No product.
CWE
CWE-89
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
