Vulnerability Description
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 `web_admin_password_enabled` parameter is absent from the request, an else-branch silently clears the device's web admin password to an empty string. A one-click CSRF payload (e.g. an <img> tag pointing at /cfg_wifi_set with new SSID/password parameters and web_admin_password_enabled omitted) visited by an authenticated admin's browser both hijacks the device's WiFi configuration and disables its web password protection.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/openshwprojects/OpenBK7231T_App
- https://github.com/openshwprojects/OpenBK7231T_App/blob/main/src/httpserver/http
FAQ
What is CVE-2026-71273?
CVE-2026-71273 is a vulnerability with a CVSS score of 6.5 (MEDIUM). 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 `web_admin_password_enabled` parameter is absent from ...
How severe is CVE-2026-71273?
CVE-2026-71273 has been rated MEDIUM with a CVSS base score of 6.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-71273?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.