IBM Db2 Administration Server (DAS) Buffer Overflow Vulnerability
🗓️ 07 Feb 2011 00:00:00Reported by Copyright (C) 2011 Greenbone AGType
openvas🔗 plugins.openvas.org👁 40 Views
| Reporter | Title | Published | Views | Family All 13 |
|---|---|---|---|---|
| IBM DB2 9.1 < 9.1 Fix Pack 10 Multiple Vulnerabilities | 1 Jun 201000:00 | – | nessus | |
| IBM DB2 9.5 < 9.5 Fix Pack 7 Multiple Vulnerabilities | 1 Feb 201100:00 | – | nessus | |
| IBM DB2 9.7 < 9.7 Fix Pack 3 Multiple Vulnerabilities | 1 Feb 201100:00 | – | nessus | |
| IBM DB2 9.5 < Fix Pack 7 Multiple Vulnerabilities | 1 Feb 201100:00 | – | nessus | |
| IBM DB2 9.7 < Fix Pack 3 Multiple Vulnerabilities | 2 Nov 201000:00 | – | nessus | |
| IBM DB2 9.1 < Fix Pack 10 Multiple Vulnerabilities | 1 Feb 201100:00 | – | nessus | |
| Security Bulletin: IBM Security Guardium is affected by multiple vulnerabilities | 13 Apr 202120:46 | – | ibm | |
| CVE-2011-0731 | 1 Feb 201117:00 | – | cve | |
| CVE-2011-0731 | 1 Feb 201117:00 | – | cvelist | |
| EUVD-2011-0744 | 7 Oct 202500:30 | – | euvd |
10
| Source | Link |
|---|---|
| www-304 | www.www-304.ibm.com/support/docview.wss |
| www-304 | www.www-304.ibm.com/support/docview.wss |
| secunia | www.secunia.com/advisories/43059 |
| securityfocus | www.securityfocus.com/bid/46052 |
| www-01 | www.www-01.ibm.com/support/docview.wss |
# SPDX-FileCopyrightText: 2011 Greenbone AG
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only
CPE = "cpe:/a:ibm:db2";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.801589");
script_version("2023-07-28T05:05:23+0000");
script_tag(name:"last_modification", value:"2023-07-28 05:05:23 +0000 (Fri, 28 Jul 2023)");
script_tag(name:"creation_date", value:"2011-02-07 15:21:16 +0100 (Mon, 07 Feb 2011)");
script_tag(name:"cvss_base", value:"7.5");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:P/A:P");
script_cve_id("CVE-2011-0731");
script_name("IBM Db2 Administration Server (DAS) Buffer Overflow Vulnerability");
script_xref(name:"URL", value:"http://secunia.com/advisories/43059");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/46052");
script_xref(name:"URL", value:"https://www-304.ibm.com/support/docview.wss?uid=swg1IC72029");
script_xref(name:"URL", value:"https://www-304.ibm.com/support/docview.wss?uid=swg1IC72028");
script_xref(name:"URL", value:"http://www-01.ibm.com/support/docview.wss?rs=71&uid=swg27007053");
script_tag(name:"qod_type", value:"remote_banner");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2011 Greenbone AG");
script_family("Databases");
script_dependencies("gb_ibm_db2_consolidation.nasl");
script_mandatory_keys("ibm/db2/detected");
script_tag(name:"impact", value:"Successful exploitation allows remote users to cause denial of service or
execution of arbitrary code.");
script_tag(name:"affected", value:"IBM Db2 version 9.1 before FP10, version 9.5 before FP7 and version 9.7
before FP3.");
script_tag(name:"insight", value:"The flaw is due to a boundary error in the 'receiveDASMessage()' function in
'db2dasrrm' and can be exploited to cause a heap-based buffer overflow via a specially crafted request sent to
TCP port 524.");
script_tag(name:"solution", value:"Upgrade to IBM Db2 version 9.1 FP10, 9.5 FP7, 9.7 FP3 or later.");
script_tag(name:"summary", value:"IBM Db2 is prone to a buffer overflow vulnerability.");
script_tag(name:"solution_type", value:"VendorFix");
exit(0);
}
include("host_details.inc");
include("version_func.inc");
if (!version = get_app_version(cpe: CPE, nofork: TRUE))
exit(0);
if (version_in_range(version: version, test_version: "9.7.0", test_version2: "9.7.0.2")) {
report = report_fixed_ver(installed_version: version, fixed_version: "9.7.0.3");
security_message(port: 0, data: report);
exit(0);
}
if (version_in_range(version: version, test_version: "9.5.0", test_version2: "9.5.0.6")) {
report = report_fixed_ver(installed_version: version, fixed_version: "9.5.0.6");
security_message(port: 0, data: report);
exit(0);
}
if (version_in_range(version: version, test_version: "9.1.0", test_version2: "9.1.0.9")) {
report = report_fixed_ver(installed_version: version, fixed_version: "9.1.0.10");
security_message(port: 0, data: report);
exit(0);
}
exit(99);
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
28 Jul 2023 00:00Current
9.6High risk
Vulners AI Score9.6
CVSS 27.5
EPSS0.0446