Skip to main content

Vvveb CVE-2026-34428

| EUVDEUVD-2026-23852 HIGH
Server-Side Request Forgery (SSRF) (CWE-918)
2026-04-20 VulnCheck
8.3
CVSS 4.0 · Vendor: VulnCheck
Share

Severity by source

Vendor (VulnCheck) PRIMARY
8.3 HIGH
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:H/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

Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
X

Lifecycle Timeline

7
Re-analysis Queued
Apr 20, 2026 - 16:22 vuln.today
cvss_changed
CVSS changed
Apr 20, 2026 - 16:22 NVD
7.7 (HIGH) 8.3 (HIGH)
Analysis Generated
Apr 20, 2026 - 15:04 vuln.today
EUVD ID Assigned
Apr 20, 2026 - 14:45 euvd
EUVD-2026-23852
Analysis Generated
Apr 20, 2026 - 14:45 vuln.today
Patch released
Apr 20, 2026 - 14:45 nvd
Patch available
CVE Published
Apr 20, 2026 - 13:55 nvd
HIGH 8.3

DescriptionCVE.org

Vvveb prior to 1.0.8.1 contains a server-side request forgery vulnerability in the oEmbedProxy action of the editor/editor module where the url parameter is passed directly to getUrl() via curl without scheme or destination validation. Authenticated backend users can supply file:// URLs to read arbitrary files readable by the web server process or http:// URLs targeting internal network addresses to probe internal services, with response bodies returned directly to the caller.

AnalysisAI

Server-Side Request Forgery in Vvveb CMS versions prior to 1.0.8.1 allows authenticated backend users to read arbitrary local files via file:// URLs or probe internal network services via http:// URLs through the oEmbedProxy action's unvalidated url parameter. The vulnerability (CWE-918) enables information disclosure from the web server's filesystem and internal network reconnaissance. Patch available in version 1.0.8.1. EPSS data not provided; no CISA KEV listing indicates no confirmed widespread exploitation at time of analysis.

Technical ContextAI

Vvveb is an open-source CMS and website builder written in PHP (CPE: cpe:2.3:a:givanz:vvveb). The vulnerability resides in the editor/editor module's oEmbedProxy action, which is designed to fetch oEmbed content from external URLs. The implementation passes user-supplied URL parameters directly to a getUrl() function using cURL without validating the URL scheme (file://, http://, etc.) or destination address. This is a classic CWE-918 Server-Side Request Forgery where the application acts as a proxy for attacker-controlled requests. The lack of scheme validation enables protocol smuggling attacks - the file:// scheme allows local file system access, while http:// permits internal network probing. The response bodies are returned directly to the caller, making this a 'blind' SSRF with full response visibility, significantly increasing its exploitability compared to blind SSRF variants.

RemediationAI

Upgrade immediately to Vvveb 1.0.8.1 or later, which addresses the SSRF vulnerability through URL scheme validation (patch commit: https://github.com/givanz/Vvveb/commit/2d356844f37819bf771e7cd5e12a8686975e0b2b). If immediate patching is not feasible, implement these compensating controls with noted limitations: (1) Restrict backend user access to trusted administrators only - reduces attack surface but does not eliminate insider threat or account compromise scenarios. (2) Deploy web application firewall (WAF) rules to block requests containing file:// schemes or RFC1918 private IP addresses in the url parameter - can be bypassed via URL encoding, DNS rebinding, or redirect chains. (3) Network segmentation: isolate the Vvveb web server from sensitive internal networks and metadata services using firewall rules - prevents internal network probing but does not protect local file access. (4) Run web server process with minimal filesystem permissions - limits file:// URL impact but may break legitimate CMS functionality. All workarounds carry operational trade-offs; vendor patch is the only complete fix. Verify remediation by testing that file:// and internal http:// URLs in oEmbedProxy are rejected post-upgrade.

More in Vvveb

View all
CVE-2025-44022 CRITICAL POC
9.8 May 12

An issue in vvveb CMS v.1.0.6 allows a remote attacker to execute arbitrary code via the Plugin mechanism. Rated critica

CVE-2025-8518 LOW POC
2.0 Aug 04

A vulnerability was found in givanz Vvveb 1.0.5. Rated medium severity (CVSS 5.1), this vulnerability is remotely exploi

CVE-2024-29272 MEDIUM POC
6.5 Mar 22

Arbitrary File Upload vulnerability in VvvebJs before version 1.7.5, allows unauthenticated remote attackers to execute

CVE-2024-29271 MEDIUM POC
6.1 Mar 22

Reflected Cross-Site Scripting (XSS) vulnerability in VvvebJs before version 1.7.7, allows remote attackers to execute a

CVE-2025-11028 MEDIUM POC
5.5 Sep 26

A security flaw has been discovered in givanz Vvveb up to 1.0.7.2. Rated medium severity (CVSS 5.5), this vulnerability

CVE-2025-9728 MEDIUM POC
5.3 Aug 31

A security vulnerability has been detected in givanz Vvveb 1.0.7.2. Rated medium severity (CVSS 5.3), this vulnerability

CVE-2026-6257 CRITICAL
9.2 Apr 20

Remote code execution in Vvveb CMS v1.0.8 allows authenticated administrators to execute arbitrary system commands as ww

CVE-2026-39918 CRITICAL
9.2 Apr 20

Remote code execution in Vvveb CMS versions prior to 1.0.8.1 allows unauthenticated attackers to inject arbitrary PHP co

CVE-2026-41930 CRITICAL
9.2 May 06

Hard-coded credentials in Vvveb's Docker deployment expose the entire application database to unauthenticated remote att

CVE-2026-34429 MEDIUM POC
5.1 Apr 20

Stored cross-site scripting in Vvveb prior to 1.0.8.1 allows authenticated users with media upload and rename permission

CVE-2026-49228 HIGH
8.8 Aug 18

Insecure Direct Object Reference in Vvveb CMS prior to 1.0.8.4 allows any authenticated low-privileged Vendor to read, d

CVE-2026-49221 HIGH
8.8 Aug 18

Broken object-level authorization in Vvveb CMS prior to 1.0.8.4 allows an authenticated low-privilege Vendor to access,

Share

CVE-2026-34428 vulnerability details – vuln.today

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