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

CVE-2026-40937: RustFS Auth Bypass Vulnerability

CVE-2026-40937 is an authentication bypass flaw in RustFS that allows non-admin users to hijack notification targets and intercept events. This article covers technical details, affected versions, impact, and mitigation.

Published: April 23, 2026

CVE-2026-40937 Overview

A critical authorization bypass vulnerability has been discovered in RustFS, a distributed object storage system built in Rust. Prior to version 1.0.0-alpha.94, four notification target admin API endpoints in rustfs/src/admin/handlers/event.rs fail to perform proper authorization checks, allowing authenticated non-admin users to perform privileged operations on notification targets.

The vulnerability stems from the use of a check_permissions helper that validates authentication only (access key + session token) without performing any admin-action authorization via validate_admin_request. While every other admin handler in the codebase correctly calls validate_admin_request with a specific AdminAction, this is the only admin handler file that skips authorization entirely.

Critical Impact

A non-admin user can overwrite shared admin-defined notification targets by name, causing subsequent bucket events to be delivered to attacker-controlled endpoints. This enables cross-user event interception and audit evasion.

Affected Products

  • RustFS versions prior to 1.0.0-alpha.94
  • Distributed object storage deployments using RustFS notification targets
  • Multi-tenant RustFS environments with shared notification configurations

Discovery Timeline

  • April 22, 2026 - CVE-2026-40937 published to NVD
  • April 22, 2026 - Last updated in NVD database

Technical Details for CVE-2026-40937

Vulnerability Analysis

This vulnerability represents a Missing Authorization flaw (CWE-862) where the application fails to verify that a user has the required privileges before allowing access to administrative functionality. The affected code path allows any authenticated user to manipulate notification target configurations that should be restricted to administrators only.

The impact is significant in multi-tenant environments where notification targets are shared across users. An attacker with basic authentication credentials can hijack event notification flows, redirecting bucket events to attacker-controlled endpoints. This breaks the trust model of the system and can lead to data exfiltration through intercepted events.

Root Cause

The root cause is an inconsistent authorization implementation in the rustfs/src/admin/handlers/event.rs file. While authentication is properly enforced through the check_permissions helper, the critical authorization step via validate_admin_request is completely missing. This represents a deviation from the security pattern established throughout the rest of the admin handler codebase, suggesting an oversight during development.

Attack Vector

The attack can be executed remotely over the network by any authenticated user with valid access credentials. The attacker does not require administrative privileges. The attack sequence involves:

  1. Authenticating to the RustFS system with a valid non-admin user account
  2. Identifying existing admin-defined notification target names
  3. Overwriting the notification target configuration to point to an attacker-controlled endpoint
  4. Intercepting subsequent bucket events that are delivered to the malicious endpoint

The vulnerability affects notification target operations including creation, modification, and deletion, enabling complete control over event delivery infrastructure.

Detection Methods for CVE-2026-40937

Indicators of Compromise

  • Unexpected changes to notification target configurations in RustFS
  • Notification targets pointing to external or unfamiliar endpoints
  • Audit log entries showing notification target modifications by non-admin users
  • Bucket events being delivered to unauthorized destinations

Detection Strategies

  • Monitor admin API endpoint access patterns for notification target operations
  • Implement alerting on notification target configuration changes outside of maintenance windows
  • Review access logs for non-admin users accessing /admin/handlers/event endpoints
  • Compare current notification target configurations against known-good baselines

Monitoring Recommendations

  • Enable detailed audit logging for all admin API operations
  • Implement network monitoring for outbound connections to newly configured notification endpoints
  • Set up integrity monitoring for notification target configurations
  • Deploy anomaly detection for user behavior patterns accessing admin endpoints

How to Mitigate CVE-2026-40937

Immediate Actions Required

  • Upgrade RustFS to version 1.0.0-alpha.94 or later immediately
  • Audit all existing notification target configurations for unauthorized modifications
  • Review access logs to identify any potential exploitation attempts
  • Verify notification targets are pointing to expected, authorized endpoints

Patch Information

The vulnerability has been patched in RustFS version 1.0.0-alpha.94. The fix adds proper authorization checks by calling validate_admin_request with the appropriate AdminAction for all notification target admin API endpoints.

For detailed patch information, refer to the GitHub RustFS Release 1.0.0-alpha.94 and the GitHub Security Advisory GHSA-pfcq-4gjr-6gjm.

Workarounds

  • Restrict network access to admin API endpoints at the load balancer or firewall level
  • Implement additional authentication requirements for notification target management
  • Temporarily disable notification target functionality if not critical to operations
  • Deploy a reverse proxy with custom authorization rules for affected endpoints
bash
# Example: Restrict admin API access via iptables (temporary mitigation)
# Allow admin API access only from trusted management networks
iptables -A INPUT -p tcp --dport 9000 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 9000 -j DROP

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechRustfs

  • SeverityHIGH

  • CVSS Score8.3

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-862
  • Technical References
  • GitHub RustFS Release 1.0.0-alpha.94

  • GitHub Security Advisory GHSA-pfcq-4gjr-6gjm
  • Related CVEs
  • CVE-2026-39360: RustFS Auth Bypass Vulnerability

  • CVE-2026-27607: Rustfs Auth Bypass Vulnerability

  • CVE-2026-21862: RustFS Auth Bypass Vulnerability

  • CVE-2025-68926: Rustfs 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