v0.16.4
wailsapp/wailsv0.16.4Jan 29, 2026by blakeblackshear
AI Summary
Addresses a critical security vulnerability involving authenticated remote command execution and container escape. Includes updates to container images for various architectures and documentation fixes.
Key Highlights
- Security patch for authenticated Remote Command Execution (RCE) and Container Escape
- Updated container images for multiple architectures including ARM64, TensorRT, and ROCm
- Documentation updates for Wyze Cameras and Hikvision hardware links
- Ported go2rtc check functionality
New Features
- Fixed missing quotes in Reolink example documentation
- Updated OpenVINO D-FINE configuration default device
- Updated camera links in hardware documentation
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