Vulnerability 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.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
FAQ
What is CVE-2026-58093?
CVE-2026-58093 is a vulnerability with a CVSS score of 7.0 (HIGH). 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 t...
How severe is CVE-2026-58093?
CVE-2026-58093 has been rated HIGH with a CVSS base score of 7.0/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-58093?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.