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
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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-2026-25643

CVE-2026-25643: Frigate NVR Remote Code Execution Flaw

CVE-2026-25643 is a remote code execution vulnerability in Frigate network video recorder affecting go2rtc integration. Attackers can inject system commands via config.yaml. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: February 13, 2026

CVE-2026-25643 Overview

CVE-2026-25643 is a critical Remote Command Execution (RCE) vulnerability discovered in Frigate, a popular network video recorder (NVR) solution featuring realtime local object detection for IP cameras. The vulnerability exists in the integration between Frigate and the go2rtc streaming service, where insufficient input sanitization in the video stream configuration allows attackers to inject and execute arbitrary system commands.

Critical Impact

Attackers with administrative access or access to unsecured Frigate installations can achieve complete system compromise through command injection, potentially gaining full control over the underlying server and any connected surveillance infrastructure.

Affected Products

  • Frigate NVR versions prior to 0.16.4
  • Frigate installations integrated with go2rtc service
  • Systems with exposed administrative interfaces or lacking authentication

Discovery Timeline

  • 2026-02-06 - CVE-2026-25643 published to NVD
  • 2026-02-11 - Last updated in NVD database

Technical Details for CVE-2026-25643

Vulnerability Analysis

This vulnerability represents a classic OS Command Injection flaw (CWE-78) where user-controlled input flows into system command execution without proper sanitization. The vulnerability specifically manifests in how Frigate handles video stream configurations within the config.yaml file.

When administrators configure video streams, the go2rtc service provides an exec: directive that allows execution of external commands for stream handling. The application fails to sanitize or validate user input passed through this directive, creating a direct injection point for malicious commands. Since go2rtc executes these commands without any restrictions or sandboxing, an attacker can leverage this to run arbitrary code with the privileges of the go2rtc process.

The attack surface is limited to administrators or scenarios where Frigate installations have been exposed to the internet without authentication. However, the lack of authentication on exposed instances means that any unauthenticated user could modify configurations and exploit this vulnerability.

Root Cause

The root cause of this vulnerability is insufficient input validation and sanitization in the video stream configuration parser. The application directly passes user-supplied configuration values to the shell execution context through the exec: directive without implementing proper escaping, allowlisting, or command injection protections. This violates the security principle of never trusting user input, especially when that input is used in command execution contexts.

Attack Vector

The attack is network-accessible, requiring no user interaction but requiring high privileges (administrative access) or exploitation of misconfigured installations lacking authentication. An attacker can craft malicious configurations containing shell metacharacters and command sequences that break out of the intended execution context.

For example, an attacker with access to the configuration file could inject commands within the exec: directive value. When go2rtc processes the stream configuration, the injected commands execute on the underlying system. This could allow the attacker to establish reverse shells, exfiltrate sensitive data, pivot to other network resources, or completely compromise the surveillance infrastructure.

The vulnerability is particularly dangerous in environments where Frigate systems may have access to sensitive video feeds or are connected to broader network infrastructure.

Detection Methods for CVE-2026-25643

Indicators of Compromise

  • Unexpected modifications to config.yaml files, particularly in stream configuration sections containing the exec: directive
  • Unusual process spawning from the go2rtc service or its parent processes
  • Suspicious outbound network connections from the Frigate server to unknown destinations
  • Presence of shell metacharacters (;, |, &, $(), backticks) in configuration values

Detection Strategies

  • Monitor file integrity of Frigate configuration files using FIM (File Integrity Monitoring) solutions
  • Implement log analysis for go2rtc service to identify unusual command executions
  • Deploy network intrusion detection to identify reverse shell connections or command-and-control traffic originating from NVR systems
  • Review authentication logs for unauthorized administrative access attempts

Monitoring Recommendations

  • Enable verbose logging for both Frigate and go2rtc services to capture configuration changes and command executions
  • Implement alerting for any process execution chains originating from go2rtc that include common shell utilities like bash, sh, curl, wget, or nc
  • Monitor for file system changes in system directories that shouldn't be modified by the NVR application
  • Set up network monitoring for unusual traffic patterns from surveillance infrastructure to internal or external destinations

How to Mitigate CVE-2026-25643

Immediate Actions Required

  • Upgrade Frigate to version 0.16.4 or later immediately, which contains the security fix for this vulnerability
  • Ensure Frigate installations are not exposed directly to the internet without proper authentication mechanisms
  • Review existing config.yaml files for any suspicious or unexpected entries in stream configurations
  • Implement network segmentation to isolate NVR systems from critical infrastructure

Patch Information

The vulnerability has been addressed in Frigate version 0.16.4. The fix implements proper input sanitization for the video stream configuration to prevent command injection through the exec: directive. Users should update immediately by pulling the latest release from the official GitHub repository. Full details about the vulnerability and the fix are available in the GitHub Security Advisory.

Workarounds

  • If immediate patching is not possible, disable or restrict access to the administrative interface until the update can be applied
  • Place Frigate installations behind a reverse proxy with strong authentication (e.g., OAuth, mutual TLS)
  • Implement firewall rules to restrict access to Frigate management interfaces to trusted IP addresses only
  • Audit and remove any exec: directives from configuration files that are not strictly necessary for operation
bash
# Verify Frigate version after upgrade
docker exec -it frigate frigate --version
# Expected output: 0.16.4 or higher

# Check for exposed ports and restrict access
iptables -A INPUT -p tcp --dport 5000 -s 192.168.1.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 5000 -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/TechFrigate

  • SeverityCRITICAL

  • CVSS Score9.1

  • EPSS Probability0.94%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-78
  • Technical References
  • GitHub Release v0.16.4
  • Vendor Resources
  • GitHub Security Advisory GHSA-4c97-5jmr-8f6x
  • Related CVEs
  • CVE-2026-33469: Frigate NVR Information Disclosure Flaw

  • CVE-2026-33470: Frigate NVR Auth Bypass Vulnerability

  • CVE-2026-33126: Frigate NVR SSRF Vulnerability

  • CVE-2026-33124: Frigate NVR Auth Bypass Vulnerability
Default Legacy - Prefooter | 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