Description
WWBN AVideo is an open source video platform. In versions up to and including 26.0, the `plugin/Permissions/setPermission.json.php` endpoint accepts GET parameters for a state-changing operation that modifies user group permissions. The endpoint has no CSRF token validation, and the application explicitly sets `session.cookie_samesite=None` on session cookies. This allows an unauthenticated attacker to craft a page with `<img>` tags that, when visited by an admin, silently grant arbitrary permissions to the attacker's user group — escalating the attacker to near-admin access. As of time of publication, no known patched versions are available.
Published: 2026-03-23
Score: 8.1 High
EPSS: < 1% Very Low
KEV: No
Impact: Privilege Escalation via CSRF
Action: Immediate Patch
AI Analysis

Impact

The vulnerability in AVideo’s setPermission.json.php endpoint allows an attacker to perform a cross‑site request forgery (CSRF) without any authentication token. By sending GET requests that manipulate user group permissions, an attacker can grant themselves elevated privileges, potentially reaching near‑administrative access. The flaw is a classic state‑changing CSRF weakness (CWE‑352) and is highlighted by the lack of CSRF token validation and the application’s use of session.cookie_samesite=None, which permits cookies to be sent in cross‑origin requests.

Affected Systems

Affects the open‑source video platform AVideo from WWBN, in all releases up to and including 26.0. No patched version is available at the time of disclosure, so the vulnerability remains present in the current codebases used by administrators.

Risk and Exploitability

The CVSS base score of 8.1 reflects a significant risk, and the EPSS score of less than 1% indicates that widespread exploitation is unlikely at present, but the flaw is still severe. The vulnerability is not listed in the CISA KEV catalog. An attacker can trigger the exploit simply by hosting a webpage that includes an <img> tag pointing to the vulnerable endpoint; any admin who visits that page would unknowingly execute the privileged action. Because the request is made via GET, no user interaction beyond visiting the page is required.

Generated by OpenCVE AI on March 25, 2026 at 16:40 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Deploy a patched version of AVideo once it becomes available.
  • Modify the setPermission.json.php handler to accept only POST requests and reject GET requests for state changes.
  • Implement CSRF token validation on all state‑changing endpoints.
  • Configure session cookies with SameSite=Lax or SameSite=Strict prevent cross‑site cookie usage.
  • Monitor permission changes for unexpected modifications and alert administrators.
  • Restrict administrative access to a secure, internal network and enforce multi‑factor authentication.

Generated by OpenCVE AI on March 25, 2026 at 16:40 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-g8x9-7mgh-7cvj AVideo's GET-Based CSRF in setPermission.json.php Enables Privilege Escalation via Arbitrary Permission Modification
History

Wed, 25 Mar 2026 15:00:00 +0000

Type Values Removed Values Added
CPEs cpe:2.3:a:wwbn:avideo:*:*:*:*:*:*:*:*

Tue, 24 Mar 2026 16:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Tue, 24 Mar 2026 10:45:00 +0000

Type Values Removed Values Added
First Time appeared Wwbn
Wwbn avideo
Vendors & Products Wwbn
Wwbn avideo

Mon, 23 Mar 2026 18:45:00 +0000

Type Values Removed Values Added
Description WWBN AVideo is an open source video platform. In versions up to and including 26.0, the `plugin/Permissions/setPermission.json.php` endpoint accepts GET parameters for a state-changing operation that modifies user group permissions. The endpoint has no CSRF token validation, and the application explicitly sets `session.cookie_samesite=None` on session cookies. This allows an unauthenticated attacker to craft a page with `<img>` tags that, when visited by an admin, silently grant arbitrary permissions to the attacker's user group — escalating the attacker to near-admin access. As of time of publication, no known patched versions are available.
Title AVideo's GET-Based CSRF in setPermission.json.php Enables Privilege Escalation via Arbitrary Permission Modification
Weaknesses CWE-352
References
Metrics cvssV3_1

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


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-03-24T15:13:47.830Z

Reserved: 2026-03-23T15:23:42.217Z

Link: CVE-2026-33649

cve-icon Vulnrichment

Updated: 2026-03-24T14:55:00.115Z

cve-icon NVD

Status : Analyzed

Published: 2026-03-23T19:16:41.070

Modified: 2026-03-25T14:54:19.157

Link: CVE-2026-33649

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-03-25T20:37:15Z

Weaknesses