CVE-2026-11405: Hidden backdoor authentication mechanism in multiple versions of Tenda firmware allows admin access to web management interface
The web server binary /bin/httpd contains a hidden backdoor authentication mechanism in the login() function at 004c88b8. - The function contains a normal authentication path using MD5/hash-based password verification (prodencode64/PasswordToMd5/checkrandkey). - After normal authentication fails, it calls GetValue("sys.rzadmin.password") to read a backdoor password from the device configuration. - It performs a direct strcmp() comparison (plaintext, not hashed) between the config value and the user-supplied password. A successful match grants role=2 (admin-level access) and creates a valid session. The rzadmin username is never checked — any username works with the backdoor
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2026-11405?
CVE-2026-11405 has a risk rating of 28, indicating a serious security concern.
How do I fix CVE-2026-11405?
To fix CVE-2026-11405, you should update the Tenda firmware to the latest version released by the manufacturer.
What devices are affected by CVE-2026-11405?
CVE-2026-11405 affects multiple versions of Tenda firmware used in various Tenda networking devices.
What impact does CVE-2026-11405 have on my network?
CVE-2026-11405 allows unauthorized admin access to the web management interface, potentially compromising your network security.
Is there a workaround for CVE-2026-11405?
Currently, there are no known workarounds for CVE-2026-11405 other than upgrading the firmware.