AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-71248

CRITICAL · CVSS 9.8 EPSS 0.40% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-05 · Last synced 2026-08-15

CyberRota Analysis

AI-Generated

The Inventory-Management-System-PHP is vulnerable due to improper handling of user input in its authentication and deletion processes, allowing attackers to bypass authentication and delete arbitrary product entries. This critical vulnerability can be exploited through SQL injection techniques, posing significant risks to data integrity and system security. Organizations using this system should prioritize immediate remediation to prevent unauthorized access and data loss.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-71248
Severity
CRITICAL
CVSS
9.8
EPSS
0.40%

Original NVD Description

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