Severity by source
AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N
Primary rating from GitHub Advisory · only source for this CVE.
CVSS VectorGitHub Advisory
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N
Lifecycle Timeline
3DescriptionGitHub Advisory
WWBN AVideo is an open source video platform. In versions 26.0 and prior, AVideo's admin plugin configuration endpoint (admin/save.json.php) lacks any CSRF token validation. There is no call to isGlobalTokenValid() or verifyToken() before processing the request. Combined with the application's explicit SameSite=None cookie policy, an attacker can forge cross-origin POST requests from a malicious page to overwrite arbitrary plugin settings on a victim administrator's session. Because the plugins table is included in the ignoreTableSecurityCheck() array in objects/Object.php, standard table-level access controls are also bypassed. This allows a complete takeover of platform functionality by reconfiguring payment processors, authentication providers, cloud storage credentials, and more. At time of publication, there are no publicly available patches.
AnalysisAI
Cross-site request forgery in WWBN AVideo 26.0 and earlier enables remote attackers to reconfigure critical plugin settings through forged requests targeting admin/save.json.php. The endpoint lacks CSRF token validation while the application sets SameSite=None cookies, allowing attackers to manipulate payment processors, authentication providers, and cloud storage credentials by tricking authenticated administrators into visiting malicious pages. No vendor-released patch identified at time of analysis. EPSS data unavailable; not listed in CISA KEV; no public exploit identified at time of analysis, though exploitation requires only standard CSRF techniques.
Technical ContextAI
AVideo is a PHP-based open source video streaming platform. The vulnerability stems from missing CSRF protection (CWE-352) in the admin plugin configuration endpoint (admin/save.json.php). The endpoint processes POST requests without calling isGlobalTokenValid() or verifyToken() validation functions. This architectural weakness is compounded by two implementation choices: the application explicitly sets SameSite=None on session cookies (allowing cross-origin cookie transmission), and the plugins table is added to ignoreTableSecurityCheck() in objects/Object.php, bypassing standard table-level access controls. This combination permits unrestricted modification of plugin configurations through forged cross-origin requests, affecting core platform functionality including payment processing, identity federation, and cloud infrastructure integration.
RemediationAI
No vendor-released patch identified at time of analysis per the GitHub security advisory. Organizations should implement immediate compensating controls: deploy web application firewall rules to enforce CSRF token validation on admin/* endpoints, modify cookie configuration to remove SameSite=None attribute (changing to SameSite=Strict or Lax), implement same-origin validation in admin/save.json.php, and restrict administrative access to dedicated networks or VPN-only access. Monitor the official GitHub security advisory at https://github.com/WWBN/AVideo/security/advisories/GHSA-4wwr-7h7c-chqr for patch availability updates. Consider code-level remediation by adding isGlobalTokenValid() or verifyToken() calls before processing requests in admin/save.json.php and removing plugins table from ignoreTableSecurityCheck() array in objects/Object.php if custom patching is feasible.
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
(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear
ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C
Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au
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
Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
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
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
NetAlertX (formerly PiAlert) versions 23.01.14 through 24.x before 24.10.12 allow unauthenticated command injection thro
The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all
Same weakness CWE-352 – Cross-Site Request Forgery (CSRF)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-17630
GHSA-4wwr-7h7c-chqr