The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2017-20216

CVE-2017-20216: FLIR Thermal Camera RCE Vulnerability

CVE-2017-20216 is a remote command injection vulnerability in FLIR Thermal Camera PT-Series that allows unauthenticated attackers to execute arbitrary commands as root. This article covers technical details, affected systems, and mitigations.

Updated: January 22, 2026

CVE-2017-20216 Overview

CVE-2017-20216 is a critical command injection vulnerability affecting FLIR Thermal Camera PT-Series devices running firmware version 8.0.0.64. The vulnerability exists in the controllerFlirSystem.php script, where multiple unauthenticated remote command injection flaws allow attackers to execute arbitrary system commands with root privileges. The vulnerability is classified as CWE-78 (OS Command Injection) and stems from unsanitized POST parameters passed to the execFlirSystem() function through shell_exec() calls.

Critical Impact

Unauthenticated remote attackers can execute arbitrary commands as root on vulnerable FLIR thermal cameras, potentially leading to complete device compromise, surveillance network infiltration, and lateral movement across connected infrastructure.

Affected Products

  • FLIR Thermal Camera PT-Series firmware version 8.0.0.64
  • FLIR PT-Series devices with vulnerable controllerFlirSystem.php implementation
  • Network-connected FLIR thermal imaging systems without input sanitization

Discovery Timeline

  • 2026-01-08 - CVE CVE-2017-20216 published to NVD
  • 2026-01-08 - Last updated in NVD database

Technical Details for CVE-2017-20216

Vulnerability Analysis

This vulnerability allows unauthenticated attackers to remotely execute arbitrary operating system commands on affected FLIR thermal cameras. The flaw exists because the web application fails to properly sanitize user-supplied input before incorporating it into system commands executed via PHP's shell_exec() function. Since the web server typically runs with elevated privileges on embedded devices, successful exploitation grants attackers root-level access to the underlying Linux operating system.

The network-accessible nature of this vulnerability combined with the lack of authentication requirements makes it particularly dangerous. Thermal imaging cameras are often deployed in critical infrastructure environments including industrial facilities, perimeter security systems, and building automation networks, amplifying the potential impact of compromise.

Root Cause

The root cause of CVE-2017-20216 is improper input validation in the controllerFlirSystem.php script. Specifically, the execFlirSystem() function accepts user-controlled POST parameters and passes them directly to shell_exec() without sanitization or validation. This classic command injection pattern allows attackers to append arbitrary shell commands using metacharacters such as semicolons, pipes, or command substitution syntax.

The absence of input filtering, combined with the lack of authentication on the vulnerable endpoint, creates a trivially exploitable attack surface that can be reached by any network-adjacent or internet-exposed attacker.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. An attacker can craft malicious HTTP POST requests to the controllerFlirSystem.php endpoint, injecting shell commands through unsanitized parameters. The vulnerability is exploited by appending command separators and malicious payloads to expected parameter values.

For example, an attacker could inject commands by including shell metacharacters in POST data, causing the server to execute unintended commands with root privileges. The exploitation methodology involves sending specially crafted POST requests containing command injection payloads that are then executed by the underlying shell.

Technical details and proof-of-concept information are available through ZeroScience Vulnerability ZSL-2017-5438, Exploit-DB #42785, and Packet Storm File #144321.

Detection Methods for CVE-2017-20216

Indicators of Compromise

  • HTTP POST requests to controllerFlirSystem.php containing shell metacharacters (;, |, $(, `)
  • Unexpected outbound connections from thermal camera devices to external IP addresses
  • Unusual process spawning or command execution patterns in device logs
  • Modified configuration files or unauthorized user accounts on camera systems

Detection Strategies

  • Monitor web server access logs for requests targeting controllerFlirSystem.php with suspicious parameter values
  • Implement network intrusion detection rules to identify command injection patterns in HTTP POST traffic
  • Deploy behavioral analysis to detect anomalous process execution on embedded camera systems
  • Review firewall logs for unexpected outbound traffic from IoT/camera network segments

Monitoring Recommendations

  • Isolate thermal camera networks from general corporate infrastructure using network segmentation
  • Enable comprehensive logging on network boundary devices monitoring camera traffic
  • Implement alerting for any authentication failures or unusual administrative access attempts
  • Conduct regular vulnerability scanning of IoT and embedded device networks

How to Mitigate CVE-2017-20216

Immediate Actions Required

  • Identify all FLIR PT-Series thermal cameras in your environment running firmware version 8.0.0.64
  • Restrict network access to vulnerable devices using firewall rules or VLAN segmentation
  • Block external access to camera web interfaces and management ports
  • Review device logs for evidence of prior exploitation attempts

Patch Information

Organizations should consult the FLIR Security Blog for official remediation guidance and firmware updates. Contact FLIR support directly to obtain the latest firmware version that addresses this vulnerability. Apply updates during scheduled maintenance windows and verify successful installation.

Additional technical details regarding this vulnerability can be found at CXSecurity Issue WLB-2017090203.

Workarounds

  • Place vulnerable cameras behind a network firewall that blocks untrusted access to the web interface
  • Implement a VPN requirement for remote administrative access to camera management interfaces
  • Disable or restrict access to the vulnerable controllerFlirSystem.php script if operationally feasible
  • Deploy a web application firewall (WAF) to filter malicious input patterns targeting the vulnerable endpoint
bash
# Network isolation example using iptables
# Restrict access to camera web interface (port 80/443) from trusted management IPs only
iptables -A INPUT -p tcp --dport 80 -s 10.0.0.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -s 10.0.0.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 80 -j DROP
iptables -A INPUT -p tcp --dport 443 -j DROP

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechFlir Thermal Camera

  • SeverityCRITICAL

  • CVSS Score9.3

  • EPSS Probability0.31%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-78
  • Technical References
  • CXSecurity Issue WLB-2017090203

  • Packet Storm File #144321

  • FLIR Blog Post on Security

  • Exploit-DB #42785

  • ZeroScience Vulnerability ZSL-2017-5438
  • Related CVEs
  • CVE-2017-20215: FLIR Thermal Camera RCE Vulnerability

  • CVE-2017-20214: FLIR Thermal Camera Auth Bypass Issue

  • CVE-2017-20212: FLIR Thermal Camera Info Disclosure Flaw
Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English