CVE-2026-82643
Received Received - Intake

Unauthenticated Credential Submission in WWBN AVideo

Vulnerability report for CVE-2026-82643, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-30

Last updated on: 2026-08-30

Assigner: VulnCheck

Description

WWBN AVideo contains an unauthenticated credential submission vulnerability in plugin/Live/api/preauthorize.json.php that accepts credentials over GET without rate limiting. Attackers can submit correct credentials repeatedly to trigger uncapped two-factor confirmation emails and perform sustained password guessing attacks against user accounts.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-30
Last Modified
2026-08-30
Generated
2026-08-30
AI Q&A
2026-08-30
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
wwbn avideo *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-307 The product does not implement sufficient measures to prevent multiple failed authentication attempts within a short time frame.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-82643 is an unauthenticated credential submission vulnerability in WWBN AVideo's plugin/Live/api/preauthorize.json.php endpoint. It allows attackers to submit credentials via GET requests without rate limiting, triggering unlimited two-factor authentication emails and enabling password guessing attacks.

Detection Guidance

Check for repeated GET requests to the endpoint /plugin/Live/api/preauthorize.json.php with credential parameters. Monitor for excessive 2FA email triggers or failed login attempts from the same IP. Use tools like Wireshark or tcpdump to inspect HTTP traffic for suspicious patterns targeting this path.

Impact Analysis

Attackers can perform brute-force attacks on user accounts, flood mailboxes with 2FA emails causing MFA fatigue, and potentially gain unauthorized access. The lack of rate limiting allows sustained credential submission attempts.

Compliance Impact

This vulnerability could lead to unauthorized access to sensitive data, violating GDPR's data protection requirements and HIPAA's security rules for protected health information. It undermines access controls and authentication safeguards required by these regulations.

Mitigation Strategies

Disable GET method for credential submissions in the endpoint. Implement rate limiting on the /plugin/Live/api/preauthorize.json.php endpoint. Add account lockout mechanisms after multiple failed attempts. Ensure CSRF protection is enforced for all methods.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-82643. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart