Vulnerability in Red Hat Enterprise Linux 10
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.
Published · last modified .
CVSS v3 metric
CVSS v3 base score 7.8 (High). Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H.
EPSS exploit prediction
EPSS: 0.002 (4.1th percentile), scored .
Very low probability of exploitation in the next 30 days; routine patching cadence is appropriate. 4th percentile — 4.1% of CVEs in the catalogue have a lower EPSS than this one. How to read EPSS.
EPSS over last 30 days · oldest: 0.001 · newest: 0.002 · change: +0.001
Affected products
Weakness classification (CWE)
References
- access.redhat.com/security/cve/CVE-2026-72693 (vdb-entry)
- bugzilla.redhat.com/show_bug.cgi (issue-tracking)
- access.redhat.com/errata/RHSA-2026:41136 (vendor-advisory)
- access.redhat.com/errata/RHSA-2026:57597 (vendor-advisory)
- access.redhat.com/errata/RHSA-2026:57610 (vendor-advisory)
- access.redhat.com/errata/RHSA-2026:60440 (vendor-advisory)
- access.redhat.com/errata/RHSA-2026:66357 (vendor-advisory)
Frequently asked questions
- What is CVE-2026-72693?
- CVE-2026-72693 is a high-severity vulnerability in Red Hat Enterprise Linux 10, classified under Improper Access Control. CVSS score: 7.8/10. Published 2026-08-11.
- How severe is CVE-2026-72693?
- High severity. CVSS v3 base score is 7.8 out of 10.