06.26.2008

VU#923508: Microsoft Internet Explorer 6 contains a cross-domain vulnerability

Vulnerability Note VU#923508

Microsoft Internet Explorer 6 contains a cross-domain vulnerability

Overview

Microsoft Internet Explorer 6 is vulnerable to a cross-domain scripting violation, which can allow a remote, unauthenticated attacker to access the content of a web page in a different domain.

I. Description

IE uses a cross-domain security model to maintain separation between browser frames from different sources. This model is designed to prevent code in one domain from accessing data in a different domain. The Internet Security Manager Object determines in which zone or domain a URL exists and what actions can be performed. From Microsoft Security Bulletin MS03-048:

    One of the principal security functions of a browser is to ensure that browser windows that are under the control of different Web sites cannot interfere with each other or access each other's data, while allowing windows from the same site to interact with each other. To differentiate between cooperative and uncooperative browser windows, the concept of a "domain" has been created. A domain is a security boundary - any open windows within the same domain can interact with each other, but windows from different domains cannot. The cross-domain security model is the part of the security architecture that keeps windows from different domains from interfering with each other.

Internet Explorer 6 fails to properly enforce the cross-domain security model when a page location is modified through use of an object, rather than a string.





Proof-of-concept code that demonstrates this vulnerability is publicly available.

II. Impact

By convincing a user to view a specially crafted HTML document (e.g., a web page or an HTML email message), an attacker may be able to obtain access to web content in another domain. The impact is similar to that of a cross-site scripting vulnerability. For a more detailed description of the impact of cross-site scripting vulnerabilities, please see CERT Advisory CA-2000-02.

III. Solution

We are currently unaware of a practical solution to this problem. Please consider the following workarounds:

Apply an update



This vulnerability does not appear to affect Internet Explorer 7. Therefore, updating to Internet Explorer 7 may mitigate this vulnerability.



Disable Active Scripting



This vulnerability can be mitigated by disabling Active Scripting, as specified in the "Securing Your Web Browser" document.

Systems Affected

VendorStatusDate Updated
Microsoft CorporationVulnerable26-Jun-2008

References

http://www.cert.org/advisories/CA-2000-02.html



http://www.ph4nt0m.org-a.googlepages.com/PSTZine_0x02_0x04.txt

http://secunia.com/advisories/30857/

http://blogs.zdnet.com/security/?p=1348

Credit

This vulnerability was publicly disclosed by rayh4c.

This document was written by Will Dormann.

Other Information

Date Public06/18/2008
Date First Published06/26/2008 11:27:57 AM
Date Last Updated06/27/2008
CERT AdvisoryCA-2000-02
CVE Name 
US-CERT Technical Alerts 
Metric29.83
Document Revision14
06.25.2008

VU#305208: Caucho Resin vulnerable to XSS via "file" parameter to "viewfile"

Vulnerability Note VU#305208

Caucho Resin vulnerable to XSS via "file" parameter to "viewfile"

Overview

The "viewfile" command provided by Caucho Resin contains a cross-site scripting (XSS) vulnerability in the "file" parameter.

I. Description

Caucho Resin is a Java-based application server. The "viewfile" command that is provided with the Resin documentation is vulnerable to XSS via the "file" parameter.

II. Impact

A remote, unauthenticated attacker may be able to execute arbitrary script within the context of the Resin web pages.

III. Solution

Apply an update

This issue is resolved in Resin 3.0.25 and 3.1.4. Note that the vendor does not recommend including the Resin documentation on production web servers, which would prevent the vulnerable command from being exposed.




Systems Affected

VendorStatusDate Updated
Caucho TechnologyVulnerable25-Jun-2008

References



http://www.caucho.com/

http://www.caucho.com/resin/changes/changes-31.xtp#3.1.4%20-%20Dec%205,%202007

Credit

Thanks to Tomasz Kuczynski for reporting this vulnerability.

This document was written by Will Dormann.

Other Information

Date Public12/05/2007
Date First Published06/25/2008 04:50:04 PM
Date Last Updated06/25/2008
CERT Advisory 
CVE NameCVE-2008-2462
US-CERT Technical Alerts 
Metric5.94
Document Revision2
04.18.2008

VU#705529: Apple Safari WebKit fails to properly handle a crafted URL

Vulnerability Note VU#705529

Apple Safari WebKit fails to properly handle a crafted URL

