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 question operations allow a low-privileged Vendor to manage questions under another Vendor's products. The admin/sql/sqlite/product_question.sql queries accept a caller-controlled product_question_id and do not verify product_question.product_id against product.admin_id for the current admin_id. An attacker can read pending question content and moderation data, change question status, edit question content, or delete questions, manipulating product Q&A 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

The vulnerability originates from missing validation in product question queries—back‑end SQL requests use a caller‑controlled product_question_id without checking that the referenced product belongs to the calling vendor. An attacker who has any vendor account, even at low privilege, can read, approve, edit, or delete other vendors’ questions. This can expose pending question content, alter moderation data, and change question status, thereby compromising confidentiality and integrity of product Q&A data.

Affected Systems

VvvEb, a CMS product by givanz, under versions prior to 1.0.8.4. All affected releases rely on the product_question API that lacks proper authorization checks. The issue was addressed in release 1.0.8.4 and later.

Risk and Exploitability

The CVSS score of 7.6 indicates a high severity. The EPSS score is not available, and the vulnerability is not listed in CISA KEV. The attack vector is inferred to be local—an attacker must first obtain a vendor account, but once authenticated, no further escalation is required. Exploitation requires only access to the vendor login portal and the ability to submit product_question_id values to the backend.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Vvveb to version 1.0.8.4 or later, which adds ownership checks to product question operations.
  • If an upgrade cannot be performed immediately, restrict low‑privileged vendor accounts from accessing product_question endpoints by adjusting role permissions or disabling product question management for those users.
  • Monitor application logs for anomalous product_question_id requests and review vendor activity to detect potential exploitation attempts.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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 question operations allow a low-privileged Vendor to manage questions under another Vendor's products. The admin/sql/sqlite/product_question.sql queries accept a caller-controlled product_question_id and do not verify product_question.product_id against product.admin_id for the current admin_id. An attacker can read pending question content and moderation data, change question status, edit question content, or delete questions, manipulating product Q&A visibility and integrity. This issue is fixed in version 1.0.8.4.
Title Vvveb product question authorization bypass allows Vendors to read, approve, edit, or delete questions 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-18T17:47:01.065Z

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

Link: CVE-2026-49222

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-49222

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-18T18:15:05Z

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key