---
id: CVE-2026-54612
title: >-
  Vvveb is a powerful and easy to use CMS with page builder to build websites,
  blogs or ecommerce stores
summary: >-
  Vvveb is a powerful and easy to use CMS with page builder to build websites,
  blogs or ecommerce stores. From 1.0.0 until 1.0.8.5, saveGlobalElements() in
  admin/controller/editor/global-trait.php concatenates the attacker-controlled
  file …
severity: high
cvss: 8.8
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'
cwe:
  - CWE-22
  - CWE-94
vendor: givanz
product: Vvveb
affected:
  - 'Vvveb >= 1.0.0, < 1.0.8.5'
published: '2026-09-17'
updated: '2026-09-18'
sourceUpdated: '2026-09-18T20:17:16.897'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-54612'
references:
  - url: >-
      https://github.com/givanz/Vvveb/commit/c8fef41ad8651d348050c513451755ab8882b97e
    label: security-advisories@github.com
  - url: 'https://github.com/givanz/Vvveb/releases/tag/1.0.8.5'
    label: security-advisories@github.com
  - url: 'https://github.com/givanz/Vvveb/security/advisories/GHSA-c3v9-3xrq-pvqv'
    label: security-advisories@github.com
tags:
  - nvd
  - cve.org
ssvc:
  exploitation: none
  automatable: 'no'
  technicalImpact: total
  timestamp: '2026-09-18T20:04:45.650590Z'
epss: 0.00757
epssPercentile: 0.53255
ingestedAt: '2026-09-17T22:30:21.401Z'
---

## Overview

Vvveb is a powerful and easy to use CMS with page builder to build websites, blogs or ecommerce stores. From 1.0.0 until 1.0.8.5, saveGlobalElements() in admin/controller/editor/global-trait.php concatenates the attacker-controlled file portion of data-v-save-global to the active theme directory before loadHTMLFile() and file_put_contents() operate on it. An authenticated user with the default Editor role and editor/* permission can submit crafted HTML to module=editor/editor&action=save and traverse to an existing writable PHP file outside the theme directory. If the target is web-accessible, editor-controlled PHP content executes in the web server context; a shipped public/vadmin/index.php entrypoint can be used as an execution trampoline rather than requiring a test-only file. This can permit persistent webshell placement and compromise application confidentiality, integrity, and availability. This issue is fixed in version 1.0.8.5.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
