LiveActive security incident?Get immediate response
CVE Record

CVE-2026-24061: telnetd in GNU Inetutils through 2.7 allows remote authentication bypass via a "-f root" value for the USER...

telnetd in GNU Inetutils through 2.7 allows remote authentication bypass via a "-f root" value for the USER environment variable.

CriticalCVSS 9.8Known exploitedUpdated
Glexia's TakeHuman reviewedcritical

Security readout for executives and security teams

Plain-English summary

CVE-2026-24061 is a critical authentication bypass in GNU Inetutils telnetd. A remote attacker may bypass login by manipulating the USER environment value. Systems exposing telnetd are the priority because the CVSS vector is network-accessible, no authentication, and no user interaction.

Executive priority

High priority for any environment where telnetd is enabled. The business risk is unauthorized remote access with potential full confidentiality, integrity, and availability impact. If telnetd is not present or not reachable, urgency drops after validation.

Technical view

The issue is described as CWE-88 argument injection in telnetd in GNU Inetutils through 2.7, using a USER value equivalent to “-f root.” The bundle lists upstream commits and public disclosure threads. The affected data is inconsistent: the description says through 2.7, while the affected entry names 1.9.3 with unknown default status.

Likely exposure

Exposure is mainly servers or embedded/Linux environments running GNU Inetutils telnetd, especially if reachable over untrusted networks. Telnet is often legacy, so validate older systems, appliances, lab networks, and base images. The bundle does not prove all distributions package the vulnerable daemon identically.

Exploitation context

The CVE has public technical discussion and an Openwall reference tagged as exploit. The bundle also references GreyNoise telemetry, but CISA KEV is marked false. Treat internet-facing telnetd as urgent, while not claiming confirmed KEV-listed exploitation.

Researcher notes

Do not rely solely on the affected-version field because source data conflicts. Use package provenance, daemon enablement, and distro advisories. Upstream commits are available, but the bundle does not name a specific fixed GNU Inetutils release.

Mitigation direction

  • Inventory and prioritize systems running GNU Inetutils telnetd.
  • Disable telnetd where it is not required.
  • Restrict telnetd access to trusted management networks only.
  • Apply vendor or distribution updates when available.
  • Track GNU Inetutils commits and distro advisories for fixed package availability.

Validation and detection

  • Identify hosts with GNU Inetutils installed.
  • Confirm whether telnetd is enabled and network-reachable.
  • Compare installed package versions against vendor advisories.
  • Review exposure from internet and untrusted internal networks.
  • Verify remediation by confirming telnetd is disabled or updated.
Prepared
Reviewed
Confidence
medium
Sources
10

Michael Williams reviewed this cited source version on .

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-88: Command execution behavior lookup

Command injection weaknesses can lead defenders to review execution techniques and command interpreter telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

Credential and access behavior lookup

The CVE wording references authentication or credential exposure, so valid-account and credential-access review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2026-24061 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Critical
CVSS
9.8 (3.1)
Known Exploited
Yes
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
12Source links

CISA KEV status

Status
Known exploited
Source
CISA / ADP
Date added
Not provided

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
9.8CVSS 3.1CriticalCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H3.95.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

9.8Critical
CVSS 3.1 vector shape for CVE-2026-24061Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
GNUInetutils1.9.3unknown
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-88 · source CWE mapping

Improper Neutralization of Argument Delimiters in a Command ('Argument Injection')

Improper Neutralization of Argument Delimiters in a Command ('Argument Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.