4.6
CVSSv2

CVE-2006-5556

Published: 27/10/2006 Updated: 19/10/2017
CVSS v2 Base Score: 4.6 | Impact Score: 6.4 | Exploitability Score: 3.9
VMScore: 465
Vector: AV:L/AC:L/Au:N/C:P/I:P/A:P

Vulnerability Summary

Buffer overflow in the localtime_r function, and certain other functions, in libc in HP-UX B.11.11 and possibly other versions allows local users to execute arbitrary code via a long TZ environment variable.

Vulnerable Product Search on Vulmon Subscribe to Product

hp hp-ux 11.11

hp hp-ux 11.4

hp hp-ux 11.00

Exploits

/* HP-UX libc timezone environment overflow exploit * ================================================ * HP-UX libc contains an exploitable stack overflow * in the handling of "TZ" environment variable The * problem occurs due to insufficient bounds checking * in the localtime_r() and related functions Any suid * or sgid program which uses ...