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

Published Aug 5, 2026
·
Updated

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 mysqliquery($db, "DELETE FROM product WHERE productid=" . $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).

Affected Software

1 affected component
Inventory-Management-System-PHP

Event History

Aug 5, 2026
CVE Published
via MITRE·10:57 AM
Data Sourced
via MITRE·10:57 AM
DescriptionSeverityWeakness
Data Sourced
via NVD·11:16 AM
DescriptionSeverityWeakness
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2026-71248?

The severity of CVE-2026-71248 is critical with a CVSS score of 9.8.

2

How do I fix CVE-2026-71248?

To fix CVE-2026-71248, you should parameterize SQL queries and use prepared statements to prevent SQL injection.

3

What kind of vulnerability is CVE-2026-71248?

CVE-2026-71248 is an unauthenticated SQL injection vulnerability.

4

What software is affected by CVE-2026-71248?

CVE-2026-71248 affects the Inventory-Management-System-PHP software.

5

What are the potential impacts of CVE-2026-71248?

The potential impacts of CVE-2026-71248 include authentication bypass and unauthorized data access.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203