CVE-2026-71248 CRITICAL

CVE-2026-71248: Inventory-Management-System-PHP - Unauthenticated SQL Injection in Login and Product Deletion

Vendor Harsh21Patel
Product Inventory-Management-System-PHP
Weakness CWE-89 · SQLi
Published August 5, 2026
Last update August 10, 2026

CVSS base score

9.8/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality High
Integrity High

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

What the vulnerability does

01Description

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-- -.

Key dates

02Disclosure timeline

August 5, 2026 CVE published
August 10, 2026 Record updated

Related vulnerabilities

04Related CVE