VYPR

IoT-PHP

by Miantang

CVEs (1)

  • CVE-2026-71237CriAug 5, 2026
    risk 0.64cvss 9.8epss 0.00

    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…