7.2
CVSSv2

CVE-2005-0263

Published: 02/05/2005 Updated: 11/07/2017
CVSS v2 Base Score: 7.2 | Impact Score: 10 | Exploitability Score: 3.9
VMScore: 725
Vector: AV:L/AC:L/Au:N/C:C/I:C/A:C

Vulnerability Summary

Buffer overflow in netpmon on AIX 5.1, 5.2, and 5.3 allows local users to execute arbitrary code via a long -O argument.

Vulnerable Product Search on Vulmon Subscribe to Product

ibm aix 5.2

ibm aix 5.3

ibm aix 5.1

Exploits

/* * * IBM AIX netpmon elevated privileges exploit * * I just wanted to play with PowerPC (Tested on 52) * * intropy (intropy <at> caughqorg) * */ #include <stdioh> #include <unistdh> #include <stdlibh> #include <stringh> #define DEBUG 1 #define BUFFERSIZE 2048 #define EGGSIZE 2048 #define NOP ...