CVE-2026-72693
Last modified
CVE-2026-72693 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. `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")`. EPSS estimates a 0.10% chance of exploitation in the next 30 days.
Description
`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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Red Hat | Red Hat Enterprise Linux 10 | All versions |
| Red Hat | Red Hat Enterprise Linux 6 | All versions |
| Red Hat | Red Hat Enterprise Linux 7 | All versions |
| Red Hat | Red Hat Enterprise Linux 8 | All versions |
| Red Hat | Red Hat Enterprise Linux 9 | All versions |
| Red Hat | Red Hat Hardened Images | All versions |
| Red Hat | Red Hat OpenShift Container Platform 4 | All versions |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-72693?
How severe is CVE-2026-72693?
How do I fix CVE-2026-72693?
How Strix Helps
- Uncovering a hidden BOLA in Appsmith's snapshot logicStrix autonomously discovered a BOLA/IDOR vulnerability in Appsmith's snapshot deletion path.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-72688A missing authentication vulnerability in OpenSignLabs opens…7.5
- CVE-2026-72689A broken object-level authorization vulnerability in OpenSig…7.5
- CVE-2026-7269A vulnerability was found in SourceCodester Pharmacy Sales a…2.4
- CVE-2026-72690An improper authorization vulnerability in Attendize through…7.1
- CVE-2026-72691An authentication bypass vulnerability in OpenSignLabs opens…7.5
- CVE-2026-72692A missing authorization vulnerability in OpenSignLabs opensi…7.5
- CVE-2026-72694A flaw was found in MRTG. When the MRTG daemon is started as…7.1
- CVE-2026-7270An operator precedence bug in the kernel results in a scenar…7.8
- CVE-2026-7271A vulnerability was detected in DV0x creative-ad-agent up to…5.5
- CVE-2026-72712Nmap versions up to and including 7.99 contains a denial of …6.5
- CVE-2026-72713XAgent contains a path traversal vulnerability in the worksp…8.7
- CVE-2026-72718goose is general-purpose AI agent that runs on your machine.…7
Are you affected by CVE-2026-72693?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
