banner logoJoin us at RSAC™ 2026 Conference, March 23–March 26 | North Expo, Booth N-5863Join us at RSAC™ 2026, March 23–March 26Learn More
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI Security Portfolio
      Leading the Way in AI-Powered Security Solutions
    • 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
    • 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-22611

CVE-2026-22611: AWS SDK for .NET SSRF Vulnerability

CVE-2026-22611 is an SSRF vulnerability in AWS SDK for .NET that allows improper routing of API calls to non-AWS hosts. This article covers the technical details, affected versions 4.0.0 to 4.0.3.3, and mitigation steps.

Updated: January 22, 2026

CVE-2026-22611 Overview

AWS SDK for .NET, which enables developers to build scalable solutions with Amazon S3, Amazon DynamoDB, Amazon Glacier, and other AWS services, contains an improper input validation vulnerability affecting versions 4.0.0 to before 4.0.3.3. Customer applications could be configured to improperly route AWS API calls to non-existent or non-AWS hosts due to insufficient validation of the region input field when calling AWS services. An actor with access to the environment in which the SDK is used could set the region input field to an invalid value, potentially causing API requests to be misdirected.

Critical Impact

Applications using affected versions of AWS SDK for .NET may inadvertently route sensitive AWS API calls to attacker-controlled or non-AWS endpoints when malicious region values are supplied, potentially leading to information disclosure.

Affected Products

  • AWS SDK for .NET versions 4.0.0 to before 4.0.3.3

Discovery Timeline

  • 2026-01-10 - CVE-2026-22611 published to NVD
  • 2026-01-13 - Last updated in NVD database

Technical Details for CVE-2026-22611

Vulnerability Analysis

This vulnerability stems from improper input validation (CWE-20) in the AWS SDK for .NET. The SDK fails to adequately validate region input values before constructing AWS API endpoint URLs. When an application accepts user-controlled or environment-controlled region values without proper sanitization, an attacker with access to the application's environment can inject arbitrary values into the region field.

The attack requires network access and specific environmental conditions to be met, making exploitation complexity relatively high. However, successful exploitation could result in confidential data being exposed to unauthorized parties when API calls are routed to attacker-controlled endpoints instead of legitimate AWS infrastructure.

Root Cause

The root cause is insufficient input validation in the region parameter handling logic within the AWS SDK for .NET. The SDK did not properly validate that region values conform to legitimate AWS region identifiers before using them to construct service endpoint URLs. This allows specially crafted region strings to manipulate the destination of API requests.

Attack Vector

An attacker with access to the environment where the SDK operates could exploit this vulnerability by manipulating the region input field. This could be achieved through:

  • Setting malicious environment variables that the application uses for AWS region configuration
  • Modifying configuration files that specify the AWS region
  • Exploiting other application vulnerabilities to inject region values

When successful, AWS API calls intended for legitimate AWS endpoints would be routed to attacker-controlled hosts, potentially exposing sensitive request data including authentication credentials and API payloads.

The vulnerability requires specific conditions: the attacker must have access to modify the SDK's operating environment, and the application must use the compromised region value when making AWS API calls. For additional technical details, refer to the GitHub Security Advisory.

Detection Methods for CVE-2026-22611

Indicators of Compromise

  • Unusual AWS API calls being routed to non-standard endpoints
  • Network traffic to unexpected destinations from applications using AWS SDK for .NET
  • Log entries showing malformed or invalid region values in AWS API requests
  • Failed API calls due to certificate validation errors when SDK attempts to connect to non-AWS hosts

Detection Strategies

  • Monitor application logs for invalid or unexpected region values being used in AWS SDK configurations
  • Implement network monitoring to detect AWS API traffic being routed to non-AWS endpoints
  • Use runtime application security monitoring to detect manipulation of environment variables or configuration files
  • Audit code and configurations for hardcoded or externally-sourced region values

Monitoring Recommendations

  • Enable detailed logging for AWS SDK operations to capture region values used in API calls
  • Configure network egress monitoring to alert on connections to hosts outside expected AWS IP ranges
  • Implement configuration integrity monitoring to detect unauthorized changes to AWS SDK configuration sources
  • Deploy SentinelOne Singularity XDR for comprehensive endpoint and application behavior monitoring

How to Mitigate CVE-2026-22611

Immediate Actions Required

  • Upgrade AWS SDK for .NET to version 4.0.3.3 or later immediately
  • Audit all applications using AWS SDK for .NET versions 4.0.0 through 4.0.3.2
  • Review and restrict access to environment variables and configuration files that specify AWS regions
  • Validate that region values are sourced from trusted, immutable configurations

Patch Information

AWS has released version 4.0.3.3 of the AWS SDK for .NET which addresses this vulnerability by implementing proper validation of region input values. Organizations should update their applications to use the patched version as soon as possible. For detailed patch information, see the GitHub Security Advisory.

Workarounds

  • Implement application-level validation to ensure region values match known valid AWS region identifiers before passing them to the SDK
  • Hardcode AWS region values in application configuration rather than accepting them from external or user-controlled sources
  • Restrict environment access to prevent unauthorized modification of AWS SDK configuration parameters
  • Implement network-level controls to block outbound connections to non-AWS endpoints from systems running affected applications
bash
# Update AWS SDK for .NET using NuGet
dotnet add package AWSSDK.Core --version 4.0.3.3
# Or update all AWS SDK packages
dotnet list package --outdated | grep AWSSDK

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechAws Sdk

  • SeverityLOW

  • CVSS Score3.7

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-20
  • Technical References
  • GitHub Security Advisory
  • Latest CVEs
  • CVE-2025-48418: Fortinet FortiManager Privilege Escalation

  • CVE-2025-48840: Fortinet FortiWeb Auth Bypass Vulnerability

  • CVE-2025-49784: Fortinet FortiAnalyzer SQLi Vulnerability

  • CVE-2025-53608: Fortinet FortiSandbox XSS Vulnerability
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
  • English
  • 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