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-30825

CVE-2026-30825: Hoppscotch Auth Bypass Vulnerability

CVE-2026-30825 is an authentication bypass vulnerability in Hoppscotch that allows authenticated users to delete other users' personal access tokens without ownership verification. This article covers its impact, affected versions, and mitigation steps.

Published: March 13, 2026

CVE-2026-30825 Overview

CVE-2026-30825 is an Insecure Direct Object Reference (IDOR) vulnerability affecting Hoppscotch, an open source API development ecosystem. Prior to version 2026.2.1, the DELETE /v1/access-tokens/revoke endpoint allows any authenticated user to delete any other user's Personal Access Token (PAT) by providing its ID, with no ownership verification. This authorization bypass vulnerability enables malicious actors to disrupt legitimate user sessions and API integrations.

Critical Impact

Any authenticated user can revoke other users' Personal Access Tokens, leading to denial of service for API integrations and potential disruption of automated workflows relying on PAT authentication.

Affected Products

  • Hoppscotch versions prior to 2026.2.1
  • Hoppscotch self-hosted deployments using vulnerable API endpoints
  • Hoppscotch cloud instances running affected versions

Discovery Timeline

  • 2026-03-07 - CVE-2026-30825 published to NVD
  • 2026-03-11 - Last updated in NVD database

Technical Details for CVE-2026-30825

Vulnerability Analysis

This vulnerability is classified under CWE-639 (Authorization Bypass Through User-Controlled Key), a common authorization flaw where the application fails to verify that the requesting user has permission to access or modify the requested resource.

The vulnerable endpoint DELETE /v1/access-tokens/revoke accepts a PAT ID parameter but performs no validation to confirm that the authenticated user making the request is the owner of the token being revoked. This allows any authenticated user to enumerate and revoke tokens belonging to other users, effectively performing a horizontal privilege escalation attack.

The network-based attack vector with low complexity requirements means that exploitation is straightforward once an attacker has any valid authentication credentials to the platform.

Root Cause

The root cause of CVE-2026-30825 is missing authorization checks in the token revocation endpoint. The application authenticates the user making the request but fails to implement proper ownership validation before executing the delete operation on the Personal Access Token. This represents a classic broken access control vulnerability where authentication is enforced but authorization is not.

The endpoint likely processes requests by directly using the provided token ID to locate and delete the database record, without first verifying that the token's owner_id or equivalent field matches the authenticated user's identity.

Attack Vector

An attacker with valid authentication credentials to a Hoppscotch instance can exploit this vulnerability by sending HTTP DELETE requests to the /v1/access-tokens/revoke endpoint with arbitrary PAT IDs. The attack requires network access to the target Hoppscotch instance and low-privileged user credentials.

The attack flow involves: (1) authenticating to the Hoppscotch platform with any valid user account, (2) discovering or enumerating valid PAT IDs through various means such as sequential ID guessing or other information disclosure, and (3) sending DELETE requests to revoke tokens belonging to other users.

Since no ownership verification is performed, the server processes these requests successfully, revoking the targeted tokens and disrupting any integrations or automated workflows that depend on them. See the GitHub Security Advisory for additional technical details.

Detection Methods for CVE-2026-30825

Indicators of Compromise

  • Unusual volume of DELETE requests to /v1/access-tokens/revoke endpoint from a single user
  • Token revocation events where the requesting user ID does not match the token owner ID in audit logs
  • User reports of unexpected PAT invalidation or API integration failures
  • Pattern of sequential or enumerated token ID requests in access logs

Detection Strategies

  • Implement API audit logging that captures both the requesting user and the token owner for all revocation events
  • Monitor for anomalous deletion patterns targeting tokens owned by multiple different users
  • Alert on high-frequency requests to the token revocation endpoint from individual sessions
  • Review application logs for failed authorization attempts if partial fixes were applied

Monitoring Recommendations

  • Enable detailed access logging on the /v1/access-tokens/revoke endpoint
  • Configure SIEM rules to correlate token revocation events with user ownership data
  • Implement rate limiting on sensitive token management endpoints
  • Establish baseline metrics for normal PAT revocation activity to identify anomalies

How to Mitigate CVE-2026-30825

Immediate Actions Required

  • Upgrade Hoppscotch to version 2026.2.1 or later immediately
  • Review audit logs for suspicious token revocation activity prior to patching
  • Regenerate Personal Access Tokens for all users if exploitation is suspected
  • Notify users of potential token compromise and recommend credential rotation

Patch Information

Hoppscotch has addressed this vulnerability in version 2026.2.1. The patch implements proper ownership verification on the token revocation endpoint, ensuring that users can only revoke tokens they own. Organizations should update to this version or later as soon as possible.

For more details, refer to the GitHub Release Notes and the GitHub Security Advisory.

Workarounds

  • Restrict network access to Hoppscotch API endpoints using firewall rules or VPN requirements
  • Implement a Web Application Firewall (WAF) rule to monitor and limit requests to the /v1/access-tokens/revoke endpoint
  • Temporarily disable the PAT functionality if feasible until patching can be completed
  • Implement additional authentication requirements for sensitive operations at the network layer
bash
# Example: Restrict access to sensitive endpoints using nginx
location /v1/access-tokens/revoke {
    # Limit to internal networks only until patched
    allow 10.0.0.0/8;
    allow 192.168.0.0/16;
    deny all;
    
    # Add rate limiting
    limit_req zone=api_limit burst=5 nodelay;
    
    proxy_pass http://hoppscotch_backend;
}

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechHoppscotch

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-639
  • Technical References
  • GitHub Release Notes
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-34931: Hoppscotch Auth Bypass Vulnerability

  • CVE-2026-28217: Hoppscotch Auth Bypass Vulnerability

  • CVE-2026-28216: Hoppscotch Auth Bypass Vulnerability

  • CVE-2026-28215: Hoppscotch Auth Bypass 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