Wednesday, January 10th, 2007...8:28 am...by:
Another Adobe Acrobat Reader Vulnerability
According to Adobe’s Security Advisory site there is another error with the Adobe Acrobat Reader program.
For those of you that do not know, when you visit a web site and click on a PDF file link to open it, this is the program that opens that PDF file right in your web browser.
The error is in the actual program itself, which lives on your computer. There is a flaw in the code that leaves you open to possible attack and it is to that fact that Adobe is alerting everyone.
Additionally, this newest error (which is different from the Acrobat error announced last week) has been give Adobe’s highest rating of “critical”. According to Adobe, this is the definition of a critical error:
A vulnerability, which, if exploited would allow malicious native-code to execute, potentially without a user being aware.
They are recommending that you upgrade to the latest version of Adobe Acrobat Reader
OR (not recommended by Adobe ;))
Switch to Brava! PDF reader. This is the one that I use for several reasons and now I have one more reason ;).
If you are a webmaster and want to protect visitors to your website who may click-to-open PDF files that you are publishing, there are some things you can do also.
For IIS 6.0 servers:
- Open the Internet Information Services Manager.
- Locate the folder containing PDFs under your Web site.
- Right-click the folder and select Properties.
- Select the HTTP Headers tab.
- Click the MIME Types… button.
- Click the New… button to create a new MIME type.
- Enter pdf for the Extension and application/octect-stream for MIME type.
- Click ok.
- Click ok.
- Click ok to apply the changes.
For Apache 2.2.3 Servers
Use mod_mime and AddType or mod_rewrite
- Open httpd.conf
- Locate the
section - Insert AddType applaction/octect-stream .pdf
- Close and Save httpd.conf
- Restart the Apache Service
If you are not comfortable with the above steps, do not attempt them. Alternatively, if you are with a managed host provider, contact them and see if they have taken these steps (probably they have not ;)).
- Adobe Acrobat Reader Vulnerability According to CNet, an error has been discovered the Adobe...
- Adobe Reads Our Blog Evidently, someone at Adobe reads our blog. Yesterday, I posted...
- Adobe Flash Player Clickjacking Vulnerability The recently reported clickjacking vulnerability affecting Adobe Flash Player could...
- New PDF Viewing Software Mmmmmm... we love free software. Actually, we love anything free,...
- Adobe PDF Flaw A hacker has discovered a flaw with Adobe PDF. If...
























1 Comment
January 10th, 2007 at 3:43 pm
Thanks Anthony for posting . will be giving Brava PDF reader a try now ..
Leave a Reply