NIST Site Search
Google
Web NIST.org
NIST.gov
Product Research

Advertise on this site
Headlines

»Excel Invalid Object
A remote code execution vulnerability exists within Microsoft Excel which may allow for a remote att ...
»Adobe PDF Buffer Overflow
A vulnerability exists within Adobe Acrobat that allows an attacker to execute arbitrary code on a v ...
»Creative Software AutoUpdate Engine ActiveX stack buffer overflow
The Creative Software AutoUpdate Engine ActiveX control is a component that provides automatic updat ...
»Internet Connection Sharing DoS
A denial of service vulnerability exists within the Internet Connection Sharing service in Microsoft ...
»RPC Memory Exhaustion
The three referenced exploits take advantage of an inherent problem in RPC, in which an attacker get ...


Date published: Mon, 8 Feb 2010 23:38:00 PST
Details

»News: Twitter attacker had proper credentials
Twitter attacker had proper credentials
»News: PhotoDNA scans images for child abuse
PhotoDNA scans images for child abuse
»News: Conficker data highlights infected networks
Conficker data highlights infected networks

>> Advertisement <<
Can you ...
»News: Popular apps need better patching, says report
Popular apps need better patching, says report
»Brief: Google offers bounty on browser bugs
Google offers bounty on browser bugs


Date published: not known
Details

»Releases.mozilla.org SSL and Manual Update Fail
I did a presentation at the DefCon Comedy Jam about how users manually validate updates for Firefox ...
»Accuracy and Time Costs of Web Application Security Scanner Report
Larry Suto is back with another report outlining the differences between some of the top web applica ...
»Large List of RFIs (1000+)
I started on this project over a year ago, and then I stopped, and then I started it again, and then ...
»Micro PHP LFI Backdoor
I’ve been playing around a lot more with LFI attacks, because I think they’re more preva ...
»JavaScript Embedded in Homepage Links in Firefox
So after the last post I was messing around a bit with the way the homepage functionality works in F ...
»Quicky Firefox Bookmarklet Backdoor
Every once in a while I see someone who really should know better leaving their desktop unattended. ...


Date published: not known
Details

»Oracle Releases Security Alert for WebLogic Server Vulnerability
»Microsoft Releases Advance Notification for February Security Bulletin
»Apple Releases iPhone OS 3.1.3 and iPhone OS 3.1.3 for iPod touch
»Microsoft Releases Security Advisory 980088
»Cisco Releases Security Advisory for Unified MeetingPlace
»Google Releases Chrome 4.0.249.78
»RealNetworks, Inc. Releases Updates to Address Vulnerabilities
»Microsoft Releases Cumulative Security Update for Internet Explorer
»Apple Releases Security Update 2010-001
»Adobe Releases Shockwave Player Update


Date published: not known
Details

»T-303: Apple Safari 4.0.4 Denial of Service
T-303: Apple Safari 4.0.4 Denial of Service
»T-302: Red Hat Linux Kernel Routing Implementation Multiple Remote Denial of Service Vulnerabilities
T-302: Red Hat Linux Kernel Routing Implementation Multiple Remote Denial of Service Vulnerabilities
»T-301: Citrix XenServer Authentication Bypass Vulnerability
T-301: Citrix XenServer Authentication Bypass Vulnerability
»T-300: lighttpd Slow Request Handling Remote Denial of Service Vulnerability
T-300: lighttpd Slow Request Handling Remote Denial of Service Vulnerability
»T-299: Multiple Sun Java Vulnerabilities
T-299: Multiple Sun Java Vulnerabilities
»T-298: Samba setuid 'mount.cifs' Verbose Option Information Disclosure Vulnerability
T-298: Samba setuid 'mount.cifs' Verbose Option Information Disclosure Vulnerability
»T-297: Multiple Vendor HTML Form Protocol Vulnerability
T-297: Multiple Vendor HTML Form Protocol Vulnerability
»T-296: Cisco Security Advisory: Multiple Vulnerabilities in Cisco Unified MeetingPlace
T-296: Cisco Security Advisory: Multiple Vulnerabilities in Cisco Unified MeetingPlace
»T-295: Joomla! JBDiary Component Multiple SQL Injection Vulnerabilities
T-295: Joomla! JBDiary Component Multiple SQL Injection Vulnerabilities
»T-294: Microsoft Internet Explorer URI Validation Remote Code Execution Vulnerability
T-294: Microsoft Internet Explorer URI Validation Remote Code Execution Vulnerability
»T-293: Windows Kernel #GP Trap Handler Flaw Lets Local Users Gain Elevated Privileges
T-293: Windows Kernel #GP Trap Handler Flaw Lets Local Users Gain Elevated Privileges
»T-292: Internet Explorer CVE-2010-0249 Remote Code Execution Vulnerability
T-292: Internet Explorer CVE-2010-0249 Remote Code Execution Vulnerability
»T-291: Expat UTF-8 Character XML Parsing Remote Denial of Service Vulnerability
T-291: Expat UTF-8 Character XML Parsing Remote Denial of Service Vulnerability
»T-290: Net-SNMP 'snmpUDPDomain.c' Remote Information Disclosure Vulnerability
T-290: Net-SNMP 'snmpUDPDomain.c' Remote Information Disclosure Vulnerability
»T-289: HP StorageWorks Products Remote Management Interface Privilege Escalation Vulnerability
T-289: HP StorageWorks Products Remote Management Interface Privilege Escalation Vulnerability


