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

CVE-2026-33222: NATS Server Auth Bypass Vulnerability

CVE-2026-33222 is an authentication bypass flaw in NATS Server that allows users with JetStream admin API access to restore streams beyond their authorized scope. This article covers technical details, affected versions, and mitigation.

Published: March 27, 2026

CVE-2026-33222 Overview

A significant authorization bypass vulnerability has been identified in NATS-Server, a high-performance messaging system designed for cloud and edge native deployments. This vulnerability affects the JetStream admin API restore functionality, allowing users with limited JetStream admin permissions to restore streams to arbitrary stream names, potentially impacting data that should have been protected by access controls.

The vulnerability stems from improper authorization checks (CWE-285) in the stream restore functionality. Users who have been granted permission to restore a specific stream can exploit this flaw to restore data to other stream names, effectively bypassing intended access restrictions and potentially corrupting or overwriting protected data.

Critical Impact

Authenticated users with limited JetStream restore permissions can bypass authorization controls and restore data to arbitrary stream names, potentially compromising data integrity across the messaging system.

Affected Products

  • NATS-Server versions prior to 2.11.15
  • NATS-Server versions prior to 2.12.6
  • All NATS-Server deployments with JetStream enabled and user-configured restore permissions

Discovery Timeline

  • 2026-03-25 - CVE-2026-33222 published to NVD
  • 2026-03-26 - Last updated in NVD database

Technical Details for CVE-2026-33222

Vulnerability Analysis

This vulnerability is classified as an Improper Authorization issue (CWE-285) that affects the JetStream admin API within NATS-Server. The core problem lies in how the server validates stream restore operations. When a user initiates a restore operation through the JetStream API, the authorization mechanism fails to properly verify that the target stream name matches the stream for which the user has been granted restore permissions.

In properly configured NATS deployments, administrators can assign granular permissions to users, including specific JetStream restore capabilities limited to particular streams. However, due to this authorization flaw, a user with restore permissions for one stream can manipulate the restore request to target different stream names entirely. This breaks the intended security model and allows unauthorized data manipulation.

The vulnerability requires network access and high privileges (specifically JetStream admin API access with restore permissions), limiting the attack surface to authenticated internal actors or compromised accounts. However, the potential for high integrity impact makes this a serious concern for multi-tenant or security-sensitive NATS deployments.

Root Cause

The root cause of this vulnerability is improper authorization validation in the JetStream stream restore API handler. The server correctly authenticates the user and verifies they have some level of restore permission, but fails to validate that the requested target stream name matches the scope of their authorized permissions.

This represents a classic broken access control pattern where the authorization check is performed at too coarse a granularity. The permission system allows administrators to configure fine-grained stream-level restore permissions, but the runtime enforcement does not honor these restrictions during the actual restore operation.

Attack Vector

The attack requires an authenticated user with at least limited JetStream admin API access, specifically restore permissions for at least one stream. The attacker can then craft a malicious restore request that specifies a different target stream name than the one they are authorized to access.

The attack scenario involves initiating a JetStream restore operation through the NATS admin API. The attacker provides valid authentication credentials and a restore request payload. Instead of targeting the stream they have permission to restore, they specify a different stream name in the request parameters. The server fails to validate this mismatch and processes the restore, potentially overwriting or corrupting data in the unauthorized target stream.

This vulnerability enables horizontal privilege escalation within the JetStream subsystem, allowing users to impact data streams outside their authorized scope.

Detection Methods for CVE-2026-33222

Indicators of Compromise

  • Unexpected stream restore operations logged for streams that should not be accessible to the initiating user
  • JetStream audit logs showing restore operations where the user's configured permissions do not include the target stream
  • Data integrity issues or unexpected modifications in protected streams
  • Unusual patterns of restore API calls from users with limited JetStream permissions

Detection Strategies

  • Review JetStream admin API access logs for restore operations and cross-reference with user permission configurations
  • Implement monitoring for stream restore operations that target streams outside of user-authorized scopes
  • Audit user permissions against actual API activity to identify potential exploitation attempts
  • Deploy SentinelOne Singularity platform to monitor NATS-Server processes for anomalous API behavior patterns

Monitoring Recommendations

  • Enable comprehensive JetStream audit logging to capture all restore operations with full request details
  • Implement alerting on restore API calls to sensitive or protected streams
  • Monitor for unusual volumes of restore operations from individual user accounts
  • Track data integrity checksums for critical streams to detect unauthorized modifications

How to Mitigate CVE-2026-33222

Immediate Actions Required

  • Upgrade NATS-Server to version 2.11.15 or 2.12.6 depending on your release track immediately
  • Review and audit all users with JetStream admin API restore permissions
  • Temporarily remove JetStream restore permissions from users until patches are applied
  • Enable enhanced logging for JetStream operations to detect potential exploitation attempts

Patch Information

The NATS team has released security patches in versions 2.11.15 and 2.12.6 that address this authorization bypass vulnerability. Organizations should upgrade to the appropriate patched version based on their current deployment track.

For detailed patch information and upgrade instructions, refer to the NATS Security Advisory and the GitHub Security Advisory (GHSA-9983-vrx2-fg9c).

Workarounds

  • Temporarily remove JetStream restore permissions from all non-essential users until patches can be applied
  • Implement network-level access controls to restrict JetStream admin API access to trusted management systems
  • Use a separate NATS deployment or isolated accounts for users requiring restore functionality
  • Monitor all restore operations manually and investigate any targeting unexpected streams
bash
# Configuration example: Temporarily disable restore permissions
# In your NATS server authorization configuration, remove or comment out
# restore permissions for non-essential users until patching is complete

# Example nats-server.conf permission adjustment:
authorization {
  users = [
    { user: "limited_user", password: "secure_password",
      permissions: {
        publish: ["stream.limited.>"]
        subscribe: ["stream.limited.>"]
        # REMOVE jetstream restore permissions temporarily
        # jetstream: { restore: ["stream.limited"] }
      }
    }
  ]
}

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechNats Server

  • SeverityMEDIUM

  • CVSS Score4.9

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-285
  • Vendor Resources
  • NATS Security Advisory

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-33215: NATS-Server Auth Bypass Vulnerability

  • CVE-2026-33223: NATS-Server Auth Bypass Vulnerability

  • CVE-2026-33246: NATS-Server Auth Bypass Vulnerability

  • CVE-2026-33217: NATS-Server 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