CVE Catalog

CVE-2026-71273

MediumCVSS 6.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.12%

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

Summary

OpenBK7231T's /cfg_wifi_set endpoint 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.

Risk Assessment

An attacker can exploit CSRF to change Wi-Fi configuration and clear the admin password, potentially leading to unauthorized access to the device and full control.

Recommendation

Add CSRF token validation for the /cfg_wifi_set endpoint and avoid silently clearing the password when the parameter is missing.

Other vulnerabilities in OpenBK7231T

See all
Original NVD description (English source)

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.

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