MS KB2401593: Microsoft Outlook Web Access (OWA) CSRF - Nessus

Medium   Plugin ID: 49274

This page contains detailed information about the MS KB2401593: Microsoft Outlook Web Access (OWA) CSRF Nessus plugin including available exploits and PoCs found on GitHub, in Metasploit or Exploit-DB for verifying of this vulnerability.

Plugin Overview


ID: 49274
Name: MS KB2401593: Microsoft Outlook Web Access (OWA) CSRF
Filename: smb_kb2401593.nasl
Vulnerability Published: 2010-07-08
This Plugin Published: 2010-09-17
Last Modification Time: 2018-11-15
Plugin Version: 1.10
Plugin Type: local
Plugin Family: Windows
Dependencies: smb_hotfixes.nasl
Required KB Items [?]: SMB/Exchange/Version, SMB/Registry/Enumerated

Vulnerability Information


Severity: Medium
Vulnerability Published: 2010-07-08
Patch Published: 2010-06-20
CVE [?]: CVE-2010-3213
CPE [?]: cpe:/a:microsoft:outlook_web_access, cpe:/o:microsoft:windows

Synopsis

The remote web server is affected by a cross-site request forgery issue.

Description

The remote host is running a version of Outlook Web Access (OWA) for Exchange Server that is affected by a cross-site request forgery vulnerability. By tricking an authenticated user to click on a link to a specially crafted web page, it may be possible for an attacker to perform unauthorized actions on behalf of the authenticated user.

Solution

Upgrade to either Microsoft Exchange Server 2007 Service Pack 3 / Exchange Server 2010 or later.

Public Exploits


Target Network Port(s): 139, 445
Target Asset(s): N/A
Exploit Available: True (Exploit-DB)
Exploit Ease: Exploits are available

Here's the list of publicly known exploits and PoCs for verifying the MS KB2401593: Microsoft Outlook Web Access (OWA) CSRF vulnerability:

  1. Exploit-DB: exploits/windows/webapps/14285.txt
    [EDB-14285: Outlook Web Access 2007 - Cross-Site Request Forgery]

Before running any exploit against any system, make sure you are authorized by the owner of the target system(s) to perform such activity. In any other case, this would be considered as an illegal activity.

WARNING: Beware of using unverified exploits from sources such as GitHub or Exploit-DB. These exploits and PoCs could contain malware. For more information, see how to use exploits safely.

Risk Information


CVSS V2 Vector [?]: AV:N/AC:M/Au:N/C:P/I:P/A:P/E:POC/RL:OF/RC:C
CVSS Base Score:6.8 (Medium)
Impact Subscore:6.4
Exploitability Subscore:8.6
CVSS Temporal Score:5.3 (Medium)
CVSS Environmental Score:NA (None)
Modified Impact Subscore:NA
Overall CVSS Score:5.3 (Medium)

Go back to menu.

Plugin Source


This is the smb_kb2401593.nasl nessus plugin source code. This script is Copyright (C) 2010-2018 Tenable Network Security, Inc.

#
# (C) Tenable Network Security, Inc.
#

include("compat.inc");

