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
Firefox JavaScript Reentrant Vulnerability
Two Hackers at the ToorCon hacker conference demonstrated a flaw in Firefox that could lead to arbitrary code execution. The problem is with how Firefox implements JavaScript. Easy mitigation step, see below. (Updates: Proof of Concept code posted... The two hackers may have overstated the problem.)

If you just want the skinny on the Firefox vulnerability click here. We're starting off with a little background on Javascript. See important Updates below.

We've said it many times before, the Internet is not a safe place, diligence is key. Though we feel that Firefox is more secure than Internet Explorer this is large part due to the lack of ActiveX support. But there are many other avenues to attack the web browser other than ActiveX. One of those is Javascript. Javascript is a interpreted programming language that works on the client side of the connection (as opposed to the server side). When your web browser loads a web page and sees Javascript on the page it interprets the code and does what its told to do. This sounds inherently dangerous since you have no control over what may be hidden in the HTML of some web page. But Javascript was written from the ground up to run within the confines of the web browser and as such its powers are limited. Most often used for simple tasks such as mouse rollovers (eg; changing a graphic when you highlight a button, or changing a text color when you float the cursor over the text) or validating form input. It is also often used in flyout style menus. It is usually harmless.

But the bad guys have figured out ways to use it maliciously. One such use is in Cross-Site Scripting (XSS) where Javascript is fed through some site's form entry (etc) that will echo it back to the user. When this is done it appears that whatever the Javascript did in the browser actually came from the website. So when you think you are entering your pin number on the banks site you may actually be entering it on the phishing / hackers site (there are other malicious uses for XSS as well). XSS vulnerable sites are everywhere. This author went hunting for them and found 2 major media sites that are vulnerable in less than 20 minutes.

Because Javascript must be interpreted by the browser to do things any oversight on the part of the browser programmers could be disastrous. A simple example would be Javascript used to load an image, if that routine could instead be used to load a local file with parameters a hacker could use this to run commands to download and start any malicious content they wanted. This would, in affect, make Javascript as dangerous as ActiveX (ActiveX can do almost anything if you let it. Its very powerful, it can also be very dangerous if used or configured incorrectly). These type problems with Javascript are rare but have come up from time to time.

Latest Firefox JavaScript Reentrant Vulnerability: (see updates below)

Two self-professed hackers, Mischa Spiegelmock and Andrew Wbeelsoi, gave a slide show at the ToorCon hacker conference showing Firefox being exploited to run arbitrary code. According to Spiegelmock the Firefox Javascript implementation is a "complete mess," and "is impossible to patch." Of course this this comes from a couple of hackers who's presentation was described on ToorCon as "New ways of getting your load onto your quivering victim's stack Reaching into the hearts and minds (also the genitals) of users" and comments in the slide presentation like "Hahahahahahaha stick that in your pipes and smoke it Firefox fanboys!". According to people who saw the presentation it appeared to show enough to figure out how to recreate the exploit. So far the vulnerability has not been confirmed and it is possible this is all a ruse or greatly exaggerated. But the folks at Mozilla seem to have seen enough to be taking this serious.

Of course this could also be the real deal. If that is the case Firefox has a very potent vulnerability just waiting to be exploited. Javascript can often be loaded in to bulletin board posts and blogs so random surfing would not be safe. Of course it can also be used in targeted attacks via eMail links, or loaded on to compromised web servers. It will be imperative that this get fixed quickly. If you are using a pre-1.5 version of Firefox and don't want to upgrade you should install the NoScript Extension (see below) immediately. Firefox 1.5x will be updated to fix this problem, previous versions will not.

The vulnerability as presented could lead to running arbitrary executable code within the security context of the user. In other words make Firefox install whatever the bad guys want installed assuming your login has the rights to install software.

Mitigation:
  • If you run Firefox you should immediately install the NoScript Extension. This script will prompt you when a page tries to run Javascript and give you the option to let it run. You can tell it to run just for this browser session or you can whitelist the site so that it always runs Javascript from that site. Some sites are very dependent on Javascript and won't show you anything without it. Some sites display nicely without it. We recommend whitelisting sites you visit often. Unless you do you'll never know what content you're missing out on. Some of the content might load using standard HTML, other content might load using JavaScript. For instance this site uses Javascript in several of the sidebar boxes.
  • You could use Internet Explorer since it is not vulnerable to this particular bug. But it currently has several unpatched vulnerabilities of its own. Since it still commands about 75-80% of the browser market hackers often target its vulnerabilities harder than those in Firefox (besides their is a "stick it to the man" mentality in attacking MS).


References:


Updates:
  • If you can't trust a couple of hackers who can you trust!! Quotes from Mozilla's interview with one of the two hackers that gave the presentation: "The main purpose of our talk was to be humorous." "I personally have not gotten it to result in code execution, nor do I know of anyone who has." The PoC can lead to a browser crash. They also admitted to not having "30 undisclosed Firefox vulnerabilities".
  • Proof of Concept code has been posted on the web. Now its only a matter of time before this vulnerability is exploited in the wild.


Vulnerable - Windows, Mac, Linux. Apparently all versions of Firefox.

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 Monday 02 October 2006 - 04:13:29 | 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

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.