CVE-2005-0469 (2005)
The GNU telnet client had the same unchecked write in SLC reply handling: a malicious server could crash or compromise the client. It was patched in the client in 2005. The server-side equivalent in telnetd was overlooked and stayed live for 21 more years.
Client fixed; telnetd's mirrored flaw went unnoticed.
The 2026 disclosure exposed the same bug class, same code family, caught only on one side.
Shows how a single parsing routine can hide a flaw for decades when only one endpoint gets audited. The 2026 fix finally closed the server-side twin.
