Security Advisory

CVE-2024-32874

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2024-05-09 14:20:04
Last updated 2024-08-02 02:20:35
Assigner GitHub_M
State PUBLISHED

Description

Frigate is a network video recorder (NVR) with realtime local object detection for IP cameras. Below 0.13.2 Release, when uploading a file or retrieving the filename, a user may intentionally use a large Unicode filename which would lead to a application-level denial of service. This is due to no limitation set on the length of the filename and the costy use of the Unicode normalization with the form NFKD under the hood of `secure_filename()`.