WWBN AVideo is an open source video platform. In versions 29.0 and below, the CORS origin validation fix in commit `986e64aad` is incomplete. Two separate code paths still reflect arbitrary `Origin` headers with credentials allowed for all `/api/*` endpoints: (1) `plugin/API/router.php` lines 4-8 unconditionally reflect any origin before application code runs, and (2) `allowOrigin(true)` called by `get.json.php` and `set.json.php` reflects any origin with `Access-Control-Allow-Credentials: true`. An attacker can make cross-origin credentialed requests to any API endpoint and read authenticated responses containing user PII, email, admin status, and session-sensitive data. Commit 5e2b897ccac61eb6daca2dee4a6be3c4c2d93e13 contains a fix.
References
| Link | Resource |
|---|---|
| https://github.com/WWBN/AVideo/commit/5e2b897ccac61eb6daca2dee4a6be3c4c2d93e13 | Patch |
| https://github.com/WWBN/AVideo/security/advisories/GHSA-ff5q-cc22-fgp4 | Exploit Mitigation Vendor Advisory |
| https://github.com/WWBN/AVideo/security/advisories/GHSA-ff5q-cc22-fgp4 | Exploit Mitigation Vendor Advisory |
Configurations
History
24 Apr 2026, 15:07
| Type | Values Removed | Values Added |
|---|---|---|
| CPE | cpe:2.3:a:wwbn:avideo:*:*:*:*:*:*:*:* | |
| First Time |
Wwbn
Wwbn avideo |
|
| References | () https://github.com/WWBN/AVideo/commit/5e2b897ccac61eb6daca2dee4a6be3c4c2d93e13 - Patch | |
| References | () https://github.com/WWBN/AVideo/security/advisories/GHSA-ff5q-cc22-fgp4 - Exploit, Mitigation, Vendor Advisory |
22 Apr 2026, 19:17
| Type | Values Removed | Values Added |
|---|---|---|
| References | () https://github.com/WWBN/AVideo/security/advisories/GHSA-ff5q-cc22-fgp4 - |
21 Apr 2026, 23:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-04-21 23:16
Updated : 2026-06-17 10:46
NVD link : CVE-2026-41057
Mitre link : CVE-2026-41057
CVE.ORG link : CVE-2026-41057
JSON object : View
Products Affected
wwbn
- avideo
CWE
CWE-346
Origin Validation Error
