Skip to main content

Frigate EUVDEUVD-2026-13653

| CVE-2026-33124 HIGH
Improper Authentication (CWE-287)
2026-03-20 GitHub_M
8.8
CVSS 3.1 · GitHub Advisory
Share

Severity by source

GitHub Advisory PRIMARY
8.8 HIGH
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

Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

6
Analysis Updated
Apr 16, 2026 - 06:19 EUVD-patch-fix
executive_summary
Re-analysis Queued
Apr 16, 2026 - 05:29 backfill_euvd_patch
patch_released
Patch available
Apr 16, 2026 - 05:29 EUVD
0.17.0-beta1
EUVD ID Assigned
Mar 20, 2026 - 09:30 euvd
EUVD-2026-13653
Analysis Generated
Mar 20, 2026 - 09:30 vuln.today
CVE Published
Mar 20, 2026 - 09:16 nvd
HIGH 8.8

DescriptionGitHub 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.

Share

EUVD-2026-13653 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy