Security Advisory

CVE-2026-71275

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2026-08-05 12:26:22
Last updated 2026-08-05 15:56:22
Assigner TuranSec
CVSS score not scored
State PUBLISHED

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, "<h3>OTA requested for %s!</h3>", tmpA) with no HTML encoding, allowing a crafted URL such as /ota_exec?host=<script>alert(1)</script> to execute JavaScript in an authenticated admin's browser when they click a malicious link.