Skip to main content

Vvveb CVE-2026-41929

| EUVDEUVD-2026-28459 MEDIUM
Cross-site Scripting (XSS) (CWE-79)
2026-05-07 VulnCheck
5.1
CVSS 4.0 · Vendor: VulnCheck
Share

Severity by source

Vendor (VulnCheck) PRIMARY
5.1 MEDIUM
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:N/VA:N/SC:L/SI:L/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
None
User Interaction
A
Scope
X

Lifecycle Timeline

4
CVSS changed
May 07, 2026 - 22:22 NVD
6.1 (MEDIUM) 5.1 (MEDIUM)
Source Code Evidence Fetched
May 07, 2026 - 22:04 vuln.today
Analysis Generated
May 07, 2026 - 22:04 vuln.today
CVE Published
May 07, 2026 - 21:08 nvd
MEDIUM 6.1

DescriptionCVE.org

Vvveb before 1.0.8.2 contains an unauthenticated reflected cross-site scripting vulnerability in the visual editor preview renderer that allows attackers to execute arbitrary JavaScript by manipulating the r query parameter and _component_ajax POST parameter. Attackers can craft a malicious link or auto-submitted form that causes victims to execute attacker-controlled JavaScript in the context of the Vvveb origin, as the gating function isEditor() performs no session, role, or token verification and the view handler injects raw HTML POST body content without sanitization.

AnalysisAI

Unauthenticated reflected cross-site scripting (XSS) in Vvveb before 1.0.8.2 allows remote attackers to execute arbitrary JavaScript in the context of the Vvveb origin by manipulating the r query parameter and _component_ajax POST parameter in the visual editor preview renderer. The vulnerability exploits the absence of session, role, or token verification in the isEditor() gating function combined with unsanitized injection of POST body content, requiring only user interaction to trigger but affecting all versions prior to 1.0.8.2. Active exploitation status is not confirmed, but a vendor-released patch is available.

Technical ContextAI

Vvveb is a visual website builder and content management system that uses a client-side editor to preview and manipulate web pages. The vulnerability resides in the visual editor preview renderer component, which accepts user-controlled input via the r query parameter and _component_ajax POST parameter. The root cause (CWE-79: Improper Neutralization of Input During Web Page Generation) stems from two compounding failures: the isEditor() authentication gate performs no cryptographic verification (no session token, role-based access control, or CSRF tokens), and the view handler directly injects raw HTML from POST body content without HTML entity encoding, JavaScript escaping, or content security policy filtering. This allows an attacker to craft a malicious URL or auto-submitted form that, when visited by a Vvveb user, renders attacker-supplied JavaScript within the authenticated user's browser context, granting access to sensitive data, session tokens, and user actions on the Vvveb origin (CPE: cpe:2.3:a:givanz:vvveb:*:*:*:*:*:*:*:*).

RemediationAI

Upgrade immediately to Vvveb 1.0.8.2 or later to apply the vendor-released patch. The patched version addresses the vulnerability by implementing input sanitization in the view handler and strengthening the isEditor() authentication gate with proper session and token verification. If immediate upgrade is not feasible, apply the following compensating controls with noted trade-offs: (1) Disable or restrict access to the visual editor preview renderer endpoint for non-authenticated users by configuring web server rules to require authentication tokens for the r and _component_ajax parameters-this prevents unauthenticated exploitation but may break legitimate editor functionality for users with disabled JavaScript cookies or privacy-focused browser configurations. (2) Implement a Content-Security-Policy (CSP) header with script-src 'self' to prevent inline script execution-this mitigates XSS payload execution but may break inline editor scripts and require vendor CSP compatibility testing. (3) Use HTTP-only, SameSite=Strict cookies for session tokens to prevent attacker script from exfiltrating session data, though this does not prevent DOM manipulation or credential theft via keylogging. (4) Deploy a Web Application Firewall (WAF) rule to block requests containing HTML tags or JavaScript keywords in the r and _component_ajax parameters-this reduces false negatives but risks blocking legitimate use cases and requires ongoing rule tuning. Prioritize patching to version 1.0.8.2 over compensating controls, as these controls do not address the underlying authentication and sanitization flaws. See advisory: https://github.com/givanz/Vvveb/security/advisories/GHSA-wwmv-4g9g-p48g and commit: https://github.com/givanz/Vvveb/commit/54a9e846fb94192f1b31ae81d81d25c874662e6a.

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-41929 vulnerability details – vuln.today

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