CVE-2006-3280 : Détail

CVE-2006-3280

62.93%V4
Network
2006-06-28
20h00 +00:00
2018-10-18
12h57 +00:00
Notifications pour un CVE
Restez informé de toutes modifications pour un CVE spécifique.
Gestion des notifications

Descriptions du CVE

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."

Informations du CVE

Métriques

Métriques Score Gravité CVSS Vecteur Source
V2 7.5 AV:N/AC:L/Au:N/C:P/I:P/A:P nvd@nist.gov

EPSS

EPSS est un modèle de notation qui prédit la probabilité qu'une vulnérabilité soit exploitée.

Score EPSS

Le modèle EPSS produit un score de probabilité compris entre 0 et 1 (0 et 100 %). Plus la note est élevée, plus la probabilité qu'une vulnérabilité soit exploitée est grande.

Percentile EPSS

Le percentile est utilisé pour classer les CVE en fonction de leur score EPSS. Par exemple, une CVE dans le 95e percentile selon son score EPSS est plus susceptible d'être exploitée que 95 % des autres CVE. Ainsi, le percentile sert à comparer le score EPSS d'une CVE par rapport à d'autres CVE.

Informations sur l'Exploit

Exploit Database EDB-ID : 28118

Date de publication : 2006-06-26 22h00 +00:00
Auteur : Plebo Aesdi Nael
EDB Vérifié : 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

Références

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