Lucene search
K

Sielco Sistemi Winlog PRO Buffer overflow Vulnerability

🗓️ 03 Jan 2012 00:00:00Reported by Copyright (c) 2012 Greenbone Networks GmbHType 
openvas
 openvas
🔗 plugins.openvas.org👁 26 Views

Sielco Sistemi Winlog PRO Buffer overflow Vulnerability. Allows remote code execution by processing malicious project files

Related
Refs
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2011-4037
22 Dec 201115:00
cve
Cvelist
CVE-2011-4037
22 Dec 201115:00
cvelist
EUVD
EUVD-2011-3989
7 Oct 202500:30
euvd
ICS
Sielco Sistemi Winlog Buffer Overflow
28 Jul 201106:00
ics
NVD
CVE-2011-4037
22 Dec 201115:29
nvd
OpenVAS
Sielco Sistemi Winlog PRO Buffer overflow Vulnerability
3 Jan 201200:00
openvas
Prion
Buffer overflow
22 Dec 201115:29
prion
RedhatCVE
CVE-2011-4037
22 May 202509:48
redhatcve
###############################################################################
# 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);
    }
  }
}

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

17 Apr 2017 00:00Current
1.1Low risk
Vulners AI Score1.1
EPSS0.06603
26