inetutils: Remote Code Execution — GLSA 202601-01

A vulnerability has been discovered in the telnetd module of inetutils, which allows remote code execution as root.

Affected packages

net-misc/inetutils on all architectures
Affected versions < 2.7
Unaffected versions >= 2.7

Background

Inetutils is a collection of common network programs including a telnet client and server.

Description

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. This happens because the telnetd server do not sanitize the USER environment variable before passing it on to login(1), and login(1) uses the -f parameter to by-pass normal authentication.

Impact

An attacker can login as root via the telnetd daemon.

Workaround

Reinstall inetutils with the telnetd USE flag disabled. This is the default in Gentoo.

Resolution

All inetutils users with the telnetd USE flag enabled should upgrade to the latest version:

 # emerge --sync
 # emerge --ask --oneshot --verbose ">=net-misc/inetutils-2.7"
 

References

Release date
January 26, 2026

Latest revision
January 26, 2026: 1

Severity
high

Exploitable
remote

Bugzilla entries