Date published: not known
Details

»February issue of VB published
The February issue of Virus Bulletin is now available for subscribers to download.
»EU report suggests 95% of email is spam
Less than five per cent of all SMTP connections result in an email being delivered into a user's inb ...
»January issue of VB published
The January issue of Virus Bulletin is now available for subscribers to download.
»Project Honey Pot 'celebrates' billionth spam message
Facebook about to become most phished organization.
»Botnets becoming more robust
Zeus botnet used Amazon's in-the-cloud service to control bots.
»IE zero-day bug fixed in Patch Tuesday updates
Serious browser bug main feature of monthly alerts, Adobe Flash issue also patched.


Date published: not known
Details

»Researchers Develop Code That Stops Local Scanning Worms
In tests, algorithm was an efficient estimator of worm virulence and could determine the size of the ...
»Hacker Unleashes BlackBerry Spyware Source Code
Proof-of-concept demonstrates ease at which mobile spyware can be created to pilfer text messages an ...
»Product Watch: New Tool Automatically Examines Suspicious Code In Memory
HBGary Responder Professional 2.0 analyzed malware behavior in the Operation Aurora in five minutes ...
»'Rugged' Initiative Brings Secure Software Development To The Masses
Rugged Software Development initiative an 'on-ramp' for all types of programmers to write resilient ...
»Database Account-Provisioning Errors A Major Cause Of Breaches
Database accounts are often managed manually -- if at all


Date published: not known
Details
Acrobat Reader Browser Plug-in has a huge XSS vulnerability.
Let's get straight to the point, this vulnerability should not be taken lightly. People I know, and in some cases fear, are worried about this. If you have the Adobe Acrobat Reader browser plug-in installed nearly any website that contains a PDF file can now be exploited for Cross-site Scripting (XSS). (UPDATES below)

The bottom line? If yourlocalbank.com hosts a PDF file (and most do) and you have the Acrobat Reader browser plug-in installed (and a lot of people do) and you click on a specially crafted link to the yourlocalbank.com PDF file then someone can steal your login credentials and take care of your online banking for you. Or the bad guy can create fake pages for phishing attacks that appear to be from legitimate sites and collect credit card information that way (for more information see our XSS article). CNET gives a couple of good attack scenarios.

How? Its actually a very easy vulnerability to exploit and hackers everywhere are kicking themselves for not finding it sooner. Normally we don't post "how to" information but this is being posted everywhere and needs no complicated explanation. Simply append the Javascript to the end of the PDF as such:
  • http://somedomain.com/pdffile.pdf#blah=javascript:alert(“XSS”);

The Javascript can be anything and we've already seen malicious examples, including examples that can run executables. Here are some harmless examples from Dischant.ch:

Mitigation? Until Adobe releases an update the choices aren't very nice. Either uninstall the Acrobat Reader or use Firefox and use the NoScript plugin (see our instructions).

UPDATES:
  • There are reports that the latest Acrobat Reader 8.0 patch may have fixed the problem. Adobe was notified of the issue in advance of public release of the vulnerability. You can download the latest version from Adobe.
  • 1/4/2007 - Because of the way Internet Explorer interfaces with the Acrobat Reader it apparently does not run the JavaScript correctly. IE7 apparently displays a network error and won't display the PDF or run the JavaScript, IE6 seems to simply ignore JavaScript completely. Firefox and Opera are attack vectors and users of these browsers should take precautions (ie; in Firefox use the NoScript plugin).
  • 1/4/2007 - Webmasters can prevent PDF files hosted on their systems from being used in XSS attacks by changing the MIME-type of the PDF extension to something non-existent. This will force the web browser to prompt the user to download the PDF file rather than view it within the browser. This will prevent your site from being used in phishing schemes, session hijacking, password theft, etc. Most people simply do not update their 3rd party applications so this might be best way to handle the issue. Financial institutions should definitely consider doing this.


As we've said before everyone needs to get a lot better at updating 3rd party applications, not just the OS and the web browser. A lot of people have plugins installed such as the Acrobat Reader, Flash, Quicktime, etc. All of these can have nasty vulnerabilities.

Quotes:
This is really sort of insane. Like you said, it’s simple, but nasty. Now its not really a question of ‘where’s the useful XSS vuln on target site?’ its more ‘oh hey they’ve got a PDF file… now just how do I want to use this againt them?’. This opens so many doors to exploitation, it’s not really even funny… Drive-by credential theft is the one that comes to mind first…
--- comment at ha.ckers.org



Share or Bookmark this Article Using:
| furl | reddit | del.icio.us | magnoliacom | digg | newsvine | stumble it |



