CVE-2026-75607 PUBLISHED

Frigate: WebSocket Missing Authorization — Viewer Can Execute Admin-Only Operations

Assigner: GitHub_M
Reserved: 17.08.2026 Published: 22.09.2026 Updated: 22.09.2026

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.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H
CVSS Score: 8.1

Product Status

Vendor blakeblackshear
Product frigate
Versions
  • Version < 0.17.2 is affected

References

Problem Types

  • CWE-862: Missing Authorization CWE