Q-068: 'xpdf' Vulnerability [rev. 3]


 
Thread Tools Search this Thread
Special Forums Cybersecurity Security Advisories (RSS) Q-068: 'xpdf' Vulnerability [rev. 3]
# 1  
Old 12-24-2007
Q-068: 'xpdf' Vulnerability [rev. 3]

CIAC Bulletin Q-068 is revised to add a link to SGI Security Update #53,Patch 10258 for SGI ProPack 3 Service Pack 6, addressing this vulnerability.


More...
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. UNIX and Linux Applications

pass an xpdf display from red hat server to windows ssh workstation

I have a UniVerse database running on a Red Hat EL3 server. If I am on the server console my software can call xpdf giving the name of a target file and it displays very nicely on the console. I have not been able to figure out how to get the display to happen on any of the Windows XP workstations.... (5 Replies)
Discussion started by: dale kelley
5 Replies

2. IP Networking

ddns-rev-domainname being created wrong.

Greetings all, I have been battling with this problem for some time now, and I am not sure if I am just not seeing the obvious anymore or have made a stupid mistake, but I just can seem to get the reverse address in my network to run the right way. Short description of my network: I have a... (3 Replies)
Discussion started by: Adesso
3 Replies

3. UNIX for Dummies Questions & Answers

ROM Rev upgrade?

hi all, I have a sparc5 with ROM Rev 2.15. Is it possible to upgrade to a higher rev? Thanks in advance. (1 Reply)
Discussion started by: andrec
1 Replies
Login or Register to Ask a Question
rev(1)								   User Commands							    rev(1)

NAME
rev - reverse the characters or lines of one or more files SYNOPSIS
/usr/bin/rev [-l] [file ...] DESCRIPTION
rev copies one or more files to standard output, reversing the order of characters on every line of the file. OPTIONS
The following options are supported: -l Reverse the order of the lines of the file, instead of characters. --line OPERANDS
The following operands are supported: file Specifies the name of the file to use as input. If file is not specified, or if file is a -, rev copies from standard input starting at the current offset. EXIT STATUS
The following exit values are returned: 0 All files copied successfully. >0 One or more files did not copy. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsu | +-----------------------------+-----------------------------+ |CSI |Enabled | +-----------------------------+-----------------------------+ |Interface Stability |Committed | +-----------------------------+-----------------------------+ SEE ALSO
cat(1), ksh93(1)tail(1), attributes(5) SunOS 5.11 27 Jan 2009 rev(1)