Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-26004

CVE-2026-26004: Sentry IDOR Auth Bypass Vulnerability

CVE-2026-26004 is an Insecure Direct Object Reference flaw in Sentry's GroupEventJsonView endpoint enabling cross-organization access. This article covers technical details, affected versions, and mitigation.

Published: March 20, 2026

CVE-2026-26004 Overview

CVE-2026-26004 is an Insecure Direct Object Reference (IDOR) vulnerability affecting Sentry, a popular developer-first error tracking and performance monitoring tool. This cross-organization IDOR flaw exists in Sentry's GroupEventJsonView endpoint, allowing authenticated users to potentially access event data belonging to other organizations.

The vulnerability enables unauthorized access to sensitive error tracking data across organizational boundaries, which could expose application stack traces, error messages, and potentially sensitive debugging information from other tenants on the same Sentry instance.

Critical Impact

Authenticated attackers can exploit improper authorization checks in the GroupEventJsonView endpoint to access error tracking data from organizations they are not authorized to view, potentially exposing sensitive application debugging information and stack traces.

Affected Products

  • Sentry versions prior to 26.1.0

Discovery Timeline

  • 2026-03-18 - CVE CVE-2026-26004 published to NVD
  • 2026-03-18 - Last updated in NVD database

Technical Details for CVE-2026-26004

Vulnerability Analysis

This vulnerability is classified under CWE-639 (Authorization Bypass Through User-Controlled Key), which describes scenarios where an application uses user-supplied input to directly reference database objects without proper authorization validation.

In Sentry's GroupEventJsonView endpoint, the application fails to properly verify that the requesting user has authorization to access event data for the specified organization. This creates a cross-organization data exposure scenario where authenticated users can manipulate object references to access resources belonging to other organizations.

The flaw is particularly significant in multi-tenant deployments where multiple organizations share the same Sentry instance. Error tracking data often contains sensitive information including stack traces, environment variables, request parameters, and application state that could be valuable for reconnaissance or direct exploitation.

Root Cause

The root cause is insufficient authorization checks in the GroupEventJsonView endpoint. While the endpoint validates that a user is authenticated, it fails to properly verify organizational membership before returning event data. This allows authenticated users to bypass tenant isolation controls by directly referencing event identifiers from other organizations.

Attack Vector

The attack is network-based and requires low-privilege authentication. An attacker with valid credentials to any organization on the Sentry instance can exploit this vulnerability by:

  1. Authenticating to their legitimate Sentry organization
  2. Identifying or enumerating event group identifiers
  3. Sending requests to the GroupEventJsonView endpoint with event IDs belonging to other organizations
  4. Receiving event data that should be restricted to authorized organization members only

The vulnerability requires no user interaction and can be exploited remotely by any authenticated user with access to the Sentry instance.

Detection Methods for CVE-2026-26004

Indicators of Compromise

  • Unusual access patterns to the GroupEventJsonView endpoint from authenticated users
  • API requests accessing event data outside the user's authorized organization scope
  • Elevated API request volumes from individual user accounts to event-related endpoints
  • Access log entries showing cross-organization event ID references

Detection Strategies

  • Monitor API access logs for requests to /api/0/issues/{issue_id}/events/{event_id}/json/ endpoints with unusual patterns
  • Implement alerting for users accessing event data from multiple organization contexts
  • Review authentication logs for accounts making bulk requests to event endpoints
  • Audit access patterns to identify potential enumeration attempts against event identifiers

Monitoring Recommendations

  • Enable detailed logging on Sentry API endpoints, particularly those handling event data
  • Configure alerts for anomalous cross-organization access patterns
  • Implement rate limiting on event retrieval endpoints to slow enumeration attacks
  • Review and audit user access permissions regularly to ensure proper organization boundaries

How to Mitigate CVE-2026-26004

Immediate Actions Required

  • Upgrade Sentry to version 26.1.0 or later immediately
  • Audit access logs for any suspicious cross-organization data access
  • Review and validate organizational access controls
  • Consider implementing additional network-level access restrictions to the Sentry API

Patch Information

Sentry has released version 26.1.0 which patches this vulnerability. The fix implements proper authorization validation in the GroupEventJsonView endpoint to ensure users can only access event data from organizations they are explicitly authorized to view.

For detailed patch information, see:

  • GitHub Sentry Commit
  • GitHub Sentry Pull Request #105601
  • GitHub Security Lab Advisory GHSL-2025-130

Workarounds

  • If immediate upgrade is not possible, consider restricting network access to the Sentry API to trusted IP ranges
  • Implement additional proxy-level authorization checks for sensitive API endpoints
  • Monitor API access logs closely for suspicious cross-organization access attempts
  • Consider temporarily disabling external API access until the patch can be applied
bash
# Verify Sentry version after patching
sentry --version
# Expected: 26.1.0 or later

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechSentry

  • SeverityMEDIUM

  • CVSS Score5.7

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-639
  • Technical References
  • GitHub Sentry Commit Update

  • GitHub Sentry Pull Request

  • GitHub Security Lab Advisory
  • Related CVEs
  • CVE-2026-27197: Sentry SAML SSO Auth Bypass Vulnerability

  • CVE-2025-22146: Sentry SAML SSO Auth Bypass Vulnerability

  • CVE-2026-40337: Sentry Kernel DoS Vulnerability

  • CVE-2023-46729: Sentry JavaScript SDK SSRF Vulnerability
Default Legacy - Prefooter | 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