VYPR

OpenBK7231T_App

by Openshwprojects

CVEs (3)

  • CVE-2026-71275Aug 5, 2026
    risk 0.00cvss epss

    OpenBK7231T's http_fn_ota_exec() (src/httpserver/http_fns.c) reflects the `host` query parameter directly into an HTML response via hprintf255(request, "OTA requested for %s!", tmpA) with no HTML encoding, allowing a crafted URL such as…

  • CVE-2026-71274Aug 5, 2026
    risk 0.00cvss epss

    OpenBK7231T's CHANNEL_SetLabel() (src/cmnds/cmd_channels.c) stores channel labels received via the MQTT SetChannelLabel command using strdup() with no HTML sanitization. CHANNEL_GetLabel() returns these labels unsanitized, and they are rendered via hprintf255() at 15+ locations…

  • CVE-2026-71273Aug 5, 2026
    risk 0.00cvss epss

    OpenBK7231T's /cfg_wifi_set endpoint (src/httpserver/http_fns.c) accepts configuration changes via a plain GET request with no CSRF token. If the `web_admin_password_enabled` parameter is absent from the request, an else-branch silently clears the device's web admin password to…