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.
Published: 2026-08-30
Score: 6.9 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability in the preauthorize.json.php script allows attackers to submit any username and password pair via a GET request without authentication or rate limiting. When a valid credential set is supplied, the system sends an unlimited number of two‑factor authentication confirmation emails. This grants attackers the ability to repeatedly attempt password combinations (password guessing) while avoiding detection by email throttling. The flaw is classified as CWE‑307, making it a weak password verification of authentication bypass. The primary impact is on account compromise risk, email system abuse, and potential denial of service due to excessive email traffic.

Affected Systems

The flaw affects the WWBN AVideo application, specifically the Live API endpoint located at plugin/Live/api/preauthorize.json.php. All deployed instances of AVideo that contain this endpoint are vulnerable. No specific product version was listed, so administrators should examine any installed AVideo packages that include this file.

Risk and Exploitability

With a CVSS score of 6.9, the vulnerability is considered moderate severity. The lack of rate limiting makes exploitation trivial; an attacker does not need privileged access and can perform an automated brute‑force campaign. The EPSS score is not available, so historical exploitation data are unknown, and the vulnerability is not in the CISA KEV catalogue. Attackers can target the public endpoint over HTTP, potentially using automated scripts to submit numerous credential guesses and trigger a flood of two‑factor emails, thereby creating a denial‑of-service effect for legitimate users.

Generated by OpenCVE AI on August 30, 2026 at 15:36 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to the latest WWBN AVideo release that removes or rate‑limits the preauthorize.json.php endpoint, ensuring that credential submissions are properly authenticated and throttled.
  • If upgrading immediately is not possible, restrict access to the /plugin/Live/api/preauthorize.json.php path by configuring web‑server authentication (e.g., Basic Auth) or IP‑based access control lists so only trusted administrators can reach the endpoint.
  • Implement application‑level or OS/Firewall rate limiting on the preauthorize.json.php endpoint to cap the number of credential submissions per IP address per minute, and add an email throttling rule to constrain the rate of 2FA confirmation messages.

Generated by OpenCVE AI on August 30, 2026 at 15:36 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 30 Aug 2026 14:45:00 +0000

Type Values Removed Values Added
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.
Title WWBN AVideo Unauthenticated Rate Limit Bypass via preauthorize.json.php
First Time appeared Wwbn
Wwbn avideo
Weaknesses CWE-307
CPEs cpe:2.3:a:wwbn:avideo:*:*:*:*:*:*:*:*
Vendors & Products Wwbn
Wwbn avideo
References
Metrics cvssV3_1

{'score': 6.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L'}

cvssV4_0

{'score': 6.9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:L/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-30T14:33:27.655Z

Reserved: 2026-08-30T13:38:00.101Z

Link: CVE-2026-82643

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-30T15:16:44.583

Modified: 2026-08-30T15:16:44.583

Link: CVE-2026-82643

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-30T15:45:04Z

Weaknesses
  • CWE-307

    Improper Restriction of Excessive Authentication Attempts