---
id: CVE-2026-71207
title: >-
  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 esc…
summary: >-
  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 esc…
severity: critical
cvss: 9.8
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'
cwe:
  - CWE-89
published: '2026-08-05'
updated: '2026-08-10'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-71207'
references:
  - url: >-
      https://github.com/mrswapnilsahu/Stock-Inventory-Management-System/blob/master/login.php
    label: 309f9ea4-e3e9-4c6c-b79d-e8eb01244f2c
tags:
  - nvd
epss: 0.00531
epssPercentile: 0.43847
ingestedAt: '2026-08-10T12:39:48.357Z'
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
