Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Primary rating from Vendor (vulncheck) · only source for this CVE.
CVSS VectorVendor: vulncheck
CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Lifecycle Timeline
4DescriptionCVE.org
Vvveb before 1.0.8.3 contains an unrestricted file upload vulnerability in the plugin upload endpoint that allows super_admin users to execute arbitrary PHP code by uploading a malicious plugin ZIP file. Attackers can craft a ZIP containing a plugin.php with a valid Slug header and a public/index.php file with arbitrary PHP code, which executes as the web server user when accessed via unauthenticated HTTP requests to the plugin's public path.
AnalysisAI
Remote code execution in Vvveb CMS before 1.0.8.3 allows authenticated super_admin users to upload malicious plugin ZIP files containing arbitrary PHP code. Once uploaded, the code executes with web server privileges via unauthenticated HTTP requests to the plugin's public directory, enabling privilege escalation from authenticated admin to system-level code execution. CVSS 8.6 (High) with network attack vector but requires high privileges (PR:H). No active exploitation confirmed at time of analysis, but attack chain is straightforward with publicly documented technique.
Technical ContextAI
Vvveb is a PHP-based open-source CMS. The vulnerability exists in the plugin upload mechanism (admin/controller/plugin/plugins.php) prior to version 1.0.8.3. The system fails to validate or sanitize plugin ZIP archives before extracting them to the web-accessible plugins directory. Attackers exploit this by crafting a ZIP with a valid plugin.php (containing required metadata like Slug header) and embedding malicious PHP code in public/index.php. CWE-61 (UNIX Symbolic Link Following) classification appears incorrect based on the description - this is more accurately CWE-434 (Unrestricted Upload of File with Dangerous Type) or CWE-94 (Improper Control of Generation of Code). The two-stage attack (authenticated upload + unauthenticated execution) creates a privilege boundary violation, as the initial PR:H requirement is bypassed after upload when accessing the public path without authentication.
RemediationAI
Upgrade immediately to Vvveb 1.0.8.3 or later per GitHub release at https://github.com/givanz/Vvveb/releases/tag/1.0.8.3. The fix commit (04f0294350ec429e307cd31c2e777a4797c868d6) modifies admin/controller/plugin/plugins.php to implement validation during plugin upload and activation. Review the commit diff at https://github.com/givanz/Vvveb/commit/04f0294350ec429e307cd31c2e777a4797c868d6 for technical details. If immediate patching is not feasible, implement compensating controls: (1) Restrict super_admin role to only essential personnel and enforce MFA on those accounts (reduces attack surface but does not eliminate vulnerability). (2) Use web application firewall rules to block ZIP uploads to /admin/controller/plugin/plugins.php endpoint (may break legitimate plugin installation workflows). (3) Monitor and audit the plugins directory for unauthorized files, specifically public/index.php files not matching known-good plugin hashes (detective control only, does not prevent exploitation). (4) Run Vvveb with least-privilege web server user in a containerized or jailed environment to limit post-exploitation impact (reduces blast radius but does not prevent RCE). All workarounds are partial mitigations; patching is the only complete fix. After patching, audit existing plugins for malicious files uploaded prior to upgrade.
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-61 – UNIX Symbolic Link (Symlink) Following
View allSame technique File Upload
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-30297
GHSA-gv85-3994-qprw