CVE-2026-33125
Frigte has broken access control viewer user can delete admin and other users account
Description
### Summary Users with the viewer role can delete admin and other users account. It this leads to denial of service and affects data integrity. ### Details Endpoint `DELETE /api/users/admin` is enable to anonymous user. <img width="436" height="100" alt="obraz" src="https://github.com/user-attachments/assets/817f9c47-7bd9-4247-a2f1-0f40778ab229" /> ### PoC I deleted admin user on `demo.frigate.video`: <img width="1091" height="222" alt="obraz" src="https://github.com/user-attachments/assets/34f50a13-3bb7-4aa8-99fa-bd815b3dc915" /> ### Impact It this leads to denial of service and affects data integrity. ### Recommended Fixes Restrict access to the endpoint to authenticated admin users only: Add `dependencies=[Depends(require_role(["admin"]))])` to this endpoint.
How to fix CVE-2026-33125
No fixed version has been published yet. Mitigate by removing the affected package or applying upstream guidance from the references below.
- —no fix listed
Is CVE-2026-33125 being exploited?
Low — EPSS is 0.1%, meaning exploitation activity has not been observed at scale.
Affected packages (1)
- from 0
CVSS scores
| Source | Version | Severity | Vector |
|---|---|---|---|
| osv | CVSS 3.1 | HIGH7.1 | CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:H |