Skip to main content

WWBN AVideo CVE-2026-40925

| EUVDEUVD-2026-24485 HIGH
Cross-Site Request Forgery (CSRF) (CWE-352)
2026-04-21 GitHub_M GHSA-vvfw-4m39-fjqf
8.3
CVSS 3.1 · GitHub Advisory
Share

Severity by source

GitHub Advisory PRIMARY
8.3 HIGH
AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:L
vuln.today AI
8.3 HIGH

Classic CSRF: attacker has no privileges (PR:N) but needs the admin to interact (UI:R); config takeover exposes SMTP creds (C:H) and rewrites settings (I:H), with limited availability impact (A:L).

3.1 AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:L
4.0 AV:N/AC:L/AT:N/PR:N/UI:P/VC:H/VI:H/VA:L/SC:N/SI:N/SA:N

Primary rating from GitHub Advisory.

CVSS VectorGitHub Advisory

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
Required
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
Low

Lifecycle Timeline

4
Source Code Evidence Fetched
Jul 24, 2026 - 07:04 vuln.today
Analysis Generated
Jul 24, 2026 - 07:04 vuln.today
EUVD ID Assigned
Apr 21, 2026 - 21:01 euvd
EUVD-2026-24485
CVE Published
Apr 21, 2026 - 19:58 nvd
HIGH 8.3

DescriptionGitHub Advisory

WWBN AVideo is an open source video platform. In versions 29.0 and prior, objects/configurationUpdate.json.php (also routed via /updateConfig) persists dozens of global site settings from $_POST but protects the endpoint only with User::isAdmin(). It does not call forbidIfIsUntrustedRequest(), does not verify a globalToken, and does not validate the Origin/Referer header. Because AVideo intentionally sets session.cookie_samesite=None to support cross-origin iframe embedding, a logged-in administrator who visits an attacker-controlled page will have the browser auto-submit a cross-origin POST that rewrites the site's encoder URL, SMTP credentials, site <head> HTML, logo, favicon, contact email, and more in a single request. Commit f9492f5e6123dff0292d5bb3164fde7665dc36b4 contains a fix.

AnalysisAI

Cross-site request forgery in WWBN AVideo (versions ≤ 29.0) lets an attacker fully rewrite global site configuration by luring a logged-in administrator to a malicious page. The objects/configurationUpdate.json.php endpoint (aka /updateConfig) gates only on User::isAdmin() and omits any anti-CSRF token, Origin/Referer check, or forbidIfIsUntrustedRequest() call, so a single auto-submitted cross-origin POST can overwrite the encoder URL, SMTP credentials, site <head> HTML, logo, favicon, and contact email. Publicly available exploit code exists (SSVC: PoC) but the flaw is not in CISA KEV, and EPSS is very low at 0.02%.

Technical ContextAI

AVideo is a self-hosted PHP open-source video streaming/CMS platform (CPE cpe:2.3:a:wwbn:avideo). The root cause is CWE-352 (Cross-Site Request Forgery): a state-changing admin endpoint that persists dozens of settings straight from $_POST into the AVideoConf object with no request-authenticity control beyond a session-based admin check. The exposure is amplified by an intentional platform design choice - AVideo sets session.cookie_samesite=None to support cross-origin iframe embedding - which defeats the browser's default SameSite CSRF protection and allows the admin session cookie to ride along with cross-site POSTs. Advanced configuration writes (encoder URL, SMTP block) are reachable because $global['disableAdvancedConfigurations'] is empty by default, and the handler even performs base64-to-file writes for logo/favicon that feed an ImageMagick convert invocation.

RemediationAI

Upstream fix available (PR/commit); released patched version not independently confirmed - the fix commit f9492f5e6123dff0292d5bb3164fde7665dc36b4 adds forbidIfIsUntrustedRequest('configurationUpdate'); to the endpoint, and Composer metadata lists no tagged fixed release, so apply the commit from source (https://github.com/WWBN/AVideo/commit/f9492f5e6123dff0292d5bb3164fde7665dc36b4) and monitor the advisory GHSA-vvfw-4m39-fjqf for a numbered release. Until patched, restrict access to the admin/configuration functionality and the /updateConfig and objects/configurationUpdate.json.php paths at a reverse proxy to trusted admin source IPs (trade-off: breaks admin access from other networks), and consider enforcing an Origin/Referer allowlist for POSTs to that endpoint at the WAF/proxy layer. Where cross-origin iframe embedding is not required, override the platform default and set session.cookie_samesite=Lax/Strict to restore browser CSRF protection (trade-off: breaks embedded-player use cases that rely on SameSite=None). Advise administrators to log out of AVideo when not actively managing it and to avoid browsing untrusted sites within an authenticated admin session.

More in PHP

View all
CVE-2019-11043 CRITICAL POC
9.8 Oct 28

In PHP versions 7.1.x below 7.1.33, 7.2.x below 7.2.24 and 7.3.x below 7.3.11 in certain configurations of FPM setup it

CVE-2012-1823 CRITICAL POC
9.8 May 11

sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not

CVE-2016-1555 CRITICAL POC
9.8 Apr 21

(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear

CVE-2018-11138 CRITICAL POC
9.8 May 31

The '/common/download_agent_installer.php' script in the Quest KACE System Management Appliance 8.0.318 is accessible by

CVE-2024-11680 CRITICAL POC
9.8 Nov 26

ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C

CVE-2025-49113 CRITICAL POC
9.9 Jun 02

Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au

CVE-2017-9841 CRITICAL POC
9.8 Jun 27

Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c

CVE-2025-0108 HIGH POC
8.8 Feb 12

Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers

CVE-2021-25298 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2021-25296 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2013-4983 CRITICAL POC
10.0 Sep 10

The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

Share

CVE-2026-40925 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy