הצטרף ל-Nostr
2026-01-20 20:49:14 UTC

Kevin Beaumont on Nostr: lol The telnetd server invokes /usr/bin/login (normally running as root) passing the ...

lol https://seclists.org/oss-sec/2026/q1/89

The telnetd server invokes /usr/bin/login (normally running as root) passing the value of the USER environment variable received from the client as the last parameter.

If the client supply a carefully crafted USER environment value being the string "-f root", and passes the telnet(1) -a or --login parameter to send this USER environment to the server, the client will be automatically logged in as root bypassing normal authentication processes.