| Reporter | Title | Published | Views | Family All 36 |
|---|---|---|---|---|
| IBM Domino KeyView PDF Filter Heap Buffer Overflow Vulnerability (CNVD-2016-03953) | 12 Jun 201600:00 | – | cnvd | |
| IBM Domino KeyView PDF Filter Heap Buffer Overflow Vulnerability (CNVD-2016-03954) | 12 Jun 201600:00 | – | cnvd | |
| IBM Domino KeyView PDF Filter Heap Buffer Overflow Vulnerability | 12 Jun 201600:00 | – | cnvd | |
| IBM Domino KeyView PDF Filter Heap Buffer Overflow Vulnerability (CNVD-2016-03956) | 12 Jun 201600:00 | – | cnvd | |
| CVE-2016-0277 | 26 Jun 201614:00 | – | cve | |
| CVE-2016-0278 | 26 Jun 201614:00 | – | cve | |
| CVE-2016-0279 | 26 Jun 201614:00 | – | cve | |
| CVE-2016-0301 | 26 Jun 201614:00 | – | cve | |
| CVE-2016-0277 | 26 Jun 201614:00 | – | cvelist | |
| CVE-2016-0278 | 26 Jun 201614:00 | – | cvelist |
| Source | Link |
|---|---|
| www-01 | www.www-01.ibm.com/support/docview.wss |
# SPDX-FileCopyrightText: 2016 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:lotus_domino";
if (description)
{
script_oid("1.3.6.1.4.1.25623.1.0.106112");
script_version("2023-07-21T05:05:22+0000");
script_tag(name:"last_modification", value:"2023-07-21 05:05:22 +0000 (Fri, 21 Jul 2023)");
script_tag(name:"creation_date", value:"2016-07-04 08:56:27 +0700 (Mon, 04 Jul 2016)");
script_tag(name:"cvss_base", value:"6.8");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:P/I:P/A:P");
script_tag(name:"severity_vector", value:"CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H");
script_tag(name:"severity_origin", value:"NVD");
script_tag(name:"severity_date", value:"2019-10-16 12:40:00 +0000 (Wed, 16 Oct 2019)");
script_cve_id("CVE-2016-0277", "CVE-2016-0278", "CVE-2016-0279", "CVE-2016-0301");
script_tag(name:"qod_type", value:"remote_banner_unreliable");
script_tag(name:"solution_type", value:"VendorFix");
script_name("IBM Domino KeyView PDF Filter Buffer Overflow Vulnerabilities");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2016 Greenbone AG");
script_family("Buffer overflow");
script_dependencies("gb_hcl_domino_consolidation.nasl");
script_mandatory_keys("hcl/domino/detected");
script_tag(name:"summary", value:"IBM Domino is prone to multiple buffer overflow vulnerabilities in the KeyView PDF filter.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
script_tag(name:"insight", value:"IBM Domino is prone to multiple heap-based buffer overflow vulnerabilities
in the KeyView PDF filter.");
script_tag(name:"impact", value:"Remote attackers may execute arbitrary code via a crafted PDF document.");
script_tag(name:"affected", value:"IBM Domino 8.5.x before 8.5.3 FP6 IF13 and 9.x before 9.0.1 FP6");
script_tag(name:"solution", value:"Update to 8.5.3 FP6 IF13 or 9.0.1 FP6 or later versions.");
script_xref(name:"URL", value:"https://www-01.ibm.com/support/docview.wss?uid=swg21983292");
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: "8.5.0", test_version2: "8.5.3.6")) {
report = report_fixed_ver(installed_version: version, fixed_version: "8.5.3 FP6 IF13");
security_message(port: 0, data: report);
exit(0);
}
if (version_in_range(version: version, test_version: "9.0", test_version2: "9.0.1.5")) {
report = report_fixed_ver(installed_version: version, fixed_version: "9.0.1 FP6");
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