Description
Vvveb is a powerful and easy to use CMS with page builder to build websites, blogs or ecommerce stores. Prior to 1.0.8.4, Vvveb backend product revision operations allow a low-privileged Vendor to access revisions for products owned by another Vendor. The admin/controller/product/revisions.php route reuses admin/controller/content/revisions.php, while admin/sql/sqlite/product_content_revision.sql trusts caller-controlled product_id, language_id, and created_at values without applying the current admin_id to revision reads, restores, and deletes. An attacker can read historic product content, restore a revision over another Vendor's live product content, or delete revision records, exposing private copy, corrupting product pages, and removing audit history. This issue is fixed in version 1.0.8.4.
Published: 2026-08-18
Score: 8.3 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A low‑privileged vendor can read, restore, or delete product revisions that belong to other vendors. This enables disclosure of historic content, overwriting live product pages, and removal of audit records, compromising confidentiality, integrity, and availability. The flaw arises because the platform trusts caller‑controlled product identifiers and timestamps in product revision operations without ensuring they belong to the authenticated vendor.

Affected Systems

The vulnerability affects the Vvveb CMS developed by givanz. Any instance running a version earlier than 1.0.8.4 is susceptible, regardless of hosting environment. The backend product revision endpoint at admin/controller/product/revisions.php is the attack surface.

Risk and Exploitability

With a CVSS score of 8.3 the issue is classified as high severity. The EPSS score is not available, so exploit probability is unknown, and the flaw is not listed in the CISA KEV catalog. An attacker can exploit the flaw through the web interface by authenticating as any vendor with minimal privileges and invoking the product revisions route—authorization checks are bypassed, allowing non‑owner access to another vendor’s content.

Generated by OpenCVE AI on August 18, 2026 at 17:43 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Vvveb to version 1.0.8.4 or later to receive the official fix.
  • If immediate upgrade is not possible, block or restrict the admin/controller/product/revisions.php route for low‑privileged vendors until the patch is applied.
  • Add server‑side validation to ensure that any product_id, language_id, or created_at used in revision operations matches the authenticated vendor’s admin_id, rejecting mismatches.

Generated by OpenCVE AI on August 18, 2026 at 17:43 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 18 Aug 2026 16:30:00 +0000

Type Values Removed Values Added
Description Vvveb is a powerful and easy to use CMS with page builder to build websites, blogs or ecommerce stores. Prior to 1.0.8.4, Vvveb backend product revision operations allow a low-privileged Vendor to access revisions for products owned by another Vendor. The admin/controller/product/revisions.php route reuses admin/controller/content/revisions.php, while admin/sql/sqlite/product_content_revision.sql trusts caller-controlled product_id, language_id, and created_at values without applying the current admin_id to revision reads, restores, and deletes. An attacker can read historic product content, restore a revision over another Vendor's live product content, or delete revision records, exposing private copy, corrupting product pages, and removing audit history. This issue is fixed in version 1.0.8.4.
Title Vvveb product revision authorization bypass allows Vendors to read, restore, or delete other Vendors' product revisions
Weaknesses CWE-639
References
Metrics cvssV3_1

{'score': 8.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-18T17:46:07.292Z

Reserved: 2026-05-28T03:42:34.341Z

Link: CVE-2026-49225

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-18T17:16:58.117

Modified: 2026-08-18T18:17:47.263

Link: CVE-2026-49225

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-18T17:45:07Z

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key