VYPR

Openbk7231t App

by Openshwprojects

Source repositories

CVEs (2)

  • CVE-2026-71274HigAug 5, 2026
    risk 0.55cvss 8.5epss 0.00

    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 in…

  • CVE-2026-71273MedAug 5, 2026
    risk 0.42cvss 6.5epss 0.00

    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 parameter is absent from the request, an else-branch silently clears the device's web admin password to an empty string.