CVE Catalog

CVE-2026-54612

HighCVSS 8.8
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.49%

41th percentile - higher than 41% of all known CVEs

Summary

In Vvveb CMS from 1.0.0 to 1.0.8.5, saveGlobalElements() concatenates the attacker-controlled file portion of data-v-save-global to the active theme directory, enabling path traversal. An authenticated user with the default Editor role can write arbitrary PHP content outside the theme directory, allowing persistent webshell placement.

Risk Assessment

An attacker can achieve remote code execution in the web server context, compromising application confidentiality, integrity, and availability. Persistent takeover of the system is possible.

Recommendation

Upgrade Vvveb to version 1.0.8.5 or later. Restrict editor privileges and verify that no unauthorized PHP files exist in application directories.

Other vulnerabilities in Vvveb

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS