AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-71207

CRITICAL · CVSS 9.8 EPSS 0.53% Public Exploit

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

CyberRota Analysis

AI-Generated

The Stock-Inventory-Management-System's login.php is vulnerable to SQL injection due to the direct concatenation of user-supplied credentials into SQL queries without proper parameterization, allowing unauthenticated attackers to bypass authentication. Additionally, hardcoded administrative credentials within the script further enable attackers to gain full access to the system. Organizations using this application should prioritize immediate remediation to mitigate the risk of unauthorized access and potential data breaches.

Public Exploit Signal

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

GitHub PoC Links

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

CVE
CVE-2026-71207
Severity
CRITICAL
CVSS
9.8
EPSS
0.53%

Original NVD Description

The Stock-Inventory-Management-System application's login.php assigns raw username/password values to and builds its authentication query by directly concatenating those session values into a SQL statement with no parameterization or escaping. The same script additionally contains hardcoded administrative credentials (admin/neola) in a post-login conditional check, providing a second, independent full-authentication-bypass path.