Lucene search
K

Microsoft Windows 32-bit Platforms Unspecified vulnerabilities

🗓️ 18 Oct 2010 00:00:00Reported by Copyright (c) 2010 Greenbone Networks GmbHType 
openvas
 openvas
🔗 plugins.openvas.org👁 28 Views

Microsoft Windows 32-bit Platforms Unspecified vulnerabilities. Successful exploitation could allow local attackers to gain privileges or compromise the vulnerable system via unknown vectors. Unspecified privilege elevation vulnerabilities used by variants of the 'Stuxnet malware' family. Remove all Stuxnet related files found

Related
Refs
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2010-3888
20 Nov 201000:00
circl
Circl
CVE-2010-3889
19 Jun 202616:45
circl
CVE
CVE-2010-3888
8 Oct 201021:00
cve
CVE
CVE-2010-3889
8 Oct 201021:00
cve
Cvelist
CVE-2010-3888
8 Oct 201021:00
cvelist
Cvelist
CVE-2010-3889
8 Oct 201021:00
cvelist
EUVD
EUVD-2010-3866
7 Oct 202500:30
euvd
EUVD
EUVD-2010-3867
7 Oct 202500:30
euvd
NVD
CVE-2010-3888
8 Oct 201022:00
nvd
NVD
CVE-2010-3889
8 Oct 201022:00
nvd
Rows per page
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_ms_windows_stuxnet_unspecified_vuln.nasl 7172 2017-09-18 11:07:34Z cfischer $
#
# Microsoft Windows 32-bit Platforms Unspecified vulnerabilities
#
# Authors:
# Antu Sanadi <[email protected]>
#
# Copyright:
# Copyright (c) 2010 Greenbone Networks GmbH, http://www.greenbone.net
#
# 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 could allow local attackers to gain privileges or
  compromise the vulnerable system via unknown vectors.
  Impact Level: Application";
tag_affected = "All Windows platforms";
tag_insight = "Unspecified privilege elevation vulnerabilities that are used by variants of
  the 'Stuxnet malware' family. Each of these vulnerabilities allow the malware
  to elevate its privileges to higher than normal user levels in order to embed
  itself into the operating system and prevent disinfection and/or detection.";
tag_solution = "Remove all Stuxnet related files found.";
tag_summary = "This host is prone to multiple unspecified vulnerabilities.";

if(description)
{
  script_id(801527);
  script_version("$Revision: 7172 $");
  script_tag(name:"last_modification", value:"$Date: 2017-09-18 13:07:34 +0200 (Mon, 18 Sep 2017) $");
  script_tag(name:"creation_date", value:"2010-10-18 15:37:53 +0200 (Mon, 18 Oct 2010)");
  script_cve_id("CVE-2010-3888", "CVE-2010-3889");
  script_tag(name:"cvss_base", value:"7.2");
  script_tag(name:"cvss_base_vector", value:"AV:L/AC:L/Au:N/C:C/I:C/A:C");
  script_name("Microsoft Windows 32-bit Platforms Unspecified vulnerabilities");
  script_xref(name : "URL" , value : "http://www.virusbtn.com/conference/vb2010/abstracts/LastMinute8.xml");
  script_xref(name : "URL" , value : "http://www.virusbtn.com/conference/vb2010/abstracts/LastMinute7.xml");
  script_xref(name : "URL" , value : "http://www.securelist.com/en/blog/2291/Myrtus_and_Guava_Episode_MS10_061");
  script_xref(name : "URL" , value : "http://www.computerworld.com/s/article/9185919/Is_Stuxnet_the_best_malware_ever_");
  script_xref(name : "URL" , value : "http://www.symantec.com/connect/blogs/stuxnet-using-three-additional-zero-day-vulnerabilities");

  script_tag(name:"qod_type", value:"executable_version");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (c) 2010 Greenbone Networks GmbH");
  script_family("Windows");
  script_dependencies("secpod_reg_enum.nasl");
  script_require_keys("SMB/Registry/Enumerated");
  script_require_ports(139, 445);
  script_mandatory_keys("SMB/WindowsVersion");

  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);
  exit(0);
}

include("smb_nt.inc");
include("secpod_smb_func.inc");

if(!get_kb_item("SMB/WindowsVersion")){
  exit(0);
}

if( get_kb_item("SMB/samba")){
  exit(0);
}

rootfile = smb_get_systemroot();
if(!rootfile ){
  exit(0);
}

##  Filenames are hardcoded...
stux = make_list("\system32\winsta.exe",
                 "\system32\mof\sysnullevent.mof");

foreach file (stux)
{
  ## Get the path of Stuxnet file
  path = rootfile + file;
  file  = ereg_replace(pattern:"^[A-Za-z]:(.*)", replace:"\1", string:path);
  share = ereg_replace(pattern:"([A-Z]):.*", replace:"\1$", string:path);

  ##  Check the existence of Stuxnet file
  read = read_file(file:file, share:share, offset:0, count:30);
  if(read)
  {
    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