Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Primary rating from GitHub Advisory · only source for this CVE.
CVSS VectorGitHub Advisory
Lifecycle Timeline
6DescriptionGitHub Advisory
Frigate is a network video recorder (NVR) with realtime local object detection for IP cameras. Versions prior to 0.17.0-beta1 allow any authenticated user to change their own password without verifying the current password through the /users/{username}/password endpoint. Changing a password does not invalidate existing JWT tokens, and there is no validation of password strength. If an attacker obtains a valid session token (e.g., via accidentally exposed JWT, stolen cookie, XSS, compromised device, or sniffing over HTTP), they can change the victim’s password and gain permanent control of the account. Since password changes do not invalidate existing JWT tokens, session hijacks persist even after a password reset. Additionally, the lack of password strength validation exposes accounts to brute-force attacks. This issue has been resolved in version 0.17.0-beta1.
AnalysisAI
Frigate versions prior to 0.17.0-beta1 contain an authentication weakness that allows any authenticated user to change another user's password without verifying the current password via the /users/{username}/password endpoint, combined with a failure to invalidate existing JWT tokens upon password change and absence of password strength validation. An attacker who obtains a valid session token through XSS, accidental exposure, cookie theft, compromised device, or unencrypted HTTP sniffing can permanently hijack victim accounts by changing their password while maintaining session access through non-invalidated tokens. This vulnerability has not been reported as actively exploited in the wild (KEV status unknown), but the straightforward nature of the attack and the common exposure vectors for JWT tokens make this a practical threat requiring immediate patching.
Technical ContextAI
Frigate is a network video recorder (NVR) application built on web authentication mechanisms using JWT (JSON Web Tokens) for session management. The vulnerability stems from improper implementation of the password change endpoint (CWE-287: Improper Authentication) which fails to validate user identity before allowing password modification, does not enforce password complexity requirements, and critically does not implement token revocation upon credential change. The CPE affected is cpe:2.3:a:blakeblackshear:frigate:*:*:*:*:*:*:*:*, indicating all versions of the official Frigate application are vulnerable until the patched release. The root cause involves missing identity verification checks in the authentication layer and incomplete session lifecycle management—a common pattern when password change functionality is added without comprehensive security consideration of its downstream effects on existing authenticated sessions.
RemediationAI
Immediately upgrade Frigate to version 0.17.0-beta1 or later, as documented in the vendor advisory at https://github.com/blakeblackshear/frigate/security/advisories/GHSA-24p8-r573-vwr2. The fix is implemented in commit 152e58520614610988bff3b6ff55d0aefd89c1b2. Until patching can be completed, enforce HTTPS-only connections to all Frigate endpoints using a reverse proxy with HSTS (Strict-Transport-Security) headers to prevent token sniffing over unencrypted channels, restrict network access to Frigate's API endpoints to trusted IP ranges and VLANs, implement Content-Security-Policy headers to mitigate XSS attack vectors that could leak JWT tokens, and disable or invalidate long-lived sessions in favor of short-lived tokens with regular re-authentication requirements. Additionally, review and revoke any suspicious session tokens through audit logs if available.
Frigate NVR has a command injection vulnerability (CVSS 9.1) allowing authenticated attackers to execute OS commands on
Frigate is an open source network video recorder. Rated high severity (CVSS 7.5), this vulnerability is remotely exploit
Frigate is an open source network video recorder. Rated medium severity (CVSS 6.8), this vulnerability is remotely explo
Frigate is an open source network video recorder. Rated medium severity (CVSS 4.7), this vulnerability is remotely explo
Frigate network video recorder versions prior to 0.17.1 allow authenticated users with restricted camera access to enume
Broken access control in Frigate 0.17.0 allows authenticated non-admin users to retrieve the complete raw configuration
Frigate versions prior to 0.16.3 contain a Server-Side Request Forgery (SSRF) vulnerability in the /ffprobe endpoint tha
Same weakness CWE-287 – Improper Authentication
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-13653