if(description)
{
 script_id(49274);
 script_version("1.10");
 script_cvs_date("Date: 2018/11/15 20:50:28");

 script_cve_id("CVE-2010-3213");
 script_bugtraq_id(41462);
 script_xref(name:"EDB-ID", value:"14285");
 script_xref(name:"Secunia", value:"41421");
 script_xref(name:"MSKB", value:"2401593");

 script_name(english:"MS KB2401593: Microsoft Outlook Web Access (OWA) CSRF");
 
 script_set_attribute(attribute:"synopsis", value:
"The remote web server is affected by a cross-site request forgery
issue." );
 script_set_attribute(attribute:"description", value:
"The remote host is running a version of Outlook Web Access (OWA) for
Exchange Server that is affected by a cross-site request forgery
vulnerability.  By tricking an authenticated user to click on a link
to a specially crafted web page, it may be possible for an attacker to
perform unauthorized actions on behalf of the authenticated user. 
" );
 script_set_attribute(attribute:"see_also", value:"https://sites.google.com/site/tentacoloviola/pwning-corporate-webmails" );
 script_set_attribute(attribute:"see_also", value:"https://docs.microsoft.com/en-us/security-updates/SecurityAdvisories/2010/2401593" );
 script_set_attribute(attribute:"solution", value:
"Upgrade to either Microsoft Exchange Server 2007 Service Pack 3 /
Exchange Server 2010 or later.");
 script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:N/C:P/I:P/A:P");
 script_set_cvss_temporal_vector("CVSS2#E:POC/RL:OF/RC:C");
 script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
 script_set_attribute(attribute:"exploit_available", value:"true");

 script_set_attribute(attribute:"vuln_publication_date", value:"2010/07/08"); 
 script_set_attribute(attribute:"patch_publication_date", value:"2010/06/20"); # 2007 sp3 release date?
 script_set_attribute(attribute:"plugin_publication_date", value:"2010/09/17");
 script_set_attribute(attribute:"plugin_type", value:"local");
  script_set_attribute(attribute:"cpe",value:"cpe:/o:microsoft:windows");
  script_set_attribute(attribute:"cpe",value:"cpe:/a:microsoft:outlook_web_access");
 script_end_attributes();

 script_summary(english:"Determines the OWA version of Exchange");
 script_category(ACT_GATHER_INFO);
 script_copyright(english:"This script is Copyright (C) 2010-2018 Tenable Network Security, Inc.");
 script_family(english:"Windows");
 
 script_dependencies("smb_hotfixes.nasl");
 script_require_keys("SMB/Registry/Enumerated","SMB/Exchange/Version");
 script_require_ports(139, 445);
 exit(0);
}


include("smb_func.inc");
include("smb_hotfixes.inc");
include("smb_hotfixes_fcheck.inc");
include("misc_func.inc");

version = get_kb_item_or_exit("SMB/Exchange/Version");

# Flag exchange 2003 SP2 , 2007 SP1, SP2.

# 2003
if(version == 65)
{
  path2003 = get_kb_item("SMB/Exchange/Path") + "\exchweb\bin\auth";
  sp = get_kb_item("SMB/Exchange/SP");

  if(sp && sp == 2)
  { 
    if (hotfix_check_fversion(path:path2003, file:"Owaauth.dll", version:"8.3.83.0", min_version:"6.5.7638.0") == HCF_OLDER) 
     hotfix_security_warning();

    hotfix_check_fversion_end();
    exit(0);
  }
  else exit(0, "The host is not affected since Microsoft Exchange 2003 SP 2 is not installed.");
}
# 2007
else if (version == 80)
{
  path2007 = get_kb_item("SMB/Exchange/Path") + "\ClientAccess\Owa\auth";
  sp = get_kb_item("SMB/Exchange/SP");

  # SP1 and SP2 are affected.
  if(sp && (sp == 1 || sp == 2))
  {
    if (hotfix_check_fversion(path:path2007, file:"owaauth.dll", version:"8.3.83.0", min_version:"8.1.0.0") == HCF_OLDER)
      hotfix_security_warning();

    hotfix_check_fversion_end();
    exit(0);
  }
  else
    exit (0, "The host is not affected since Microsoft Exchange 2007 SP 1 or 2 is not installed.");
}
else exit(0, "The host is not affected.");

The latest version of this script can be found in these locations depending on your platform:

  • Linux / Unix:
    /opt/nessus/lib/nessus/plugins/smb_kb2401593.nasl
  • Windows:
    C:\ProgramData\Tenable\Nessus\nessus\plugins\smb_kb2401593.nasl
  • Mac OS X:
    /Library/Nessus/run/lib/nessus/plugins/smb_kb2401593.nasl

Go back to menu.

How to Run


Here is how to run the MS KB2401593: Microsoft Outlook Web Access (OWA) CSRF as a standalone plugin via the Nessus web user interface (https://localhost:8834/):

  1. Click to start a New Scan.
  2. Select Advanced Scan.
  3. Navigate to the Plugins tab.
  4. On the top right corner click to Disable All plugins.
  5. On the left side table select Windows plugin family.
  6. On the right side table select MS KB2401593: Microsoft Outlook Web Access (OWA) CSRF plugin ID 49274.
  7. Specify the target on the Settings tab and click to Save the scan.
  8. Run the scan.

Here are a few examples of how to run the plugin in the command line. Note that the examples below demonstrate the usage on the Linux / Unix platform.

Basic usage:

/opt/nessus/bin/nasl smb_kb2401593.nasl -t <IP/HOST>

Run the plugin with audit trail message on the console:

/opt/nessus/bin/nasl -a smb_kb2401593.nasl -t <IP/HOST>

Run the plugin with trace script execution written to the console (useful for debugging):

/opt/nessus/bin/nasl -T - smb_kb2401593.nasl -t <IP/HOST>

Run the plugin with using a state file for the target and updating it (useful for running multiple plugins on the target):

/opt/nessus/bin/nasl -K /tmp/state smb_kb2401593.nasl -t <IP/HOST>

Go back to menu.

References


BID | SecurityFocus Bugtraq ID: MSKB | Microsoft Knowledge Base: Secunia Advisory: See also: Similar and related Nessus plugins:
  • 47045 - MS KB2219475: Windows Help Center hcp:// Protocol Handler Arbitrary Code Execution
  • 47750 - MS KB2286198: Windows Shell Shortcut Icon Parsing Arbitrary Code Execution (EASYHOOKUP)
  • 51587 - MS KB2488013: Internet Explorer CSS Import Rule Processing Arbitrary Code Execution
  • 62224 - MS KB2755399: Update for Vulnerabilities in Adobe Flash Player in Internet Explorer 10
  • 63372 - MS KB2794220: Vulnerability in Internet Explorer Could Allow Remote Code Execution (deprecated)
  • 64508 - MS KB2811522: Update for Vulnerabilities in Adobe Flash Player in Internet Explorer 10
  • 66423 - MS KB2820197: Update Rollup for ActiveX Kill Bits
  • 71325 - MS KB2907997: Update for Vulnerabilities in Adobe Flash Player in Internet Explorer 10
  • 72286 - MS KB2929825: Update for Vulnerability in Adobe Flash Player in Internet Explorer
  • 73742 - MS KB2961887: Update for Vulnerabilities in Adobe Flash Player in Internet Explorer
  • 73865 - MS KB2962393: Update for Vulnerability in Juniper Networks Windows In-Box Junos Pulse Client (Heartbleed)
  • 76416 - MS KB2974008: Update for Vulnerabilities in Adobe Flash Player in Internet Explorer
  • 77170 - MS KB2982794: Update for Vulnerabilities in Adobe Flash Player in Internet Explorer
  • 77580 - MS KB2987114: Update for Vulnerabilities in Adobe Flash Player in Internet Explorer
  • 78444 - MS KB3001237: Update for Vulnerabilities in Adobe Flash Player in Internet Explorer
  • 79145 - MS KB3004150: Update for Vulnerabilities in Adobe Flash Player in Internet Explorer
  • 78447 - MS KB3009008: Vulnerability in SSL 3.0 Could Allow Information Disclosure (POODLE)
  • 81209 - MS KB3021953: Update for Vulnerabilities in Adobe Flash Player in Internet Explorer
  • 81046 - MS KB3035034: Update for Vulnerabilities in Adobe Flash Player in Internet Explorer
  • 81732 - MS KB3044132: Update for Vulnerabilities in Adobe Flash Player in Internet Explorer
  • 82823 - MS KB3049508: Update for Vulnerabilities in Adobe Flash Player in Internet Explorer
  • 83369 - MS KB3061904: Update for Vulnerabilities in Adobe Flash Player in Internet Explorer
  • 84058 - MS KB3062760: Update for Vulnerability in Juniper Networks Windows In-Box Junos Pulse Client (FREAK)
  • 84052 - MS KB3065820: Update for Vulnerabilities in Adobe Flash Player in Internet Explorer
  • 84645 - MS KB3065823: Update for Vulnerabilities in Adobe Flash Player in Internet Explorer
  • 84367 - MS KB3074219: Update for Vulnerabilities in Adobe Flash Player in Internet Explorer
  • 84809 - MS KB3079777: Update for Vulnerabilities in Adobe Flash Player in Internet Explorer
  • 85329 - MS KB3087916: Update for Vulnerabilities in Adobe Flash Player in Internet Explorer
  • 86469 - MS KB3105216: Update for Vulnerabilities in Adobe Flash Player in Internet Explorer and Microsoft Edge
  • 87671 - MS KB3132372: Update for Vulnerabilities in Adobe Flash Player in Internet Explorer and Microsoft Edge
  • 100051 - MS Security Advisory 4022344: Security Update for Microsoft Malware Protection Engine
  • 35634 - MS KB960715: Cumulative Security Update of ActiveX Kill Bits
  • 10704 - Apache Multiviews Arbitrary Directory Listing
  • 10498 - Web Server HTTP Dangerous Method Detection
  • 74188 - Open Web Analytics owa_email_address SQL Injection

Version


This page has been produced using Nessus Professional 10.1.2 (#68) LINUX, Plugin set 202205072148.
Plugin file smb_kb2401593.nasl version 1.10. For more plugins, visit the Nessus Plugin Library.

Go back to menu.