← Back to CVE List
Vulnerability Intelligence Report
Kbd: local privilege escalation in openvt via incorrect process owner verification allowing passwordless root login

CVE-2026-72693

`openvt -u` is intended to identify the owner of the current VT and then execute `login` as that user from a privileged context. In the documented `kbrequest`/init usage, the ownership test in `authenticate_user()` relies on `stat("/proc/<pid>/fd/0")`. `stat()` on `/proc/<pid>/fd/0` follows the symlink to the underlying TTY device node. As a result, `buf.st_uid` reflects the owner of the TTY node rather than the owner of the process holding the file descriptor. If the TTY owner returns to `root` or the getty owner after logout while an unprivileged process still has `fd 0` attached to that TTY, the check can incorrectly treat that process as belonging to the privileged console owner. Once that check succeeds, the `-u` path executes a passwordless login as the selected user. In the documented `kbrequest`/init deployment using `openvt -us`, this can result in passwordless `login -f root` on the spawned VT. This report establishes that privilege escalation path for that documented deployment; it does not claim equivalent reachability for deployments that do not use `openvt -u` from a privileged `kbrequest`/init path.

No Active Exploit Signals
CVSS Base Score
7.8
HIGH
Exploitability:1.9
Impact Score:5.9
EPSS Probability:0.11%
Executive Threat Verdict
Evaluating...
Evaluating Threat Landscape...
Assessing known weaponization, exploitation telemetry, and federal advisories.
Attack Surface
—
Authentication
—
Weaponization
—
SSVC Action
—

Weaknesses (CWE)

CWE-284 ↗Improper Access Control

Affected Products & Versions

Vendor Product Affected Versions
Red Hat Red Hat Enterprise Linux 10 0:2.6.4-8.el10_2 < * (unaffected)
Red Hat Red Hat Enterprise Linux 9 0:2.4.0-12.el9_8 < * (unaffected)
Red Hat Red Hat OpenShift Container Platform 4.22 4.22.9.8.202608251819-0 < * (unaffected)
Red Hat Red Hat OpenShift Container Platform 4.22 4.22.9.8.202609081748-0 < * (unaffected)
Red Hat Red Hat Hardened Images 2.10.0-2.hum1 < * (unaffected)
Red Hat Red Hat Enterprise Linux 6 all
Red Hat Red Hat Enterprise Linux 7 all
Red Hat Red Hat Enterprise Linux 8 all
Red Hat Red Hat OpenShift Container Platform 4 all

References & Technical Advisories

No reference links found.

Threat Intelligence Signals

EPSS Score
0.107%

Identity & Timeline

StatusPUBLISHED
Assigning AuthorityRed Hat, Inc. · Vendor · USA
Reserved2026-08-10T12:35:16
Published2026-08-11T08:39:24
Patch Date2026-08-11
Last Updated2026-09-15T11:37:24

LINK COPIED TO CLIPBOARD