Frigte has broken access control viewer user can delete admin and other users account
Users with the viewer role can delete admin and other users account. It this leads to denial of service and affects data integrity.
Users with the viewer role can delete admin and other users account. It this leads to denial of service and affects data integrity.
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(). I idenfied multiple vulnerable paths on blakeblackshear/frigate repository. In all of those paths, it …