7.2
CVSSv2

CVE-2005-2236

Published: 12/07/2005 Updated: 05/09/2008
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

Format string vulnerability in the paginit command in IBM AIX 5.3, and possibly other versions, might allow local users to execute arbitrary code via format strings in command line arguments.

Vulnerable Product Search on Vulmon Subscribe to Product

ibm aix 5.3

Exploits

/* * * IBM AIX paginit root 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 8000 #define EGGSIZE 4003 #define NOP 0x60 #define A ...