v0.16.4
blakeblackshear/frigatev0.16.4Jan 29, 2026by blakeblackshear
AI Summary
Patch release addressing a security vulnerability for authenticated remote command execution and container escape. Includes documentation fixes and go2rtc improvements.
Key Highlights
- Security fix for Authenticated Remote Command Execution (RCE) and Container Escape (GHSA-4c97-5jmr-8f6x)
- Documentation updates for Reolink, Wyze Cameras, OpenVINO D-FINE, and Hikvision
- go2rtc check ported
New Features
- Security patch for authenticated RCE and container escape vulnerability
- Documentation fixes for camera configurations
- OpenVINO D-FINE configuration default device update
- go2rtc check implementation
Full Release Notes
## Images - [ghcr.io/blakeblackshear/frigate:0.16.4](https://github.com/blakeblackshear/frigate/pkgs/container/frigate/660761432?tag=0.16.4) - [ghcr.io/blakeblackshear/frigate:0.16.4-standard-arm64](https://github.com/blakeblackshear/frigate/pkgs/container/frigate/660757850?tag=0.16.4-standard-arm64) - [ghcr.io/blakeblackshear/frigate:0.16.4-tensorrt](https://github.com/blakeblackshear/frigate/pkgs/container/frigate/660772919?tag=0.16.4-tensorrt) - [ghcr.io/blakeblackshear/frigate:0.16.4-rk](https://github.com/blakeblackshear/frigate/pkgs/container/frigate/660781033?tag=0.16.4-rk) - [ghcr.io/blakeblackshear/frigate:0.16.4-rocm](https://github.com/blakeblackshear/frigate/pkgs/container/frigate/660792419?tag=0.16.4-rocm) - [ghcr.io/blakeblackshear/frigate:0.16.4-tensorrt-jp6](https://github.com/blakeblackshear/frigate/pkgs/container/frigate/661068168?tag=0.16.4-tensorrt-jp6) ## Security Advisory A security vulnerability was reported and addressed with this release. Exploiting this vulnerability requires authenticated access to Frigate. - [Authenticated Remote Command Execution (RCE) and Container Escape](https://github.com/blakeblackshear/frigate/security/advisories/GHSA-4c97-5jmr-8f6x) ## What's Changed * docs: fix the missing quotes in the Reolink example within the docume… by @ZhaiSoul in https://github.com/blakeblackshear/frigate/pull/21178 * Update camera_specific.md for Wyze Cameras (Thingino) by @User873902 in https://github.com/blakeblackshear/frigate/pull/21221 * docs: update OpenVINO D-FINE configuration default device by @ZhaiSoul in https://github.com/blakeblackshear/frigate/pull/21231 * Update Hikvision camera link in hardware documentation by @NickM-27 in https://github.com/blakeblackshear/frigate/pull/21256 * update copyright by @blakeblackshear in https://github.com/blakeblackshear/frigate/pull/21485 * Port go2rtc check by @blakeblackshear in https://github.com/blakeblackshear/frigate/pull/21808 ## New Contributors * @User873902 made their first contribution in https://github.com/blakeblackshear/frigate/pull/21221 **Full Changelog**: https://github.com/blakeblackshear/frigate/compare/v0.16.3...v0.16.4