← Back to search

CVE-2026-71237

9.8 CRITICALpublic exploit available

Published 2026-08-05 · Updated 2026-08-10

AI risk analysis

Summary
The flaw allows unauthenticated attackers to bypass authentication and potentially extract database data through SQL injection.
Exploitability
Exploitation is relatively easy as it requires submitting a simple payload without any authentication needed.
Blast radius
If exploited, the impact could be severe, allowing full access to sensitive data stored in the database.
Prioritized remediation
Sanitize user inputs and use parameterized queries or prepared statements to prevent SQL injection attacks.
rceauth-bypasswebsql-injection

Analysis generated locally by qwen2.5:7b-instruct (no data left the box). AI-assisted — verify against primary sources before acting.

NVD description

Miantang/IoT-PHP's index.php implements a POST /userlogin route that reads the password directly from ['pwd'] with no sanitization and concatenates it into a raw SQL string: mysql_query("select * from userlists where username='' and password='' limit 1"). An unauthenticated attacker can submit a payload such as pwd=' OR '1'='1 to bypass authentication and, via UNION-based injection, extract arbitrary data from the database.

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.