CVE-2011-4613
X.Org X Server - Local Access Restriction Bypass via TTY Verification Flaw
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2011-4613. PoCs published by vladz.
AI-analyzed exploit summary This exploit leverages a race condition in Xorg (CVE-2011-4029 and CVE-2011-4613) to change file permissions on arbitrary files, such as /etc/shadow, by manipulating symlinks and process signals. It uses inotify to monitor file creation and SIGSTOP/SIGCONT to pause and resume the Xorg process at a critical moment.
Description
The X.Org X wrapper (xserver-wrapper.c) in Debian GNU/Linux and Ubuntu Linux does not properly verify the TTY of a user who is starting X, which allows local users to bypass intended access restrictions by associating stdin with a file that is misinterpreted as the console TTY.
Exploits (1)
This exploit leverages a race condition in Xorg (CVE-2011-4029 and CVE-2011-4613) to change file permissions on arbitrary files, such as /etc/shadow, by manipulating symlinks and process signals. It uses inotify to monitor file creation and SIGSTOP/SIGCONT to pause and resume the Xorg process at a critical moment.