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
    • 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-22043

CVE-2026-22043: RustFS Privilege Escalation Vulnerability

CVE-2026-22043 is a privilege escalation flaw in RustFS that allows restricted accounts to gain unrestricted privileges through IAM policy bypass. This article covers technical details, affected versions, impact, and mitigation.

Updated: January 22, 2026

CVE-2026-22043 Overview

CVE-2026-22043 is a privilege escalation vulnerability in RustFS, a distributed object storage system built in Rust. The flaw exists in the Identity and Access Management (IAM) subsystem where a flawed deny_only short-circuit logic allows restricted service accounts or Security Token Service (STS) credentials to self-issue unrestricted service accounts. This bypasses session and inline policy restrictions, enabling the new account to inherit the parent's full privileges.

Critical Impact

Restricted service accounts can escalate privileges to obtain full parent account permissions, completely bypassing IAM policy restrictions designed to limit access.

Affected Products

  • RustFS versions 1.0.0-alpha.13 through 1.0.0-alpha.78

Discovery Timeline

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

Technical Details for CVE-2026-22043

Vulnerability Analysis

This vulnerability (CWE-269: Improper Privilege Management) stems from a logical flaw in the RustFS IAM policy evaluation engine. When processing service account creation requests, the system implements a deny_only check designed to prevent privilege escalation. However, a short-circuit condition in this logic fails to properly validate whether the requesting credential has sufficient privileges to create new service accounts with elevated permissions.

The attack allows an authenticated user with limited STS credentials or a restricted service account to create a new service account that inherits the full privilege set of the parent account, rather than being constrained by the session policies or inline policies applied to the originating credential. This breaks the fundamental principle of least privilege that IAM systems are designed to enforce.

Root Cause

The root cause lies in the improper implementation of the deny_only authorization check within the IAM subsystem. When evaluating whether a service account creation request should be permitted, the short-circuit logic prematurely returns a success condition without fully evaluating the policy restrictions that should apply. This allows the request to proceed even when the requesting credential's policies explicitly deny the ability to create unrestricted accounts.

Attack Vector

The attack is network-accessible and requires low-privilege authenticated access to the RustFS system. An attacker with a restricted service account or STS temporary credentials can exploit this vulnerability by issuing API calls to create new service accounts. Due to the flawed deny_only check, these newly created accounts bypass the policy restrictions that should be inherited from or applied to the requesting credential.

The vulnerability enables privilege escalation by allowing attackers to effectively "break out" of their constrained permission set. Once an unrestricted service account is created, the attacker gains access equivalent to the parent account's full privileges, potentially including administrative capabilities over the object storage system.

Detection Methods for CVE-2026-22043

Indicators of Compromise

  • Unexpected creation of new service accounts by restricted or temporary credentials
  • Service accounts with elevated privileges created by accounts that should have limited IAM permissions
  • Audit log entries showing service account creation bypassing expected policy denials
  • STS credentials being used to issue long-lived service accounts with broader permissions

Detection Strategies

  • Monitor IAM audit logs for service account creation events, particularly those initiated by STS credentials or known restricted accounts
  • Implement alerting on any privilege escalation patterns where child accounts have broader permissions than their creators
  • Review service account hierarchies to identify accounts that should not exist based on parent credential restrictions
  • Deploy anomaly detection for IAM operations that deviate from expected least-privilege patterns

Monitoring Recommendations

  • Enable comprehensive logging for all IAM and credential management operations in RustFS
  • Set up real-time alerts for service account creation events, especially outside of normal provisioning workflows
  • Regularly audit the permission sets of all service accounts to identify those with unexpected elevated privileges
  • Monitor API access patterns for signs of privilege escalation attempts

How to Mitigate CVE-2026-22043

Immediate Actions Required

  • Upgrade RustFS to version 1.0.0-alpha.79 or later immediately
  • Audit all existing service accounts created between the deployment of vulnerable versions and the patch
  • Revoke and regenerate any service accounts that may have been created through this exploitation vector
  • Review IAM policies to ensure restricted accounts cannot create new credentials until the patch is applied

Patch Information

The vulnerability is fixed in RustFS version 1.0.0-alpha.79. Organizations should upgrade to this version or later to remediate the vulnerability. The fix addresses the flawed deny_only short-circuit logic to properly enforce policy restrictions during service account creation.

For detailed information about the fix, see the GitHub Security Advisory.

Workarounds

  • Restrict network access to the RustFS IAM API endpoints using firewall rules or network segmentation
  • Implement additional authentication requirements for service account creation operations at the network or application layer
  • Deploy API gateway policies to block service account creation requests from STS credentials until the patch can be applied
  • Monitor and manually review all service account creation requests as an interim measure
bash
# Example: Restrict IAM API access at the network level
# Block service account creation endpoint from non-admin 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
  • TypePrivilege Escalation

  • Vendor/TechRustfs

  • SeverityMEDIUM

  • CVSS Score5.7

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:H/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-269
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-22042: RustFS Privilege Escalation Vulnerability

  • CVE-2026-39360: RustFS Auth Bypass Vulnerability

  • CVE-2026-27607: Rustfs Auth Bypass Vulnerability

  • CVE-2026-27822: RustFS Console Stored XSS 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