Lucene search

K
openvasCopyright (C) 2012 Greenbone Networks GmbHOPENVAS:802292
HistoryJan 12, 2012 - 12:00 a.m.

IBM Informix Dynamic Server 'oninit.exe' Buffer Overflow Vulnerability (Windows)

2012-01-1200:00:00
Copyright (C) 2012 Greenbone Networks GmbH
plugins.openvas.org
11

0.931 High

EPSS

Percentile

99.1%

This host is installed with IBM Informix Dynamic Server and is
prone to buffer overflow vulnerability.

###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_ibm_informix_dynamic_server_oninit_bof_vuln_win.nasl 5888 2017-04-07 09:01:53Z teissa $
#
# IBM Informix Dynamic Server 'oninit.exe' Buffer Overflow Vulnerability (Windows)
#
# Authors:
# Sooraj KS <[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 could allow remote attackers to execute arbitrary
  code with SYSTEM-level privileges.
  Impact Level: System/Application";
tag_affected = "IBM Informix Dynamic Server (IDS) 11.10 before 11.10.xC2W2 and 11.50 before 11.50.xC1";
tag_insight = "The flaw is due to a boundary error within the logging function in
  oninit.exe and can be exploited to cause a stack-based buffer overflow by
  sending a specially crafted request to TCP ports 9088 or 1526.";
tag_solution = "Upgrade to IBM Informix IDS version 11.50.xC1, 11.10.xC2W2 or later.
  For updates refer to http://www-01.ibm.com/software/data/informix/";
tag_summary = "This host is installed with IBM Informix Dynamic Server and is
  prone to buffer overflow vulnerability.";

if(description)
{
  script_id(802292);
  script_version("$Revision: 5888 $");
  script_bugtraq_id(44192);
  script_cve_id("CVE-2010-4053");
  script_tag(name:"cvss_base", value:"9.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:S/C:C/I:C/A:C");
  script_tag(name:"last_modification", value:"$Date: 2017-04-07 11:01:53 +0200 (Fri, 07 Apr 2017) $");
  script_tag(name:"creation_date", value:"2012-01-12 17:17:17 +0530 (Thu, 12 Jan 2012)");
  script_name("IBM Informix Dynamic Server 'oninit.exe' Buffer Overflow Vulnerability (Windows)");
  script_xref(name : "URL" , value : "http://secunia.com/advisories/41913");
  script_xref(name : "URL" , value : "http://xforce.iss.net/xforce/xfdb/62619");
  script_xref(name : "URL" , value : "http://www.zerodayinitiative.com/advisories/ZDI-10-216");

  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2012 Greenbone Networks GmbH");
  script_family("Buffer overflow");
  script_dependencies("secpod_ibm_informix_dynamic_server_detect_win.nasl");
  script_require_keys("IBM/Informix/Dynamic/Server/Win/Ver");
  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("version_func.inc");

## Get version from KB
version = get_kb_item("IBM/Informix/Dynamic/Server/Win/Ver");
if(version)
{
  ## Check for IBM Informix Dynamic Server (IDS) versions
  if(version_is_equal(version:version, test_version:"11.10") ||
     version_is_equal(version:version, test_version:"11.50")){
    security_message(0);
  }
}

0.931 High

EPSS

Percentile

99.1%