Description
WWBN AVideo through commit c3edcc274c389816d434acadac07ee78eaf330c1 fails to validate video access permissions in the like.json.php endpoint, allowing logged-in users to record likes on password-protected and group-restricted videos. Attackers can submit like requests for videos they cannot watch to increment like counters and bypass access controls.
Published: 2026-09-12
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Access Control Bypass (unauthorized liking of restricted videos)
Action: Apply Patch
AI Analysis

Impact

WWBN AVideo fails to verify that a user has permission to view a video before allowing the user to record a like via the like.json.php endpoint. This omission means that any authenticated user can submit like requests for videos that are password‑protected or belong to a restricted group. The resulting incremented like counter can be used to entice visitors or manipulate popularity metrics, and it also provides a subtle way to confirm the existence and accessibility of protected content. The weakness is an access‑control flaw (CWE‑862).

Affected Systems

The vulnerability affects the WWBN AVideo platform across all releases prior to commit c3edcc274c389816d434acadac07ee78eaf330c1. Users running older builds or custom forks that have not applied this commit are susceptible.

Risk and Exploitability

The CVSS score of medium severity range. No EPSS data is available, and it does not appear in the CISA KEV catalog. The most likely attack vector is an authenticated web user who can issue HTTP requests to the like.json.php endpoint; no privileges beyond a logged‑in session are required. Once authenticated, the attacker can target any protected video URL to increment its like count, effectively bypassing the intended access restrictions. To succeed, the victim must have a login session and the ability to send the appropriate JSON payload to the endpoint.

Generated by OpenCVE AI on September 13, 2026 at 12:58 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor patch that adds permission checks to the like.json.php endpoint (see the advisory commit c3edcc274c389816d434acadac07ee78eaf330c1).
  • If the patch cannot be applied immediately, disable or remove the like.json.php endpoint from your deployment to prevent unauthorized like submissions.
  • Enforce strict access control on like actions by validating user authorization before recording a like.

Generated by OpenCVE AI on September 13, 2026 at 12:58 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 12 Sep 2026 12:30:00 +0000

Type Values Removed Values Added
Description WWBN AVideo through commit c3edcc274c389816d434acadac07ee78eaf330c1 fails to validate video access permissions in the like.json.php endpoint, allowing logged-in users to record likes on password-protected and group-restricted videos. Attackers can submit like requests for videos they cannot watch to increment like counters and bypass access controls.
Title WWBN AVideo Missing Authorization via like.json.php
First Time appeared Wwbn
Wwbn avideo
Weaknesses CWE-862
CPEs cpe:2.3:a:wwbn:avideo:-:*:*:*:*:*:*:*
Vendors & Products Wwbn
Wwbn avideo
References
Metrics cvssV3_1

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

cvssV4_0

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


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-12T12:08:51.803Z

Reserved: 2026-09-12T11:13:17.618Z

Link: CVE-2026-90546

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-12T13:16:52.913

Modified: 2026-09-12T13:16:52.913

Link: CVE-2026-90546

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-13T13:00:15Z

Weaknesses