CVE-2026-75608 PUBLISHED

Frigate: Viewer-Role User Can Access go2rtc Internal API to obtain sensitive information

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.18.0, the prefix-matched location /api/go2rtc/api in docker/main/rootfs/usr/local/nginx/conf/nginx.conf requires authentication but does not require an administrator role for GET requests, exposing the proxied go2rtc API to viewer users. An authenticated viewer can request the streams, config, log, and stack subpaths to obtain internal addresses, configuration paths, application logs, goroutine stack data, and RTSP stream URLs that may contain camera credentials. Non-GET methods remain blocked by limit_except GET. This issue is fixed in version 0.18.0.

Metrics

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

Product Status

Vendor blakeblackshear
Product frigate
Versions
  • Version < 0.18.0 is affected

References

Problem Types

  • CWE-863: Incorrect Authorization CWE