WWBN AVideo is an open source video platform. In versions 29.0 and below, the `allowOrigin($allowAll=true)` function in `objects/functions.php` reflects any arbitrary `Origin` header back in `Access-Control-Allow-Origin` along with `Access-Control-Allow-Credentials: true`. This function is called by both `plugin/API/get.json.php` and `plugin/API/set.json.php` — the primary API endpoints that handle user data retrieval, authentication, livestream credentials, and state-changing operations. Combined with the application's `SameSite=None` session cookie policy, any website can make credentialed cross-origin requests and read authenticated API responses, enabling theft of user PII, livestream keys, and performing state changes on behalf of the victim. Commit caf705f38eae0ccfac4c3af1587781355d24495e contains a fix.
References
| Link | Resource |
|---|---|
| https://github.com/WWBN/AVideo/commit/caf705f38eae0ccfac4c3af1587781355d24495e | Patch |
| https://github.com/WWBN/AVideo/security/advisories/GHSA-ccq9-r5cw-5hwq | Exploit Mitigation Vendor Advisory |
| https://github.com/WWBN/AVideo/security/advisories/GHSA-ccq9-r5cw-5hwq | Exploit Mitigation Vendor Advisory |
Configurations
History
23 Apr 2026, 16:05
| Type | Values Removed | Values Added |
|---|---|---|
| CPE | cpe:2.3:a:wwbn:avideo:*:*:*:*:*:*:*:* | |
| References | () https://github.com/WWBN/AVideo/commit/caf705f38eae0ccfac4c3af1587781355d24495e - Patch | |
| References | () https://github.com/WWBN/AVideo/security/advisories/GHSA-ccq9-r5cw-5hwq - Exploit, Mitigation, Vendor Advisory | |
| First Time |
Wwbn
Wwbn avideo |
22 Apr 2026, 14:17
| Type | Values Removed | Values Added |
|---|---|---|
| References | () https://github.com/WWBN/AVideo/security/advisories/GHSA-ccq9-r5cw-5hwq - |
21 Apr 2026, 23:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-04-21 23:16
Updated : 2026-04-23 16:05
NVD link : CVE-2026-41056
Mitre link : CVE-2026-41056
CVE.ORG link : CVE-2026-41056
JSON object : View
Products Affected
wwbn
- avideo
CWE
CWE-942
Permissive Cross-domain Policy with Untrusted Domains
