SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-86187

MEDIUM · CVSS 5.9 EPSS 0.22% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-05 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

AVideo's external-login accounts are vulnerable due to the use of the rand() function for password generation, resulting in weak 31-bit integers. This flaw allows attackers with access to password hashes to recover plaintext passwords within minutes using offline brute-force methods, exacerbated by the unsalted MD5 hashing. Organizations utilizing AVideo should prioritize addressing this vulnerability to safeguard user accounts against potential breaches.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-86187
Severity
MEDIUM
CVSS
5.9
EPSS
0.22%

Original NVD Description

WWBN AVideo generates passwords for external-login accounts using rand() instead of a cryptographic generator, producing only 31-bit integers. Attackers with access to password hashes can recover plaintext passwords in minutes through offline brute-force attacks due to unsalted MD5-based hashing.