Cyber Resilience

CVE-2026-28372

HighPublic PoC

Published: 27 February 2026

Published
27 February 2026
Modified
07 March 2026
KEV Added
Patch
CVSS Score v3.1 7.4 CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0001 0.9th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-28372 is a high-severity Inclusion of Functionality from Untrusted Control Sphere (CWE-829) vulnerability in Gnu Inetutils. Its CVSS base score is 7.4 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked at the 0.9th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 AC-3 (Access Enforcement) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2026-28372, published on 2026-02-27, is a privilege escalation vulnerability in telnetd within GNU inetutils through version 2.7. It arises from the abuse of systemd service credentials support added to the login(1) implementation in util-linux release 2.40, specifically due to client control over the CREDENTIALS_DIRECTORY environment variable. Exploitation requires an unprivileged local user to create a login.noauth file. The vulnerability carries a CVSS v3.1 base score of 7.4 (AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H) and is associated with CWE-829 (Inclusion of Functionality from Untrusted Control Sphere).

An unprivileged local attacker can exploit this vulnerability by creating a login.noauth file and leveraging control over the CREDENTIALS_DIRECTORY environment variable during telnetd interactions with login(1). Successful exploitation results in privilege escalation, granting high-impact confidentiality, integrity, and availability effects despite the high attack complexity.

Advisories and discussions on GNU inetutils bug lists, oss-security mailing lists, and a Debian inetutils package commit provide details on the issue and mitigations. The referenced commit at https://git.hadrons.org/cgit/debian/pkgs/inetutils.git/commit/?id=3953943d8296310485f98963883a798545ab9a6c appears to address the vulnerability, while threads at https://lists.gnu.org/archive/html/bug-inetutils/2026-02/msg00000.html, https://lists.gnu.org/archive/html/bug-inetutils/2026-02/msg00012.html, https://www.openwall.com/lists/oss-security/2026/02/24/1, and http://www.openwall.com/lists/oss-security/2026/02/27/3 outline the root cause and recommended fixes.

EU & UK References

Vulnerability details

telnetd in GNU inetutils through 2.7 allows privilege escalation that can be exploited by abusing systemd service credentials support added to the login(1) implementation of util-linux in release 2.40. This is related to client control over the CREDENTIALS_DIRECTORY environment variable,…

more

and requires an unprivileged local user to create a login.noauth file.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
Why these techniques?

Direct local privilege escalation via env var abuse and file creation in login/telnetd maps to Exploitation for Privilege Escalation.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2026-32746Same product: Gnu Inetutils
CVE-2026-0861Same vendor: Gnu
CVE-2026-24061Same product: Gnu Inetutils
CVE-2026-3991Shared CWE-829
CVE-2025-1179Same vendor: Gnu
CVE-2025-0689Same vendor: Gnu
CVE-2025-1125Same vendor: Gnu
CVE-2025-69195Same vendor: Gnu
CVE-2026-5928Same vendor: Gnu
CVE-2026-0915Same vendor: Gnu

Affected Assets

gnu
inetutils
≤ 2.7

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Enforces access restrictions on the telnetd-to-login(1) interaction so an unprivileged user cannot abuse CREDENTIALS_DIRECTORY or login.noauth to escalate privileges.

prevent

Requires prompt application of the vendor patch (e.g., the referenced Debian inetutils commit) that eliminates the flawed credential-passing logic in telnetd.

prevent

Disables or restricts the telnetd service (and any util-linux login integration) so the vulnerable code path is never exposed to local users.

References