← All CVEs

CVE-2026-71231

critical · 9.8

IOTSmartHome's gui/login.php checkCookie function builds an authentication query as SELECT * FROM users WHERE ID='<decoded lastLogin cookie>' after base64-decoding the client-supplied lastLogin cookie via safe_decode, which performs URL-safe base64 decoding with no sanitization of the decoded value before it is concatenated into the SQL string.

9.8
CVSS
0.4%
EPSS (exploit prob.)
30th
EPSS percentile
2026-08-05
Published

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Weaknesses

CWE-89

References

Query this programmatically:

curl https://evil-db.io/api/v1/cve/CVE-2026-71231