CSIRTS // UNIFIED SECURITY ADVISORY FEEDSYS ● ONLINE · POWERED BY INTELFUSIONS.COM

CVE-2026-71248

criticalCVSS 9.8covered by 1 sourcefirst seen 2026-08-05
Inventory-Management-System-PHP's login.php constructs its authentication query via direct string concatenation of raw POST parameters: $sql = "select * from user where email = '$email' and password = '$password'", with no escaping or parameterization, allowing authentication bypass via a payload such as email=' OR 1=1 LIMIT 1-- -. Separately, delete.php executes mysqli_query($db, "DELETE FROM product WHERE product_id=" . $_GET['id']) with no authentication check and no validation of the id parameter, allowing an unauthenticated attacker to delete arbitrary product rows or perform blind SQL injection via payloads such as id=0 OR SLEEP(5).

⚡ Watch CVE-2026-71248

Get an email if CVE-2026-71248 is added to CISA KEV, gains public exploit code, or a new advisory cites it — max one per day, one-click unsubscribe.

Advisory coverage (1)

External references

NVD record for CVE-2026-71248

CVE.org record

Embed the live status

CVE-2026-71248 live status badge — this badge updates automatically when the KEV or exploit status changes. How to embed it →

[![CVE-2026-71248 status](https://www.csirts.com/badge/CVE-2026-71248)](https://www.csirts.com/cve/CVE-2026-71248)