به Nostr بپیوندید
2026-07-06 21:38:51 CEST

cR0w on Nostr: > The web server binary /bin/httpd> contains an undocumented backdoor authentication ...

https://kb.cert.org/vuls/id/213560

> The web server binary /bin/httpd> contains an undocumented backdoor authentication mechanism in the login()> function. Initially, the function follows a normal authentication path using MD5-based password verification. However, if authentication fails, the function invokes GetValue("sys.rzadmin.password")> to retrieve an alternate password value from the device configuration. It then performs a direct strcmp()> comparison in plaintext between the user-supplied password and the configuration-stored value. A successful match grants role=2> admin-level access and creates a valid session.

> The associated username is not validated, so any provided username will succeed when paired with the backdoor password. This backdoor authentication mechanism is not documented or visible through any administrative interface.