CVE Catalog

CVE-2026-71275

MediumCVSS 5.4
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.13%

3th percentile - higher than 3% of all known CVEs

Summary

OpenBK7231T's http_fn_ota_exec() reflects the `host` query parameter directly into an HTML response without HTML encoding, allowing JavaScript execution in an authenticated admin's browser when they click a malicious link.

Risk Assessment

XSS attack could allow session hijacking, unauthorized actions, or data theft.

Recommendation

Apply HTML encoding for all data reflected in responses. Update OpenBK7231T to a patched version.

Other vulnerabilities in OpenBK7231T

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS