Description
AVideo through commit c3edcc274c389816d434acadac07ee78eaf330c1 contains a cross-site request forgery vulnerability in the setPassword.json.php endpoint that allows unauthenticated attackers to modify any user's channel password by sending a GET request. Attackers can craft a malicious webpage that, when visited by an authenticated administrator, sets or clears any user's channel password without CSRF token validation.
Published: 2026-09-10
Score: 7.1 High
EPSS: n/a
KEV: No
Impact: Unauthorized password change
Action: Apply Patch
AI Analysis

Impact

AVideo has a cross‑site request forgery vulnerability in the setPassword.json.php endpoint. An attacker who can cause an authenticated administrator to visit a malicious webpage can issue a GET request to change or clear any user’s channel password. The flaw allows unauthenticated users to trigger the action without a CSRF token, resulting in credential manipulation.

Affected Systems

The affected product is AVideo from WWBN. Specific version information is not provided, but the issue exists in the code before commit c3edcc274c389816d434acadac07ee78eaf330c1 and will affect any installations using earlier versions of the setPassword.json.php handler.

Risk and Exploitability

The CVSS score of 7.1 indicates a high impact. The EPSS score is not available, and the vulnerability is not listed in the CISA KEV catalog. The likely attack vector is a web‑based CSRF attack; an attacker can craft a malicious webpage that an administrator visits, causing the authenticated session to perform the password change. The vulnerability can be exploited remotely without initial authentication, but it requires the target user to be logged into the application when the malicious page loads.

Generated by OpenCVE AI on September 10, 2026 at 15:02 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor‑supplied patch or upgrade to a release that includes the fix for the setPassword.json.php CSRF issue.
  • If a patch is unavailable, restrict the setPassword endpoint to POST requests only and implement proper CSRF token validation.
  • Restrict the exposure of the setPassword.json.php endpoint by enabling IP whitelisting or network segmentation to limit administrative access.

Generated by OpenCVE AI on September 10, 2026 at 15:02 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 10 Sep 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 10 Sep 2026 13:30:00 +0000

Type Values Removed Values Added
Description AVideo through commit c3edcc274c389816d434acadac07ee78eaf330c1 contains a cross-site request forgery vulnerability in the setPassword.json.php endpoint that allows unauthenticated attackers to modify any user's channel password by sending a GET request. Attackers can craft a malicious webpage that, when visited by an authenticated administrator, sets or clears any user's channel password without CSRF token validation.
Title AVideo CustomizeUser setPassword.json.php CSRF
First Time appeared Wwbn
Wwbn avideo
Weaknesses CWE-352
CPEs cpe:2.3:a:wwbn:avideo:-:*:*:*:*:*:*:*
Vendors & Products Wwbn
Wwbn avideo
References
Metrics cvssV3_1

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

cvssV4_0

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


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-10T14:11:02.567Z

Reserved: 2026-09-10T11:24:26.195Z

Link: CVE-2026-88872

cve-icon Vulnrichment

Updated: 2026-09-10T14:10:56.302Z

cve-icon NVD

Status : Deferred

Published: 2026-09-10T14:17:15.243

Modified: 2026-09-10T15:17:57.537

Link: CVE-2026-88872

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-10T15:15:07Z

Weaknesses
  • CWE-352

    Cross-Site Request Forgery (CSRF)