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
    • 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-2022-2385

CVE-2022-2385: Kubernetes Aws-iam-authenticator Privilege Escalation

CVE-2022-2385 is a privilege escalation vulnerability in Kubernetes aws-iam-authenticator that allows allow-listed IAM identities to modify usernames and gain elevated privileges. This article covers technical details, affected versions, impact assessment, and mitigation strategies.

Published: February 17, 2026

CVE-2022-2385 Overview

A privilege escalation vulnerability was discovered in aws-iam-authenticator, a Kubernetes authentication component that integrates with AWS IAM. This security issue allows an allow-listed IAM identity to modify their username and escalate privileges within the Kubernetes cluster. The vulnerability stems from improper input validation in the authentication flow, enabling authenticated users to potentially gain unauthorized access to cluster resources.

Critical Impact

Allow-listed IAM identities can modify their username during authentication, potentially escalating privileges to higher-privileged roles within the Kubernetes cluster.

Affected Products

  • Kubernetes aws-iam-authenticator

Discovery Timeline

  • 2022-07-12 - CVE CVE-2022-2385 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2022-2385

Vulnerability Analysis

This vulnerability affects the Kubernetes aws-iam-authenticator component, which is responsible for authenticating users to Kubernetes clusters using AWS IAM credentials. The core issue lies in improper input validation (CWE-20) during the authentication process, where the authenticator fails to properly validate or sanitize the username parameter provided by IAM identities.

When an IAM identity is allow-listed for cluster access, the authenticator should enforce strict mapping between the IAM identity and the corresponding Kubernetes username. However, due to this vulnerability, an authenticated IAM identity can manipulate the username field during the authentication flow. This allows attackers who already have some level of cluster access to impersonate other users or roles, effectively bypassing the intended access control mechanisms.

The network-accessible nature of this vulnerability means that any authenticated user with network access to the Kubernetes API server can potentially exploit this flaw. The attack requires low privileges (an existing allow-listed IAM identity) and no user interaction, making it relatively straightforward to exploit once the prerequisites are met.

Root Cause

The root cause is improper input validation (CWE-20) in the aws-iam-authenticator's handling of username parameters. The authenticator fails to enforce strict validation of the username mapping, allowing allow-listed IAM identities to specify or modify their username during the authentication process. This lack of validation enables the bypass of intended identity-to-username mappings configured by cluster administrators.

Attack Vector

The attack is network-based and can be executed by any allow-listed IAM identity with access to the Kubernetes cluster. The attacker leverages their existing IAM credentials to authenticate to the cluster, but manipulates the authentication request to modify their assigned username. By impersonating a higher-privileged user or a user with broader permissions, the attacker can escalate their privileges within the cluster.

The attack requires:

  1. An existing allow-listed IAM identity (low privilege requirement)
  2. Network access to the Kubernetes API server
  3. Knowledge of target usernames or roles to impersonate

The exploitation does not require user interaction, making it suitable for automated attacks. Successful exploitation can lead to complete compromise of confidentiality, integrity, and availability of cluster resources.

Detection Methods for CVE-2022-2385

Indicators of Compromise

  • Unusual authentication patterns where IAM identities authenticate as different Kubernetes users than expected
  • Discrepancies between IAM identity ARNs and the Kubernetes usernames in audit logs
  • Unexpected access to cluster resources by users who should not have permissions

Detection Strategies

  • Enable and monitor Kubernetes audit logs for authentication events involving aws-iam-authenticator
  • Compare IAM identity ARNs in authentication requests against the expected username mappings in ConfigMap
  • Alert on any authentication attempts where the claimed username does not match the configured mapping for the IAM identity

Monitoring Recommendations

  • Implement centralized logging for all Kubernetes API server authentication events
  • Create alerts for privilege escalation patterns, such as users suddenly accessing resources outside their normal scope
  • Regularly review aws-iam-authenticator ConfigMap configurations to ensure proper IAM-to-username mappings

How to Mitigate CVE-2022-2385

Immediate Actions Required

  • Update aws-iam-authenticator to the latest patched version immediately
  • Audit existing IAM identity mappings in your aws-iam-authenticator ConfigMap
  • Review Kubernetes audit logs for any suspicious authentication activity that may indicate past exploitation
  • Implement additional RBAC restrictions to limit the blast radius of potential privilege escalation

Patch Information

Refer to the GitHub Issue #472 for detailed patch information and affected version ranges. The Google Groups Discussion contains additional context from the Kubernetes security team regarding the vulnerability disclosure and remediation guidance.

Workarounds

  • Implement strict network policies to limit access to the Kubernetes API server to trusted networks only
  • Reduce the number of allow-listed IAM identities to minimize the attack surface
  • Enable and enforce additional authentication mechanisms alongside aws-iam-authenticator where possible
  • Implement strict RBAC policies with least-privilege principles to limit the impact of potential username manipulation
bash
# Review current IAM mappings in aws-iam-authenticator ConfigMap
kubectl get configmap aws-auth -n kube-system -o yaml

# Enable audit logging for authentication events
# Add to kube-apiserver configuration
# --audit-policy-file=/etc/kubernetes/audit-policy.yaml
# --audit-log-path=/var/log/kubernetes/audit.log

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechKubernetes

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.31%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-20

  • NVD-CWE-noinfo
  • Technical References
  • GitHub Issue #472

  • Google Groups Discussion
  • Related CVEs
  • CVE-2024-9486: Kubernetes Image Builder Privilege Escalation

  • CVE-2025-7342: Kubernetes Image Builder Privilege Escalation

  • CVE-2025-5187: Kubernetes Privilege Escalation Vulnerability

  • CVE-2023-3893: Kubernetes CSI Proxy Privilege Escalation
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