The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-21447

CVE-2026-21447: Webkul Bagisto Auth Bypass Vulnerability

CVE-2026-21447 is an authentication bypass flaw in Webkul Bagisto that allows authenticated customers to access other customers' order data via IDOR. This article covers technical details, affected versions, and patches.

Updated: January 22, 2026

CVE-2026-21447 Overview

CVE-2026-21447 is an Insecure Direct Object Reference (IDOR) vulnerability discovered in Bagisto, an open source Laravel-based eCommerce platform developed by Webkul. The vulnerability exists in the customer order reorder function, where insufficient authorization checks allow any authenticated customer to manipulate the order ID parameter and add items from another customer's order to their own shopping cart. This flaw exposes sensitive purchase information and creates opportunities for potential fraud.

Critical Impact

Authenticated attackers can access other customers' order details and add their items to the attacker's cart, exposing sensitive purchase history and enabling potential fraud through unauthorized access to order data.

Affected Products

  • Webkul Bagisto versions prior to 2.3.10
  • Bagisto installations using the customer reorder functionality
  • All Laravel deployments running vulnerable Bagisto versions

Discovery Timeline

  • 2026-01-02 - CVE CVE-2026-21447 published to NVD
  • 2026-01-08 - Last updated in NVD database

Technical Details for CVE-2026-21447

Vulnerability Analysis

This vulnerability falls under CWE-284 (Improper Access Control), specifically manifesting as an Insecure Direct Object Reference (IDOR). The flaw resides in the customer order reorder functionality of the Bagisto eCommerce platform. When a customer initiates a reorder action, the application accepts an order ID parameter but fails to verify that the requesting user is the legitimate owner of that order.

The vulnerability allows an authenticated user to enumerate or guess order IDs belonging to other customers. When successful, the attacker can add items from those orders to their own shopping cart, effectively gaining unauthorized access to other customers' purchase details including product selections, quantities, and potentially pricing information.

Root Cause

The root cause is the absence of proper authorization checks in the reorder controller logic. While the application requires authentication (the user must be logged in), it does not implement ownership validation to confirm that the order being reordered actually belongs to the authenticated session's user. This is a classic broken access control pattern where authentication is present but authorization is missing.

Attack Vector

The attack is network-based and requires low complexity to execute. An attacker needs only valid credentials to any customer account on the target Bagisto installation. Once authenticated, the attacker can manipulate the order ID parameter in the reorder request—either through browser developer tools, a proxy like Burp Suite, or simple URL manipulation.

The attacker can iterate through order IDs sequentially or use targeted IDs if known. For each valid order ID belonging to another customer, the attacker can view order contents as items are added to their cart, revealing sensitive purchase information such as product preferences, quantities ordered, and potentially custom product configurations.

Detection Methods for CVE-2026-21447

Indicators of Compromise

  • Unusual patterns of cart additions where items appear without corresponding browsing or search activity
  • Multiple rapid reorder requests with different order IDs from a single authenticated session
  • Log entries showing reorder actions for orders not belonging to the requesting user
  • Customer complaints about items appearing in their cart that they did not add

Detection Strategies

  • Implement logging that correlates order IDs in reorder requests with the authenticated user's order history
  • Monitor for sequential order ID enumeration patterns in application logs
  • Deploy web application firewall (WAF) rules to detect parameter manipulation in reorder endpoints
  • Review access logs for anomalous reorder request volumes from individual user sessions

Monitoring Recommendations

  • Enable detailed audit logging for all cart modification actions including the source order ID and authenticated user
  • Set up alerting for reorder attempts where order ownership validation fails
  • Monitor application error logs for access control exceptions in the order handling module
  • Implement real-time anomaly detection for cart activity patterns that deviate from user baseline behavior

How to Mitigate CVE-2026-21447

Immediate Actions Required

  • Upgrade Bagisto to version 2.3.10 or later immediately
  • Audit application logs for historical exploitation attempts by reviewing reorder actions
  • Consider temporarily disabling the reorder functionality if immediate patching is not possible
  • Notify customers if unauthorized access to their order data is suspected

Patch Information

Webkul has released version 2.3.10 of Bagisto to address this vulnerability. The fix implements proper authorization checks to verify that the authenticated user owns the order before allowing the reorder action. The patch is available through the official Bagisto repository.

For detailed information about the security fix, refer to the GitHub Security Advisory GHSA-x5rw-qvvp-5cgm and the patch commit.

Workarounds

  • Disable the customer reorder functionality at the application or web server level until patching is complete
  • Implement a custom middleware that validates order ownership before processing reorder requests
  • Use a reverse proxy or WAF to block or rate-limit requests to the reorder endpoint
  • Restrict access to the reorder feature to trusted customer accounts only as a temporary measure
bash
# Example: Disable reorder route in Laravel routes file (temporary workaround)
# Comment out or remove the reorder route in routes/web.php
# Route::post('customer/orders/{id}/reorder', [OrderController::class, 'reorder']);

# Alternative: Use .htaccess to block the endpoint temporarily
# Add to .htaccess in public directory:
# RewriteRule ^customer/orders/.*/reorder$ - [F,L]

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechWebkul Bagisto

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-284
  • Vendor Resources
  • GitHub Commit Changes

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-21446: Webkul Bagisto Auth Bypass Vulnerability

  • CVE-2026-21448: Webkul Bagisto RCE Vulnerability

  • CVE-2026-21449: Webkul Bagisto RCE Vulnerability

  • CVE-2026-21450: Webkul Bagisto RCE Vulnerability
Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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