CVE-2026-92914 Details
Description
AVideo LoginControl contains an authentication bypass vulnerability in the PGP second factor verification that compares challenge responses using loose equality against an uninitialized session variable. Attackers with a victim's password can bypass the second factor by sending a parameter-less GET request to verifyChallenge.json.php, which evaluates null == null and marks authentication complete.
An authentication bypass vulnerability has been identified in the AVideo LoginControl component, specifically in the PGP second factor verification process. This vulnerability arises because challenge responses are compared using loose equality against an uninitialized session variable. As a result, attackers who have access to a victim's password can bypass the second factor by sending a parameter-less GET request to verifyChallenge.json.php. The request evaluates null == null, leading to the incorrect conclusion that authentication is complete.
It is recommended to change the verification process to use strict equality comparisons and to implement additional checks, such as ensuring the challenge is single-use and has an expiry. Also, the challenge should be required before allowing users to replace their PGP keys.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Sep 17, 2026CISA-ADP
Assessed Sep 17, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/WWBN/AVideo/security/advisories/GHSA-mvmf-jqg6-qhjf | [email protected] | AdvisoryExploitTechnical AnalysisVendor |
| https://www.vulncheck.com/advisories/avideo-logincontrol-pgp-second-factor-authentication-bypass | [email protected] | Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-287 | Improper Authentication | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| WWBN AVideo | <= 29.0 |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 17, 2026 | CVE Modified | CISA-ADP |
| Sep 17, 2026 | New CVE Received | [email protected] |
Volerion