Overview

A vulnerability in the way Apple Mac OS X handles specially crafted URLs may allow an attacker to execute script in the context of another site..

I. Description

According to Apple Safari 3.1.1:

    An issue exists in WebKit's handling of URLs containing a colon character in the host name. Opening a maliciously crafted URL may lead to a cross-site scripting attack. This update addresses the issue through improved handling of URLs.



Note that this issue affects Safari for both Windows XP or Vista and Mac OS X.

II. Impact

This vulnerability may allow an attacker to execute script in the context of another site.

III. Solution

Apply Apple Updates

Apple has released an update to address this vulnerability. Refer to Apple Safari 3.1.1.

Systems Affected

VendorStatusDate Updated
Apple Computer, Inc.Vulnerable18-Apr-2008

References



http://support.apple.com/kb/HT1467

Credit

This issue is adressed in Apple Safari 3.1.1. Apple credits Robert Swiecki of the Google Security Team, and David Bloom for reporting this issue.

This document was written by Chris Taschner.

Other Information

Date Public04/16/2008
Date First Published04/18/2008 03:52:27 PM
Date Last Updated04/18/2008
CERT Advisory 
CVE NameCVE-2008-1025
US-CERT Technical Alerts 
Metric9.90
Document Revision2
03.27.2008

VU#466521: Mozilla JavaScript privilege escalation

Vulnerability Note VU#466521

Mozilla JavaScript privilege escalation

Overview

Mozilla products contain multiple vulnerabilities that may allow a remote, unauthenticated attacker to execute arbitrary code.

I. Description

Mozilla Firefox, Thunderbird, and SeaMonkey do not properly handle JavaScript, which may allow privilege escalation and execution of arbitrary code on an affected system.

II. Impact

Successful exploitation of this vulnerability may allow a remote, unauthenticated attacker to execute arbitrary code on a vulnerable system.

III. Solution

Apply an update

Mozilla Foundation has issued new versions of the affected products which address these vulnerabilities. Please see MFSA 2008-14 for more details.

Workaround

Disabling JavaScript is an effective workaround for these vulnerabilities. It is strongly recommended that you disable JavaScript until a version containing patches for these vulnerabilities can be installed.

Systems Affected

VendorStatusDate Updated
MozillaVulnerable27-Mar-2008

References



http://www.mozilla.org/security/announce/2008/mfsa2008-14.html

Credit

This document was written by Joseph Pruszynski.

Other Information

Date Public03/25/2008
Date First Published03/27/2008 03:01:58 PM
Date Last Updated03/27/2008
CERT Advisory 
CVE NameCVE-2008-1233; CVE-2008-1234; CVE-2008-1235
US-CERT Technical Alerts 
Metric20.38
Document Revision14
03.19.2008

VU#766019: Apple Safari vulnerable to xss via the processing of JavaScript URLs

Vulnerability Note VU#766019

Apple Safari vulnerable to xss via the processing of JavaScript URLs

Overview

A vulnerability in the way Apple Safari handles JavaScript URLs may allow execution of JavaScript in the context of another site.

I. Description

Apple Safari contains a vulnerability that may cause a cross-site script injection when processing JavaScript URLs. According to Apple Security Advisory APPLE-SA-2008-03-18:

    A cross-site scripting issue exists in the processing of javascript: URLs. Enticing a user to visit a maliciously crafted web page could allow the execution of JavaScript in the context of another site. This update addresses the issue by performing additional validation of javascript: URLs.

II. Impact

This vulnerability may allow an attacker to execute JavaScript in the context of another site.

III. Solution

Apply an update

This issue is addressed in Apple Safari 3.1.






Systems Affected

VendorStatusDate Updated
Apple Computer, Inc.Vulnerable19-Mar-2008

References



http://docs.info.apple.com/article.html?artnum=307563

Credit

This vulnerability was reported in Apple Security Advisory APPLE-SA-2008-03-18. Apple credits Robert Swiecki of Google Information Security Team for reporting this issue.

This document was written by Chris Taschner.

Other Information

Date Public03/18/2008
Date First Published03/19/2008 12:52:00 PM
Date Last Updated03/19/2008
CERT Advisory 
CVE NameCVE-2008-1002
US-CERT Technical Alerts 
Metric8.91
Document Revision9

:: Next >>

free blog themes / templates