Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-33126

CVE-2026-33126: Frigate NVR SSRF Vulnerability

CVE-2026-33126 is a server-side request forgery flaw in Frigate network video recorder that enables attackers to exploit internal networks and cloud services. This article covers technical details, affected versions, and patches.

Published: March 27, 2026

CVE-2026-33126 Overview

CVE-2026-33126 is a Server-Side Request Forgery (SSRF) vulnerability affecting Frigate, an open-source network video recorder (NVR) with real-time local object detection for IP cameras. Prior to version 0.16.3, the /ffprobe endpoint accepts arbitrary user-controlled URLs without proper validation, allowing attackers to leverage the Frigate server to make unauthorized HTTP requests to internal network resources, cloud metadata services, or perform port scanning against internal infrastructure.

Critical Impact

Authenticated attackers can exploit the vulnerable /ffprobe endpoint to access internal network resources, enumerate services, and potentially exfiltrate sensitive information from cloud metadata endpoints.

Affected Products

  • Frigate NVR versions prior to 0.16.3
  • Self-hosted Frigate deployments with exposed web interfaces
  • Docker-based Frigate installations with network access to internal resources

Discovery Timeline

  • 2026-03-20 - CVE-2026-33126 published to NVD
  • 2026-03-23 - Last updated in NVD database

Technical Details for CVE-2026-33126

Vulnerability Analysis

The vulnerability exists in the /ffprobe endpoint of the Frigate web interface, which is designed to probe media streams and retrieve metadata about video sources. This endpoint accepts a URL parameter that specifies the target stream to analyze. The core issue is that the application fails to implement proper input validation or URL allowlisting, enabling authenticated users to supply arbitrary URLs pointing to any destination.

When exploited, the Frigate server acts as a proxy, making HTTP requests on behalf of the attacker to internal resources that would otherwise be inaccessible from external networks. This is particularly dangerous in containerized deployments where Frigate may have access to Docker networks, host services, or cloud provider metadata endpoints such as http://169.254.169.254/ on AWS, GCP, or Azure instances.

Root Cause

The root cause is improper input validation (CWE-918: Server-Side Request Forgery) in the URL handling logic of the /ffprobe endpoint. The application does not restrict which protocols, hostnames, or IP addresses can be specified in the URL parameter. There is no validation to ensure requests are limited to legitimate camera stream sources, allowing attackers to target arbitrary internal and external endpoints.

Attack Vector

The attack requires network access to the Frigate web interface and low-level privileges (authenticated access). An attacker can craft requests to the /ffprobe endpoint with malicious URLs targeting:

  • Internal network services: Access databases, admin panels, or other services on localhost or private IP ranges
  • Cloud metadata services: Retrieve instance credentials, configuration data, and sensitive metadata from cloud provider endpoints
  • Port scanning: Enumerate open ports and services on internal hosts by observing response timing and error messages
  • Internal API access: Interact with internal REST APIs or microservices that trust requests from the internal network

The vulnerability is exploited by sending crafted HTTP requests to the Frigate server's /ffprobe endpoint with a URL parameter pointing to the target resource. The server processes the request and returns the response, effectively acting as an open proxy for the attacker.

Detection Methods for CVE-2026-33126

Indicators of Compromise

  • Unusual requests to the /ffprobe endpoint with URLs pointing to internal IP addresses (e.g., 127.0.0.1, 10.x.x.x, 172.16-31.x.x, 192.168.x.x)
  • Requests to /ffprobe targeting cloud metadata endpoints such as 169.254.169.254
  • Anomalous outbound connections from the Frigate server to internal services or unexpected external destinations
  • Sequential requests to /ffprobe with incrementing port numbers indicative of port scanning activity

Detection Strategies

  • Monitor web server access logs for requests to /ffprobe containing suspicious URL patterns including private IP ranges and metadata service addresses
  • Implement network monitoring to detect outbound connections from Frigate containers to internal services that should not be accessed
  • Configure intrusion detection rules to alert on SSRF patterns in HTTP request parameters
  • Review application logs for failed or unusual FFprobe operations against non-camera endpoints

Monitoring Recommendations

  • Enable verbose logging on the Frigate application to capture all /ffprobe requests with full URL parameters
  • Deploy network segmentation monitoring to detect cross-segment traffic originating from NVR systems
  • Implement egress filtering alerts for the Frigate host or container attempting to access internal network ranges

How to Mitigate CVE-2026-33126

Immediate Actions Required

  • Upgrade Frigate to version 0.16.3 or later immediately to address this vulnerability
  • Restrict network access to the Frigate web interface using firewall rules or reverse proxy authentication
  • Implement network segmentation to limit Frigate's access to only required camera network segments
  • Review logs for evidence of exploitation attempts against the /ffprobe endpoint

Patch Information

The Frigate development team has addressed this vulnerability in version 0.16.3. The fix implements proper URL validation to prevent requests to unauthorized destinations. Users should upgrade to this version or later as soon as possible.

For detailed patch information, see the Frigate v0.16.3 Release Notes and the GitHub Security Advisory GHSA-j6g3-3j3q-c2xv.

Workarounds

  • Deploy Frigate behind a reverse proxy that blocks or restricts access to the /ffprobe endpoint for untrusted users
  • Implement network-level controls to prevent the Frigate server from making outbound connections to internal network ranges
  • Use firewall rules to block outbound traffic from the Frigate container to cloud metadata IP addresses (169.254.169.254)
  • Consider running Frigate in an isolated network segment with no access to sensitive internal resources
bash
# Example: Block cloud metadata access from Frigate container using iptables
iptables -A OUTPUT -d 169.254.169.254 -j DROP

# Example: Docker network isolation for Frigate
docker network create --internal frigate-isolated
docker run --network frigate-isolated ghcr.io/blakeblackshear/frigate:0.16.3

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechFrigate

  • SeverityMEDIUM

  • CVSS Score4.3

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Technical References
  • GitHub Frigate Release v0.16.3
  • Vendor Resources
  • GitHub Security Advisory GHSA-j6g3-3j3q-c2xv
  • Related CVEs
  • CVE-2026-33469: Frigate NVR Information Disclosure Flaw

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

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

  • CVE-2026-33125: Frigate NVR Privilege Escalation Flaw
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