---
id: CVE-2026-75607
title: Frigate is an open source network video recorder
summary: >-
  Frigate is an open source network video recorder. Prior to 0.17.2, the
  WebSocket handler in frigate/comms/ws.py forwards attacker-selected message
  topics to the dispatcher without checking the authenticated user's role
  because the nginx …
severity: high
cvss: 8.1
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H'
cwe:
  - CWE-862
vendor: blakeblackshear
product: frigate
affected:
  - frigate < 0.17.2
published: '2026-09-22'
updated: '2026-09-22'
sourceUpdated: '2026-09-22T16:17:54.570'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-75607'
references:
  - url: >-
      https://github.com/blakeblackshear/frigate/commit/0371b60c715b8e53deed419f742f69d08ccef491
    label: security-advisories@github.com
  - url: 'https://github.com/blakeblackshear/frigate/pull/22710'
    label: security-advisories@github.com
  - url: 'https://github.com/blakeblackshear/frigate/releases/tag/v0.17.2'
    label: security-advisories@github.com
  - url: >-
      https://github.com/blakeblackshear/frigate/security/advisories/GHSA-r5fm-h944-8chq
    label: security-advisories@github.com
  - url: >-
      https://github.com/blakeblackshear/frigate/security/advisories/GHSA-r5fm-h944-8chq
    label: 134c704f-9b21-4f2e-91b3-4a467353bcc0
tags:
  - nvd
  - cve.org
  - exploit-available
exploitAvailable: true
ssvc:
  exploitation: poc
  automatable: 'no'
  technicalImpact: partial
  timestamp: '2026-09-22T15:44:32.450976Z'
ingestedAt: '2026-09-22T16:06:00.474Z'
epss: 0.00636
epssPercentile: 0.48214
---

## Overview

Frigate is an open source network video recorder. Prior to 0.17.2, the WebSocket handler in frigate/comms/ws.py forwards attacker-selected message topics to the dispatcher without checking the authenticated user's role because the nginx authentication subrequest does not provide role-aware authorization to the handler. Any authenticated viewer can send admin-only topics such as restart, notifications/set, and camera detection, recording, snapshot, audio, motion, and enablement settings, causing service restarts or disabling security monitoring functions. Authentication must be enabled and valid viewer credentials are required. This issue is fixed in version 0.17.2.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
