CVE-2024-32874 – In Frigate, Malicious Long Unicode filenames may cause a Multiple Application-level Denial of Service
https://notcve.org/view.php?id=CVE-2024-32874
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()`. Frigate es un grabador de vídeo en red (NVR) con detección de objetos locales en tiempo real para cámaras IP. Por debajo de la versión 0.13.2, al cargar un archivo o recuperar el nombre del archivo, un usuario puede usar intencionalmente un nombre de archivo Unicode grande, lo que conduciría a una denegación de servicio a nivel de aplicación. • https://github.com/blakeblackshear/frigate/commit/cc851555e4029647986dccc8b8ecf54afee31442 https://github.com/blakeblackshear/frigate/security/advisories/GHSA-w4h6-9wrp-v5jq • CWE-770: Allocation of Resources Without Limits or Throttling •