GHSA-2qcv-j8w9-9r25MediumCVSS 5.4
OpenBK7231T's http_fn_ota_exec() (src/httpserver/http_fns.c) reflects the `host` query parameter...
🔗 CVE IDs covered (1)
📋 Description
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 /ota_exec?host=alert(1) to execute JavaScript in an authenticated admin's browser when they click a malicious link.