Severity by source
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/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:P/PR:N/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
7DescriptionCVE.org
Vvveb prior to 1.0.8.1 contains a code injection vulnerability in the installation endpoint where the subdir POST parameter is written unsanitized into the env.php configuration file without escaping or validation. Attackers can inject arbitrary PHP code by breaking out of the string context in the define statement to achieve unauthenticated remote code execution as the web server user.
AnalysisAI
Remote code execution in Vvveb CMS versions prior to 1.0.8.1 allows unauthenticated attackers to inject arbitrary PHP code through the installation endpoint's subdir parameter, which is written directly into env.php without sanitization. The vulnerability enables complete system compromise as the web server user with no authentication required. Publicly available patch exists (version 1.0.8.1) with detailed fix commit reference.
Technical ContextAI
Vvveb is an open-source PHP-based website builder and CMS (cpe:2.3:a:givanz:vvveb). This vulnerability is a CWE-94 code injection flaw in the installation process. During setup, the application writes the 'subdir' POST parameter directly into the env.php configuration file within a PHP define() statement without escaping or validation. An attacker can break out of the string context by injecting crafted payloads containing PHP code delimiters or escape sequences. Since env.php is executed as PHP during runtime, the injected code executes with the privileges of the web server process (typically www-data or apache). The vulnerability exists in the installation endpoint, which is typically accessible before authentication mechanisms are fully initialized, making it remotely exploitable without credentials.
RemediationAI
Immediately upgrade to Vvveb version 1.0.8.1 or later from the official GitHub release (https://github.com/givanz/Vvveb/releases/tag/1.0.8.1). The fix commit 5162c1639130bd080ab63c7d856788cd59d6b3b7 implements proper input validation and sanitization for the subdir parameter. For organizations unable to upgrade immediately, implement the following compensating controls: (1) Disable or remove access to the installation endpoint entirely by deleting installation scripts or blocking HTTP access to /install/ paths at the web server level (note: this prevents new installations but protects existing deployments); (2) Implement web application firewall (WAF) rules to block requests to installation endpoints containing PHP code patterns such as semicolons, backticks, or function calls in the subdir parameter (caution: may produce false positives if legitimate subdirectory names contain special characters); (3) Restrict network access to installation endpoints using IP allowlisting if setup activities are ongoing (requires maintaining accurate allowlist and doesn't protect against insider threats). Verify env.php file integrity after applying patches to ensure no injected code persists from prior exploitation. Full advisory available at https://www.vulncheck.com/advisories/vvveb-code-injection-via-installation-endpoint.
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-94 – Code Injection
View allSame technique Code Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-23868
GHSA-chhv-69jq-q952