Google
WebNIST.org
NIST.govSecurityFocus.com



Posted by NIST.org on Wednesday 03 January 2007 - 20:31:17 | Read/Post Comment: 0 |LAN_EMAIL_7 printer friendly
Translate to: French German Italian Spanish Portuguese GTM_LAN_DUTCH Russian Chinese Arabic Korean English
Google Ads




NIST Site Menu
·Home

NIST Security Books
NIST IT Security Books

NIST.org Security Bookstore
Current Security News
 
SANS Internet Storm Center, InfoCON: green

» Infocon: green

» Oracle has an unscheduled security alert and patch for CVE-2010-0073. The issue affects WebLogic Server and is remotely exploitable. Details and patch are here http://www.oracle.com/technology/deploy/security/alerts/alert-cve-2010-0073.html, (Tue, Feb 9th)
[08 Feb 2010 05:43pm]

» When is a 0day not a 0day? Samba symlink bad default config, (Tue, Feb 9th)
[08 Feb 2010 05:23pm]

» When is a 0day not a 0day? Fake OpenSSh exploit, again. , (Mon, Feb 8th)
[08 Feb 2010 07:58am]

» Mandiant Mtrends Report, (Sun, Feb 7th)
[07 Feb 2010 07:56am]

» LANDesk Management Gateway Vulnerability, (Sat, Feb 6th)
[06 Feb 2010 01:30pm]

» tweaked ISC layout. Please submit screen shot and browser details if things don't look right., (Sat, Feb 6th)
[05 Feb 2010 07:04pm]

» Oracle WebLogic Server Security Alert, (Sat, Feb 6th)
[05 Feb 2010 06:17pm]

» New version of Andreas Schuster's Evtx Parser released http://computer.forensikblog.de/en/2010/02/evtx_parser_1_0_2.html, (Sat, Feb 6th)
[05 Feb 2010 05:32pm]

» Memory Analysis - time to move beyond XP, (Fri, Feb 5th)
[05 Feb 2010 05:23pm]

***
CNET News.com

» Verizon temporarily blocks some 4chan sites
[08 Feb 2010 11:46am]

» Security software maker Vitamin D exits beta
[08 Feb 2010 10:12am]

» China breaks up Black Hawk hacking ring
[08 Feb 2010 09:51am]

» PCI compliance: What it is and why it matters (Q&A)
[08 Feb 2010 05:00am]

» New UI, features highlight McAfee 2010 suites
[07 Feb 2010 10:00pm]

» BlackBerry has spyware risk too, researcher says
[07 Feb 2010 10:00am]

» Mozilla yanks infected add-ons, warns users
[05 Feb 2010 02:31pm]

» Caught on tape: Pastry thief and a bad dog walker
[05 Feb 2010 05:00am]

» DOJ not pleased with latest Google Book agreement
[04 Feb 2010 05:56pm]

» Microsoft to patch 26 holes in Windows, Office
[04 Feb 2010 01:33pm]

» U.S. House passes cybersecurity research bill
[04 Feb 2010 01:07pm]

» Air Force taps IBM for secure cloud
[04 Feb 2010 11:58am]

» Billions to be spent on smart-grid cybersecurity
[04 Feb 2010 11:05am]

» Report: Google, NSA talk defense partnership
[04 Feb 2010 12:45am]

» Microsoft investigates new Internet Explorer flaw
[03 Feb 2010 03:58pm]

***
Computerworld Security News

» Poughkeepsie, N.Y., slams bank for $378,000 online theft
[08 Feb 2010 01:52pm]

» Adobe apologizes for 16-month-old Flash bug
[08 Feb 2010 12:47pm]

» PC Maintenance: What Tasks When?
[08 Feb 2010 11:01am]

» An open letter to my public transit company
[08 Feb 2010 10:01am]

» Why CSOs Should Care About ShmooCon
[08 Feb 2010 07:56am]

» Malwarebytes' Anti-Malware Free
[08 Feb 2010 07:47am]

» More Security News

***
GSO

» Netgear Router Hack Pt. 2 by Kenny
[01 Dec 2009 05:16pm]

» Netgear Router Hack Pt. 1 by Kenny
[01 Dec 2009 05:16pm]

***


More IT Security
News Feeds
More Sponsors

Advertise on this site
NIST - Books You Need

NIST Bookstore
RSS Feeds
Our news can be syndicated by using these rss feeds.
rss1.0
rss2.0
rdf
Add to NetVibes
Add to Bloglines
Add to NewsGator
Add to Google
Add to My Yahoo
Add to My MSN
Add to Technorati
Add to Pluckit
Add to My AOL
Subscribe in FeedLounge
Add to ProtoPage

Symantec News

NIST.org is in no way connected to the U.S. government site NIST.gov

This site is © John Herron, CISSP. All Rights Reserved.

Please visit daily to stay up to date on all your IT Security compliance issues.

http://www.nist.org -
Hosted by BlueHost. We've never had a better hosting company.