Skip to content
Threat Feed
high advisory

Authentication Bypass in AVideo LoginControl via PGP Verification

An authentication bypass vulnerability in AVideo LoginControl allows attackers with a victim's password to circumvent PGP two-factor authentication by exploiting loose equality checks.

CVE search metadata

CVE search record: CVE-2026-92914. Severity: high. CVSS: 8.1. KEV: no. Product: LoginControl. Brief: Authentication Bypass in AVideo LoginControl via PGP Verification. Brief link: https://feed.craftedsignal.io/briefs/2026-09-avideo-auth-bypass/

AVideo LoginControl contains an authentication bypass vulnerability within its PGP second-factor verification process. The vulnerability stems from an insecure implementation of challenge response verification that uses loose equality comparison (==) against an uninitialized session variable. Because the code evaluates an uninitialized session variable as null, an attacker possessing a victim's account password can trigger this bypass by submitting a parameter-less GET request to the 'verifyChallenge.json.php' endpoint. This results in a condition where the check evaluates null == null, allowing the system to erroneously mark the second-factor authentication as complete. This flaw grants unauthorized access to accounts that have PGP-based multi-factor authentication enabled, effectively negating the security controls intended to protect these identities. Defenders should identify instances of AVideo LoginControl and monitor web server access logs for anomalous requests to the identified verification endpoint.

Impact

Successful exploitation of CVE-2026-92914 allows unauthenticated actors who have obtained valid user credentials to bypass second-factor authentication controls. This leads to unauthorized account access, potential data exfiltration, and persistence within the application environment. The severity is assessed as high due to the bypass of critical authentication controls in enterprise media management workflows.

Recommendation

  • Deploy the provided Sigma rule to detect suspicious access to the vulnerable verification endpoint.
  • Review web server logs for requests to 'verifyChallenge.json.php' that lack expected parameters or authentication headers.
  • Identify all instances of AVideo LoginControl within the environment and coordinate with the vendor or upstream project for available security patches.

Immediate actions

Deploy Sigma rule to monitor for parameter-less access to verifyChallenge.json.php

Detection Engineering 24h

Threat Hunt

Search logs for successful logins to AVideo that coincide with parameter-less requests to verifyChallenge.json.php

T1550.001 high high confidence hunt now

Data: Web server access logs

Mitigations

Identify and disable PGP-based 2FA if patching is not immediately available

immediate IT Operations

CVE-2026-92914

Detection coverage 1

Detect CVE-2026-92914 Exploitation - Unauthenticated AVideo Authentication Bypass

high

Detects exploitation of CVE-2026-92914 by monitoring for GET requests to verifyChallenge.json.php that lack required query parameters, potentially triggering the loose equality authentication bypass.

sigma tactics: initial_access techniques: T1550.001 sources: webserver

Detection queries are available on the platform. Get full rules →