VYPR

Inventory-Management-System-PHP

by Harsh21Patel

CVEs (1)

  • CVE-2026-71248CriAug 5, 2026
    risk 0.64cvss 9.8epss 0.00

    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…