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 post revision operations allow a low-privileged Author to access revisions for posts owned by another Author. The admin/controller/content/revisions.php controller and admin/sql/sqlite/post_content_revision.sql queries trust caller-controlled post_id, language_id, and created_at values without consistently applying the current admin_id to revision lists, reads, restores, and deletes. An attacker can read historic post content, restore a revision over another Author's live post content, or delete revision records, exposing drafts, corrupting published content, 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

Vvveb allows a low‑privileged Author to view, restore, or delete the post revisions of other Authors. The backend uses caller‑controlled post identifiers, language identifiers, and timestamps without checking the current admin identifier. An attacker who is authenticated as an Author can therefore read historical content, overwrite another Author’s live post with an older revision, or erase revision history. This leads to exposure of draft material, corruption of published content, and loss of audit trails.

Affected Systems

The vulnerability exists in the Vvveb CMS (vendor givanz). All releases prior to 1.0.8.4 are affected. Affected code resides in admin/controller/content/revisions.php and admin/sql/sqlite/post_content_revision.sql.

Risk and Exploitability

The CVSS score of 8.3 signifies high severity. Although the EPSS score is not available and the flaw is not listed in the CISA KEV catalog, the exploitability is limited to users who already have an authenticated Author role. The attacker must supply valid post_id, language_id, and created_at values and can then bypass authorization checks to perform revision operations. The impact spans confidentiality (unauthorized reading) and integrity (restoring or deleting content).

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Vvveb to version 1.0.8.4 or later to apply the vendor’s patch.
  • Apply any available configuration changes to restrict the revisions functionality so that only administrators can use it until the patch is applied.
  • Review access logs for unusual revision activity and consider temporarily disabling revision access for Author roles if an upgrade cannot be performed immediately.

Generated by OpenCVE AI on August 18, 2026 at 18:05 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 post revision operations allow a low-privileged Author to access revisions for posts owned by another Author. The admin/controller/content/revisions.php controller and admin/sql/sqlite/post_content_revision.sql queries trust caller-controlled post_id, language_id, and created_at values without consistently applying the current admin_id to revision lists, reads, restores, and deletes. An attacker can read historic post content, restore a revision over another Author's live post content, or delete revision records, exposing drafts, corrupting published content, and removing audit history. This issue is fixed in version 1.0.8.4.
Title Vvveb post revision authorization bypass allows Authors to read, restore, or delete other Authors' post 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'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-18T16:17:30.832Z

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

Link: CVE-2026-49224

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

Modified: 2026-08-18T17:16:57.977

Link: CVE-2026-49224

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key