F5 BIG-IP - TIFF vulnerability CVE-2015-7554. Denial of service via crafted field data in TIF
Reporter | Title | Published | Views | Family All 90 |
---|---|---|---|---|
Prion | Code injection | 8 Jan 201619:59 | – | prion |
Tenable Nessus | openSUSE Security Update : tiff (openSUSE-2016-79) | 26 Jan 201600:00 | – | nessus |
Tenable Nessus | F5 Networks BIG-IP : LibTIFF vulnerability (K38871451) | 19 Oct 201600:00 | – | nessus |
Tenable Nessus | openSUSE Security Update : tiff (openSUSE-2016-101) | 27 Jan 201600:00 | – | nessus |
Tenable Nessus | SUSE SLED12 / SLES12 Security Update : tiff (SUSE-SU-2016:0160-1) | 20 Jan 201600:00 | – | nessus |
Tenable Nessus | openSUSE Security Update : tiff (openSUSE-2016-85) | 27 Jan 201600:00 | – | nessus |
Tenable Nessus | Debian DLA-692-1 : tiff3 security update | 3 Nov 201600:00 | – | nessus |
Tenable Nessus | SUSE SLED11 / SLES11 Security Update : tiff (SUSE-SU-2016:0353-1) | 10 Feb 201600:00 | – | nessus |
Tenable Nessus | SUSE SLED12 / SLES12 Security Update : tiff (SUSE-SU-2018:0073-1) | 15 Jan 201800:00 | – | nessus |
Tenable Nessus | openSUSE Security Update : tiff (openSUSE-2018-31) | 16 Jan 201800:00 | – | nessus |
Source | Link |
---|---|
my | www.my.f5.com/manage/s/article/K38871451 |
# 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:/h:f5:big-ip";
if (description)
{
script_oid("1.3.6.1.4.1.25623.1.0.140011");
script_cve_id("CVE-2015-7554");
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_version("2024-05-29T05:05:18+0000");
script_name("F5 BIG-IP - TIFF vulnerability CVE-2015-7554");
script_xref(name:"URL", value:"https://my.f5.com/manage/s/article/K38871451");
script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
script_tag(name:"solution", value:"See the referenced vendor advisory for a solution.");
script_tag(name:"summary", value:"The _TIFFVGetField function in tif_dir.c in libtiff 4.0.6 allows attackers to cause a denial of service (invalid memory write and crash) or possibly have unspecified other impact via crafted field data in an extension tag in a TIFF.");
script_tag(name:"qod_type", value:"package");
script_tag(name:"solution_type", value:"VendorFix");
script_tag(name:"last_modification", value:"2024-05-29 05:05:18 +0000 (Wed, 29 May 2024)");
script_tag(name:"severity_vector", value:"CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H");
script_tag(name:"severity_origin", value:"NVD");
script_tag(name:"severity_date", value:"2018-10-30 16:27:00 +0000 (Tue, 30 Oct 2018)");
script_tag(name:"creation_date", value:"2016-10-24 15:27:53 +0200 (Mon, 24 Oct 2016)");
script_category(ACT_GATHER_INFO);
script_family("F5 Local Security Checks");
script_copyright("Copyright (C) 2016 Greenbone AG");
script_dependencies("gb_f5_big_ip_ssh_login_detect.nasl");
script_mandatory_keys("f5/big_ip/version", "f5/big_ip/active_modules");
exit(0);
}
include("f5.inc");
include("host_details.inc");
include("list_array_func.inc");
include("version_func.inc");
if (!version = get_app_version(cpe: CPE, service: "ssh-login"))
exit(0);
check_f5["WAM"] = make_array("affected", "11.2.1;",
"unaffected", "10.2.1-10.2.4;");
if (report = f5_is_vulnerable(ca: check_f5, version: version)) {
security_message(port: 0, data: report);
exit(0);
}
exit(99);
Transform Your Security Services
Elevate your offerings with Vulners' advanced Vulnerability Intelligence. Contact us for a demo and discover the difference comprehensive, actionable intelligence can make in your security strategy.
Book a live demo