2.1
CVSSv2

CVE-2007-0805

Published: 07/02/2007 Updated: 16/10/2018
CVSS v2 Base Score: 2.1 | Impact Score: 2.9 | Exploitability Score: 3.9
VMScore: 215
Vector: AV:L/AC:L/Au:N/C:P/I:N/A:N

Vulnerability Summary

The ps (/usr/ucb/ps) command on HP Tru64 UNIX 5.1 1885 allows local users to obtain sensitive information, including environment variables of arbitrary processes, via the "auxewww" argument, a similar issue to CVE-1999-1587.

Vulnerable Product Search on Vulmon Subscribe to Product

hp tru64 5.1

Exploits

#!/bin/ksh # # osf1tru64psksh exploit # Tested on OSF1 V51 1885 alpha # # ps executable - information leak # # Author: Andrea "bunker" Purificato # rawlabmindcreationscom # # the "ps" command (also /usr/ucb/ps) on HP OSF1 v51 Alpha, # developed without an eye to security, allows unprivileged users to see # values of all process ...