Lucene search

K
openvasCopyright (c) 2012 Greenbone Networks GmbHOPENVAS:802552
HistoryJan 03, 2012 - 12:00 a.m.

Sielco Sistemi Winlog PRO Buffer overflow Vulnerability

2012-01-0300:00:00
Copyright (c) 2012 Greenbone Networks GmbH
plugins.openvas.org
12

0.023 Low

EPSS

Percentile

89.8%

This host is installed with Sielco Sistemi Winlog PRO and is prone
to buffer overflow vulnerability.

###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_winlog_lite_bof_vuln.nasl 5958 2017-04-17 09:02:19Z teissa $
#
# Sielco Sistemi Winlog PRO Buffer overflow Vulnerability
#
# Authors:
# Madhuri D <[email protected]>
#
# Copyright:
# Copyright (c) 2012 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 will allow remote attackers to execute arbitrary
  code in the context of the application.
  Impact Level: System/Application";
tag_affected = "Winlog Lite version before 2.07.09";

tag_insight = "The flaw is due to an unspecified error when processing certain values
  in project files and can be exploited to cause a buffer overflow by tricking
  a user into loading a malicious project file.";
tag_solution = "Upgrade to  Winlog Lite version 2.07.09 or later,
  For updates refer to http://www.sielcosistemi.com/en/download/public/index.html";
tag_summary = "This host is installed with Sielco Sistemi Winlog PRO and is prone
  to buffer overflow vulnerability.";

if(description)
{
  script_id(802552);
  script_version("$Revision: 5958 $");
  script_cve_id("CVE-2011-4037");
  script_bugtraq_id(50932);
  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_tag(name:"last_modification", value:"$Date: 2017-04-17 11:02:19 +0200 (Mon, 17 Apr 2017) $");
  script_tag(name:"creation_date", value:"2012-01-03 18:03:49 +0530 (Tue, 03 Jan 2012)");
  script_name("Sielco Sistemi Winlog PRO Buffer overflow Vulnerability");
  script_xref(name : "URL" , value : "http://secunia.com/advisories/47078");
  script_xref(name : "URL" , value : "http://securitytracker.com/id?1026388");
  script_xref(name : "URL" , value : "http://www.us-cert.gov/control_systems/pdf/ICSA-11-298-01.pdf");

  script_tag(name:"qod_type", value:"registry");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (c) 2012 Greenbone Networks GmbH");
  script_family("Buffer overflow");
  script_dependencies("secpod_reg_enum.nasl");
  script_mandatory_keys("SMB/WindowsVersion");
  script_tag(name : "insight" , value : tag_insight);
  script_tag(name : "solution" , value : tag_solution);
  script_tag(name : "summary" , value : tag_summary);
  script_tag(name : "impact" , value : tag_impact);
  script_tag(name : "affected" , value : tag_affected);
  exit(0);
}


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

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

if(!registry_key_exists(key:"SOFTWARE\Sielco Sistemi\Winlog Lite")){
  exit(0);
}

key = "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Winlog Lite";

if(!registry_key_exists(key:key)){
  exit(0);
}

winName = registry_get_sz(key:key, item:"DisplayName");

## Check DisplayName for Winlog Lite
if("Winlog Lite" >< winName)
{
  ## Get version
  winVer = registry_get_sz(key:key, item:"DisplayVersion");
  if(winVer!= NULL)
  {
    ## Check for Winlog Lite version
    if(version_is_less(version:winVer, test_version:"2.07.09")){
      security_message(0);
    }
  }
}

0.023 Low

EPSS

Percentile

89.8%

Related for OPENVAS:802552