CVE-2026-71248
9.8 CRITICALpublic exploit availablePublished 2026-08-05 · Updated 2026-08-10
AI risk analysis
- Summary
- The flaw is an SQL injection vulnerability due to direct string concatenation in login.php, allowing attackers to bypass authentication by manipulating input parameters.
- Exploitability
- Exploitation is relatively easy given public references and requires only crafting a specific payload to bypass authentication checks.
- Blast radius
- If exploited, this could grant unauthorized access to the entire system, leading to data theft or other malicious activities.
- Prioritized remediation
- Update login.php to use parameterized queries or prepared statements to prevent SQL injection attacks.
sql-injectionauth-bypasswebrce
Analysis generated locally by qwen2.5:7b-instruct (no data left the box). AI-assisted — verify against primary sources before acting.
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-- -.
CVSS vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Weaknesses
CWE-89
Public exploit & PoC references
All references
Source data: NVD (nvd.nist.gov), public domain. Exploit-DB.ai adds local AI analysis for defensive use only.