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 review operations allow a low-privileged Vendor to manage reviews under another Vendor's products. The admin/sql/sqlite/product_review.sql queries accept a caller-controlled product_review_id and do not verify product_review.product_id against product.admin_id for the current admin_id. An attacker can read pending review content, ratings, author information, and moderation state, change review status, edit review content, or delete reviews, manipulating product review visibility and integrity. This issue is fixed in version 1.0.8.4.
Published: 2026-08-18
Score: 7.6 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Vvveb, a CMS used for web sites, blogs, and e‑commerce, contains an authorization flaw in product review handling. In backend operations the database queries accept a vendor‑controlled product_review_id but do not verify that the product’s admin_id matches the vendor’s admin_id. A vendor can therefore read pending review content, ratings, author data, and moderation status for another vendor’s product. The attacker can also change the review status, edit the review text, or delete the review, thereby compromising the integrity and confidentiality of product reviews.

Affected Systems

All installations of the Vvveb content management system built by givanz using versions older than 1.0.8.4 are affected. The flaw exists in the product_review table handling in the SQL scripts shipped with the CMS. Any vendor account that has access to the backend review interface on the affected CMS can exploit the vulnerability.

Risk and Exploitability

With a CVSS score of 7.6 the flaw is considered high severity. No EPSS data is currently available; the vulnerability is not yet listed in the CISA KEV catalog. Based on the description, the attack vector is inferred to be remote, as the exploitation only requires a vendor‑level login to the CMS backend. Once authenticated, the attacker can supply arbitrary product_review_id values to manipulate reviews across vendors. The lack of authentication checks makes the exploitation straightforward for anyone with vendor access.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to Vvveb version 1.0.8.4 or later, which validates product_admin_id before permitting review operations.
  • Until the upgrade is possible, restrict vendor access to reviews of only their own products by modifying the application code or database triggers to enforce ownership checks on product_review_id.
  • Monitor the review logs for unexpected status changes or deletions and audit vendor accounts for excessive activity.
  • Review and strengthen role‑based access control in the CMS to ensure vendor roles cannot view or modify other vendors’ product data.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 18 Aug 2026 18:15:00 +0000

Type Values Removed Values Added
First Time appeared Givanz
Givanz vvveb
Vendors & Products Givanz
Givanz vvveb

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 review operations allow a low-privileged Vendor to manage reviews under another Vendor's products. The admin/sql/sqlite/product_review.sql queries accept a caller-controlled product_review_id and do not verify product_review.product_id against product.admin_id for the current admin_id. An attacker can read pending review content, ratings, author information, and moderation state, change review status, edit review content, or delete reviews, manipulating product review visibility and integrity. This issue is fixed in version 1.0.8.4.
Title Vvveb product review authorization bypass allows Vendors to read, approve, edit, or delete reviews under other Vendors' products
Weaknesses CWE-639
References
Metrics cvssV3_1

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


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-18T19:08:27.948Z

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

Link: CVE-2026-49223

cve-icon Vulnrichment

Updated: 2026-08-18T19:08:24.280Z

cve-icon NVD

Status : Received

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

Modified: 2026-08-18T20:17:15.760

Link: CVE-2026-49223

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-18T18:00:04Z

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key