| Reporter | Title | Published | Views | Family All 13 |
|---|---|---|---|---|
| Microsoft Groove 2007 mso.dll Insecure Library Loading (MS11-016; CVE-2010-3146) | 8 Mar 201100:00 | – | checkpoint_advisories | |
| CVE-2010-3146 | 27 Aug 201018:10 | – | cve | |
| CVE-2010-3146 | 27 Aug 201018:10 | – | cvelist | |
| CVE-2010-3146 | 27 Aug 201019:00 | – | nvd | |
| Microsoft Office Products Insecure Library Loading Vulnerability | 9 Sep 201500:00 | – | openvas | |
| Microsoft Groove Remote Code Execution Vulnerability (2494047) | 9 Mar 201100:00 | – | openvas | |
| Design/Logic Flaw | 27 Aug 201019:00 | – | prion | |
| Microsoft Office Groove Insecure Library Loading | 28 Mar 201100:00 | – | saint | |
| Microsoft Office Groove Insecure Library Loading | 28 Mar 201100:00 | – | saint | |
| Microsoft Office Groove Insecure Library Loading | 28 Mar 201100:00 | – | saint |
###############################################################################
# OpenVAS Vulnerability Test
# $Id: secpod_ms11-016.nasl 6538 2017-07-05 11:38:27Z cfischer $
#
# Microsoft Groove Remote Code Execution Vulnerability (2494047)
#
# Authors:
# Madhuri D <[email protected]>
#
# Copyright:
# Copyright (c) 2011 SecPod, http://www.secpod.com
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2
# (or any later version), as published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
###############################################################################
tag_impact = "Successful exploitation allows remote attackers to execute arbitrary
code by tricking a user into opening a file *.vcg from a network share.
Impact Level: System/Application";
tag_affected = "Microsoft Groove 2007 Service Pack 2 and prior";
tag_insight = "The application insecurely loading certain librairies (e.g. 'mso.dll') from
the current working directory.";
tag_solution = "Run Windows Update and update the listed hotfixes or download and
update mentioned hotfixes in the advisory from the below link,
http://www.microsoft.com/technet/security/Bulletin/MS11-016.mspx";
tag_summary = "This host is missing a critical security update according to
Microsoft Bulletin MS11-016.";
if(description)
{
script_id(902351);
script_version("$Revision: 6538 $");
script_tag(name:"last_modification", value:"$Date: 2017-07-05 13:38:27 +0200 (Wed, 05 Jul 2017) $");
script_tag(name:"creation_date", value:"2011-03-09 15:35:07 +0100 (Wed, 09 Mar 2011)");
script_cve_id("CVE-2010-3146");
script_bugtraq_id(42695);
script_tag(name:"cvss_base", value:"9.3");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:C/I:C/A:C");
script_name("Microsoft Groove Remote Code Execution Vulnerability (2494047)");
script_xref(name : "URL" , value : "http://secunia.com/advisories/41104/");
script_xref(name : "URL" , value : "http://www.vupen.com/english/advisories/2010/2188");
script_xref(name : "URL" , value : "http://www.microsoft.com/technet/security/Bulletin/MS11-016.mspx");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2011 SecPod");
script_family("Windows : Microsoft Bulletins");
script_dependencies("secpod_reg_enum.nasl", "secpod_office_products_version_900032.nasl");
script_mandatory_keys("SMB/Office/Groove/Version");
script_tag(name : "impact" , value : tag_impact);
script_tag(name : "affected" , value : tag_affected);
script_tag(name : "insight" , value : tag_insight);
script_tag(name : "solution" , value : tag_solution);
script_tag(name : "summary" , value : tag_summary);
script_tag(name:"qod_type", value:"registry");
script_tag(name:"solution_type", value:"VendorFix");
exit(0);
}
include("secpod_reg.inc");
include("version_func.inc");
# MS11-016 Hotfix
if((hotfix_missing(name:"2494047") == 0)){
exit(0);
}
## Microsoft Groove 2007
exeVer = get_kb_item("SMB/Office/Groove/Version");
if(exeVer =~ "^12\..*")
{
# Grep for GROOVE.EXE version 12.0 < 12.0.6550.5004
if(version_in_range(version:exeVer, test_version:"12.0", test_version2:"12.0.6550.5003"))
{
security_message(0);
exit(0);
}
}
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