10
CVSSv2

CVE-2007-2791

Published: 22/05/2007 Updated: 29/07/2017
CVSS v2 Base Score: 10 | Impact Score: 10 | Exploitability Score: 10
VMScore: 1000
Vector: AV:N/AC:L/Au:N/C:C/I:C/A:C

Vulnerability Summary

Unspecified vulnerability in the Secure Shell (SSH) in HP Tru64 UNIX 5.1B-4 and 5.1B-3 allows remote malicious users to identify valid users via unspecified vectors, probably related to timing attacks and AuthInteractiveFailureRandomTimeout.

Vulnerable Product Search on Vulmon Subscribe to Product

hp tru64 5.1b3

hp tru64 5.1b4

Exploits

#!/usr/bin/perl use warnings; use strict; # # Remember: you need to accept ssh key first! # use Tie::File; use Fcntl 'O_RDONLY'; use Expect; use Time::HiRes qw(gettimeofday); # # tru64-sshenumpl # HP Tru64 Remote Secure Shell user enumeration exploit (CVE-2007-2791) # # Author: Andrea "bunker" Purificato # rawlabmindcreationscom # # The ...
HP Tru64 remote secure shell user enumeration exploit ...