Lucene search
K

IBM DB2 Tivoli Monitoring Agent Privilege Escalation Vulnerability (Linux)

🗓️ 06 Apr 2012 00:00:00Reported by Copyright (C) 2012 Greenbone Networks GmbHType 
openvas
 openvas
🔗 plugins.openvas.org👁 26 Views

IBM DB2 Tivoli Monitoring Agent Privilege Escalation Vulnerability (Linux) - Flaw in Tivoli Monitoring Agen

Related
Refs
Code
ReporterTitlePublishedViews
Family
Tenable Nessus
IBM DB2 9.5 < 9.5 Fix Pack 9 Multiple Vulnerabilities
14 Mar 201200:00
nessus
Tenable Nessus
DB2 9.5 < Fix Pack 9 Multiple Vulnerabilities
8 Mar 201200:00
nessus
CVE
CVE-2012-1796
20 Mar 201220:00
cve
Cvelist
CVE-2012-1796
20 Mar 201220:00
cvelist
EUVD
EUVD-2012-1806
7 Oct 202500:30
euvd
NVD
CVE-2012-1796
20 Mar 201220:55
nvd
OpenVAS
IBM Db2 Tivoli Monitoring Agent Privilege Escalation Vulnerability - Linux
6 Apr 201200:00
openvas
Prion
Code injection
20 Mar 201220:55
prion
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_ibm_db2_itma_priv_escalation_vuln_lin.nasl 6022 2017-04-25 12:51:04Z teissa $
#
# IBM DB2 Tivoli Monitoring Agent Privilege Escalation Vulnerability (Linux)
#
# 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 local users to perform certain actions
  with escalated privileges and gain sensitive information.
  Impact Level: Application";
tag_affected = "IBM DB2 version 9.5 through FP8";
tag_insight = "The flaw is due to an unspecified error in Tivoli Monitoring Agent.";
tag_solution = "Upgrade to IBM DB2 version 9.5 FP9 or later,
  For updates refer to http://www-01.ibm.com/support/docview.wss?uid=swg21588098";
tag_summary = "This host is installed with IBM DB2 and is prone to privilege
  escalation vulnerability.";

if(description)
{
  script_id(802735);
  script_version("$Revision: 6022 $");
  script_cve_id("CVE-2012-1796");
  script_bugtraq_id(52326);
  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_tag(name:"last_modification", value:"$Date: 2017-04-25 14:51:04 +0200 (Tue, 25 Apr 2017) $");
  script_tag(name:"creation_date", value:"2012-04-06 16:59:20 +0530 (Fri, 06 Apr 2012)");
  script_name("IBM DB2 Tivoli Monitoring Agent Privilege Escalation Vulnerability (Linux)");
  script_xref(name : "URL" , value : "http://secunia.com/advisories/48279/");
  script_xref(name : "URL" , value : "http://www-01.ibm.com/support/docview.wss?uid=swg21586193");
  script_xref(name : "URL" , value : "http://www-01.ibm.com/support/docview.wss?uid=swg1IC79970");

  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2012 Greenbone Networks GmbH");
  script_family("Web application abuses");
  script_dependencies("secpod_ibm_db2_detect_linux_900217.nasl");
  script_require_keys("Linux/IBM_db2/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:"executable_version");
  script_tag(name:"solution_type", value:"VendorFix");
  exit(0);
}


include("version_func.inc");

## Variable Initialization
ibmVer = "";

ibmVer = get_kb_item("Linux/IBM_db2/Ver");
if(ibmVer == NULL){
  exit(0);
}

## Check for IBM DB2 Version 9.5 before 9.5 FP8 (IBM DB2 9.5 FP5 = 9.5.0.8)
if(version_in_range(version:ibmVer, test_version:"9.5", test_version2:"9.5.0.8")){
  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