CVE-2026-11405
Received
Received - Intake
Hidden Backdoor Authentication in Web Server Binary
Vulnerability report for CVE-2026-11405, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-07-06
Last updated on: 2026-07-06
Assigner: CERT/CC
Description
Description
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 (prod_encode64/PasswordToMd5/check_rand_key).
- 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
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| tenda | firmware | US_FH1201V1.0BR_V1.2.0.14 |
| tenda | firmware | US_W15EV1.0br_V15.11.0.5 |
| tenda | firmware | US_AC10V1.0re_V15.03.06.46 |
| tenda | firmware | US_AC5V1.0RTL_V15.03.06.48 |
| tenda | firmware | US_AC6V2.0RTL_V15.03.06.51 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |