SEPTEMBER 18, 2026
Live Feed
Back to database
Case File

CVE-2026-58093

HIGH · CVSS 7 EPSS 0.09% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-26 · Last synced 2026-09-18

CyberRota Analysis

AI-Generated

The vulnerability arises from a race condition in the TIOCSCTTY ioctl handler, which improperly manages terminal state validation during lock acquisition. This flaw allows an unprivileged local user to potentially escalate their privileges by linking a terminal that is in the process of being destroyed to their session. Organizations with systems utilizing this ioctl handler should prioritize addressing this issue to mitigate the risk of local privilege escalation.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
exploit

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-58093
Severity
HIGH
CVSS
7
EPSS
0.09%

Original NVD Description

The TIOCSCTTY ioctl handler drops the tty lock in order to acquire the process tree lock. After reacquiring the tty lock, the handler did not revalidate the state of the terminal, and could proceed to link a terminal that was concurrently being destroyed to the calling process' session. An unprivileged local user can exploit this race condition to escalate privileges.