A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-46408

CVE-2026-46408: Vvveb CMS Auth Bypass Vulnerability

CVE-2026-46408 is an authentication bypass flaw in Vvveb CMS that allows attackers to hijack other users' shopping carts during checkout. This article covers the technical details, affected versions, and mitigation.

Published: May 21, 2026

CVE-2026-46408 Overview

CVE-2026-46408 is an Insecure Direct Object Reference (IDOR) vulnerability in Vvveb, an open-source content management system (CMS) with page builder capabilities for websites, blogs, and ecommerce stores. The checkout endpoint accepts a user-controlled cart_id parameter and enters the payment flow without verifying cart ownership. A logged-in attacker can reuse another user's cart data within their own checkout session. The flaw is tracked as [CWE-639: Authorization Bypass Through User-Controlled Key]. Vvveb resolved the issue in version 1.0.8.3.

Critical Impact

An authenticated attacker can manipulate the cart_id parameter to hijack another user's cart, exposing cart contents and enabling tampering with the checkout flow.

Affected Products

  • Vvveb CMS versions prior to 1.0.8.3
  • Vvveb ecommerce checkout module
  • Deployments exposing the checkout endpoint to authenticated users

Discovery Timeline

  • 2026-05-15 - CVE-2026-46408 published to NVD
  • 2026-05-18 - Last updated in NVD database

Technical Details for CVE-2026-46408

Vulnerability Analysis

The vulnerability is an Insecure Direct Object Reference in the Vvveb checkout flow. The checkout endpoint accepts a cart_id value supplied by the client and uses it to look up the associated cart before initiating the payment workflow. The application does not verify that the authenticated session owns the referenced cart. As a result, any logged-in user can submit an arbitrary cart_id belonging to another customer and continue through checkout with that cart's contents.

The attacker requires only standard authenticated access, and the attack is executed over the network without user interaction from the victim. Impact includes disclosure of another user's cart contents, manipulation of the payment flow, and potential modification of order data tied to the victim's session.

Root Cause

The root cause is missing authorization on a sensitive object reference. The checkout controller trusts the cart_id parameter from the request without enforcing an ownership check that ties the cart to the current authenticated session. This pattern is classified under [CWE-639] and is a common business-logic flaw in ecommerce workflows.

Attack Vector

An attacker authenticates to the Vvveb application using any valid account. The attacker enumerates or guesses cart_id values associated with other users and submits a checkout request referencing one of those identifiers. The server returns the victim's cart data and proceeds into the payment flow without rejecting the cross-account reference. See the GitHub Security Advisory for vendor-published technical details.

Detection Methods for CVE-2026-46408

Indicators of Compromise

  • Checkout requests where the submitted cart_id does not match any cart created by the requesting user's session.
  • Repeated checkout or cart-access requests from a single account iterating through sequential or unrelated cart_id values.
  • Order or payment records where the cart owner identifier differs from the checkout session user identifier.

Detection Strategies

  • Add server-side logging that records the authenticated user ID alongside the cart_id submitted to the checkout endpoint, then alert on mismatches.
  • Review web server and application logs for high-volume access to the checkout route with varying cart_id parameters from a single session or IP.
  • Correlate cart creation events with checkout events to identify sessions completing checkout against carts they did not create.

Monitoring Recommendations

  • Monitor authentication and session telemetry for accounts exhibiting unusual checkout request rates or parameter fuzzing patterns.
  • Track database queries against the cart table that return rows owned by a user other than the request's authenticated user.
  • Forward Vvveb application logs to a centralized analytics platform to enable cross-session correlation and historical hunting.

How to Mitigate CVE-2026-46408

Immediate Actions Required

  • Upgrade all Vvveb installations to version 1.0.8.3 or later, which contains the official fix.
  • Audit recent checkout and order records for cross-account cart references and notify affected customers if abuse is identified.
  • Invalidate active sessions after upgrading to force re-authentication and clear any in-progress malicious checkout flows.

Patch Information

Vvveb addressed CVE-2026-46408 in release 1.0.8.3. The fix enforces an ownership check that verifies the authenticated user owns the cart referenced by cart_id before the checkout flow proceeds. Refer to the GitHub Security Advisory GHSA-rmh2-wv73-xpqh for the upstream commit and remediation details.

Workarounds

  • If immediate upgrade is not possible, restrict access to the checkout endpoint behind additional authorization middleware that compares the submitted cart_id to the session's cart record.
  • Temporarily disable guest-to-authenticated cart transfer features that rely on client-supplied cart_id values.
  • Apply web application firewall rules to block checkout requests where the cart_id parameter does not match a recently created cart for the same session cookie.
bash
# Configuration example: upgrade Vvveb to the fixed release
git fetch --tags
git checkout 1.0.8.3
composer install --no-dev --optimize-autoloader
php bin/console cache:clear

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechVvveb

  • SeverityHIGH

  • CVSS Score7.6

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-639
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-41930: Vvveb Auth Bypass Vulnerability

  • CVE-2026-45622: Vvveb CMS Reflected XSS Vulnerability

  • CVE-2026-44366: Vvveb CMS Stored XSS Vulnerability

  • CVE-2026-45800: Vvveb CMS SQL Injection Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English