S-075: Vulnerability in Macrovision Driver


 
Thread Tools Search this Thread
Special Forums Cybersecurity Security Advisories (RSS) S-075: Vulnerability in Macrovision Driver
# 1  
Old 12-24-2007
S-075: Vulnerability in Macrovision Driver

A local elevation of privilege vulnerability exists in the way that the Macrovision driver incorrectly handles configuration parameters. The risk is MEDIUM. Local elevation of privilege.


More...
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Hardware

Difference between platform driver,codec driver and Machine driver

In general terms what are the differences platform driver,codec driver and Machine driver? (1 Reply)
Discussion started by: rupeshkp728
1 Replies

2. UNIX for Dummies Questions & Answers

boot option Available partitions 0b00 1048575 sr0 driver:sr 0800 488386584 sda driver:sd

Help, suspect hacked via serial or electric! any ideas on error "Pid:1, comm:swapper Tainted:G W 2.6.35-22 generic #33 -unbutu device = "(null)" or unknown-blocklist(8.1) please append a correct "root"boot option Available partitions 0b00 1048575 sr0 driver:sr 0800 488386584 sda driver:sd. Thanks... (3 Replies)
Discussion started by: kryclear
3 Replies

3. Solaris

SUNWglmr -- rasctrl environment monitoring driver for i2c or SCSI device driver ?

I've been researching minimizeing Solaris 8 and found that on the web page http://www.sun.com/bigadmin/content/packagelist/s8u7PkgList/p2.html the package SUNWglmr is listed as "rasctrl environment monitoring driver for i2c, (Root) (32-bit)" while in the document "Solaris 8 minimize-updt1.pdf"... (1 Reply)
Discussion started by: roygoodwin
1 Replies

4. Post Here to Contact Site Administrators and Moderators

To Driver

Driver, Are you an admin? I got banned from the board two times! Is this authorized? (13 Replies)
Discussion started by: Computekwes
13 Replies
Login or Register to Ask a Question
gdal_contour(1) 					      General Commands Manual						   gdal_contour(1)

NAME
gdal_contour - gdal_contour builds vector contour lines from a raster elevation model SYNOPSIS
Usage: gdal_contour [-b <band>] [-a <attribute_name>] [-3d] [-inodata] [-snodata n] [-f <formatname>] [-i <interval>] [-off <offset>] [-fl <level> <level>...] [-nln <outlayername>] <src_filename> <dst_filename> DESCRIPTION
This program generates a vector contour file from the input raster elevation model (DEM). Starting from version 1.7 the contour line-strings will be oriented consistently. The high side will be on the right, i.e. a line string goes clockwise around a top. -b band: picks a particular band to get the DEM from. Defaults to band 1. -a name: provides a name for the attribute in which to put the elevation. If not provided no elevation attribute is attached. -3d: Force production of 3D vectors instead of 2D. Includes elevation at every vertex. -inodata: Ignore any nodata value implied in the dataset - treat all values as valid. -snodata value: Input pixel value to treat as 'nodata'. -f format: create output in a particular format, default is shapefiles. -i interval: elevation interval between contours. -off offset: Offset from zero relative to which to interpret intervals. -fl level: Name one or more 'fixed levels' to extract. -nln outlayername: Provide a name for the output vector layer. Defaults to 'contour'. EXAMPLE
This would create 10meter contours from the DEM data in dem.tif and produce a shapefile in contour.shp/shx/dbf with the contour elevations in the 'elev' attribute. gdal_contour -a elev dem.tif contour.shp -i 10.0 AUTHORS
Frank Warmerdam warmerdam@pobox.com, Silke Reimer silke@intevation.de GDAL
Tue Sep 18 2012 gdal_contour(1)