CVE-2026-34428
7.7Givanz · Vvveb
Givanz Vvveb contains a server-side request forgery vulnerability in the oEmbedProxy action of the editor module, allowing authenticated users to read arbitrary files or probe internal network services.
Executive summary
A server-side request forgery vulnerability in Givanz Vvveb allows authenticated backend users to perform unauthorized file reads and internal network scanning, posing a significant security risk.
Vulnerability
The application is susceptible to Server-Side Request Forgery (CWE-918) within the oEmbedProxy action. By manipulating the url parameter, an authenticated backend user can force the server to fetch arbitrary files or interact with internal network resources via cURL.
Business impact
This vulnerability carries a CVSS score of 7.7, which warrants a High severity classification. A successful exploitation allows attackers to bypass network perimeters to access sensitive internal configuration files, credentials, or hidden services, leading to potential data breaches and deeper network compromise within the hosting environment.
Remediation
Immediate Action: Upgrade to version 1.0.8.1 or apply the fix provided in commit 2d356844f37819bf771e7cd5e12a8686975e0b2b immediately.
Proactive Monitoring: Review web server access logs for anomalous requests directed at the oEmbedProxy endpoint, specifically those containing file:// schemes or internal IP addresses.
Compensating Controls: Implement strict egress filtering on the web server to prevent it from initiating connections to unauthorized internal network segments or sensitive local file paths.
Exploitation status
Public Exploit Available: No
Analyst recommendation
Given the ability to perform arbitrary file reads and internal reconnaissance, administrators must prioritize patching this vulnerability. Apply the official update to version 1.0.8.1 as soon as possible to neutralize the risk of unauthorized access to sensitive system resources.
More Givanz CVEs
Sources
Originally found and disclosed by Hamed Kohi of Delta Obscura, with VulnCheck (coordinator), per the CVE Program record.