6.9
CVSSv2

CVE-2007-4004

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

Buffer overflow in the ftp client in IBM AIX 5.3 SP6 and 5.2.0 allows local users to execute arbitrary code via unspecified vectors that trigger the overflow in a gets function call. NOTE: the client is setuid root on AIX, so this issue crosses privilege boundaries.

Vulnerable Product Search on Vulmon Subscribe to Product

ibm aix 5.3

ibm aix 5.2.0

Exploits

/* 07/2007: public release * IBM AIX <= 53 sp6 * * AIX ftp Local Root Exploit * By qaaz */ #include <stdioh> #include <stdlibh> #include <stringh> #include <unistdh> #include <sys/waith> #include <sys/selecth> #define TARGET "/usr/bin/ftp" #define OVERLEN 300 #define MAX(x,y) ((x) > (y) ? ( ...