S-229: Windows Vista Vulnerability


 
Thread Tools Search this Thread
Special Forums Cybersecurity Security Advisories (RSS) S-229: Windows Vista Vulnerability
# 1  
Old 03-27-2008
S-229: Windows Vista Vulnerability

Windows Vista fails to properly handle the NoDriveTypeAutoRun registry value, which may prevent Vista from effectively disabling AutoRun and AutoPlay features. The risk is MEDIUM. Windows VIsta may have some AutoPlay enabled, even though the Group Policy Editor and associated registry values indicate otherwise. This may allow an attacker to cause a user to inadvertently execute arbitrary code on a removable device, such as a USB drive.


More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
vinvert(1Vi)															      vinvert(1Vi)

NAME
vinvert - invert image pixel values SYNOPSIS
vinvert [option ...] [infile] [outfile] DESCRIPTION
vinvert inverts each input image to produce a corresponding output image. The operation is suitable for swapping black and white in a grey- scale image. Each output pixel is computed from the corresponding input pixel by out-pixel = M - in-pixel where M is the maximum value allowed by the pixel representation, or 1 in the case of float or double pixels. Input pixel values must lie in the range [0,M]. Each output image has the same number of bands, rows and columns, and the same pixel representation, as the corresponding input image. COMMAND LINE OPTIONS
vinvert accepts the following options: -help Prints a message describing options. -in infile Specifies a Vista data file containing the input images. -out outfile Specifies where to write the output images as a Vista data file. Input and output files can be specified on the command line or allowed to default to the standard input and output streams. SEE ALSO
vnegate(1Vi), vop(1Vi), VImage(3Vi), Vista(7Vi) AUTHOR
Art Pope <pope@cs.ubc.ca> Vista Version 1.12 24 April 1993 vinvert(1Vi)