A coordinated campaign has been observed targeting a recently disclosed critical-severity vulnerability that has been present in the GNU InetUtils telnetd server for 11 years. The security issue is tracked as CVE-2026-24061 and was reported on January 20. It is trivial to leverage and multiple exploit examples are publicly available. Open-source contributor Simon Josefsson explains that the telnetd component of GNU InetUtils contains a remote-authentication bypass vulnerability caused by unsanitized environment variable handling when spawning ‘/usr/bin/login.’ The flaw occurs because telnetd passes the user-controlled USER environment variable directly to login(1) without sanitization. By setting USER to -f root and connecting with the telnet -a command, an attacker can skip authentication and obtain root access. The issue affects GNU InetUtils versions 1.9.3 (released in 2015) through 2.7, and was patched in version 2.8. For those who cannot upgrade to the safe release, mitigation strategies include disabling the telnetd service or blocking TCP port 23 on all firewalls. GNU InetUtils is a collection of classic network client and server tools (telnet/telnetd, ftp/ftpd, rsh/rshd, ping, traceroute) maintained by the GNU Project, and used across multiple Linux distributions. Although Telnet is an insecure, legacy component largely replaced by SSH, many Linux and Unix systems still include it for compatibility or specialized usage needs. It is particularly prevalent in the indus...
Hackers exploit critical telnetd auth bypass flaw to get root
BleepingComputer
·Bill Toulas
·Published Jan 23, 2026
·Updated
Affected Software
1 affected component
GNU InetUtils>=1.9.3<2.7
Frequently Asked Questions
1
What is the main topic of this article?
The article discusses a critical security vulnerability in the GNU InetUtils telnetd server that allows unauthorized root access.
2
What security implications are discussed?
The article highlights the risks of a coordinated hacking campaign exploiting the telnetd authentication bypass flaw for unauthorized access to systems.
3
What products or software are affected?
The affected software is the GNU InetUtils telnetd server, specifically versions between 1.9.3 and 2.7.
4
What is the identifier for the vulnerability mentioned?
The vulnerability is tracked under CVE-2026-24061.
5
How long has the vulnerability been present before being exploited?
The vulnerability has been present for 11 years before it was exploited.