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-2025-23206

CVE-2025-23206: AWS CDK Information Disclosure Flaw

CVE-2025-23206 is an information disclosure vulnerability in Amazon AWS Cloud Development Kit affecting IAM OIDC custom resource providers. This article covers the technical details, affected versions, security impact, and mitigation.

Updated: January 22, 2026

CVE-2025-23206 Overview

CVE-2025-23206 is an Improper Certificate Validation vulnerability in the AWS Cloud Development Kit (AWS CDK), an open-source software development framework used to define cloud infrastructure in code and provision it through AWS CloudFormation. The vulnerability exists in the IAM OIDC custom resource provider package, where the tls.connect method is configured with rejectUnauthorized: false, bypassing TLS certificate validation when downloading CA Thumbprints as part of the custom resource workflow.

This improper validation setting deviates from security best practices and introduces a potential attack surface for Man-in-the-Middle (MITM) attacks. While the issuer URL is provided by CDK users defining their applications, and the code executes within a Lambda environment which provides some mitigation against MITM attacks, the lack of proper certificate validation remains a security concern.

Critical Impact

Applications using the IAM OIDC custom resource provider may connect to potentially untrusted OIDC providers without proper TLS certificate validation, creating a possible attack vector for credential interception or MITM attacks in infrastructure-as-code deployments.

Affected Products

  • Amazon AWS Cloud Development Kit versions prior to v2.177.0
  • CDK applications using the IAM OIDC custom resource provider package
  • Infrastructure deployments utilizing OIDC identity providers through CDK

Discovery Timeline

  • 2025-01-17 - CVE CVE-2025-23206 published to NVD
  • 2025-09-19 - Last updated in NVD database

Technical Details for CVE-2025-23206

Vulnerability Analysis

The vulnerability stems from CWE-347 (Improper Verification of Cryptographic Signature), specifically manifesting in the OIDC handler's TLS connection configuration. When CDK applications utilize the IAM OIDC custom resource provider, the handler downloads CA Thumbprints from OIDC provider endpoints. The underlying tls.connect implementation hardcodes rejectUnauthorized: false, effectively disabling TLS certificate chain validation.

This configuration allows connections to OIDC providers presenting invalid, expired, or self-signed certificates without raising errors or warnings. While the Lambda execution environment provides network isolation that reduces the practical exploitability of this flaw, the deviation from secure-by-default principles exposes users to potential risks when connecting to OIDC providers over untrusted networks or in compromised environments.

The fix requires enabling certificate validation via a feature flag to avoid breaking existing applications that may intentionally connect to non-standard OIDC providers.

Root Cause

The root cause is the explicit setting of rejectUnauthorized: false in the TLS connection options within the OIDC handler's external resource code. This configuration bypasses the Node.js TLS library's default certificate verification behavior, allowing connections to proceed regardless of certificate validity. The vulnerable code path can be found in the Custom Resource Handler.

Attack Vector

The attack vector is network-based, requiring an attacker to position themselves between the Lambda function and the OIDC provider endpoint. An attacker could potentially intercept the TLS connection and present a fraudulent certificate to capture or modify the OIDC thumbprint data. However, exploitation requires high privileges, active user interaction, and specific network positioning within the Lambda execution environment, significantly limiting practical attack scenarios.

The vulnerability mechanism involves the TLS connection to OIDC provider endpoints accepting any certificate without validation. This occurs during the CA Thumbprint retrieval process in the custom resource workflow. For detailed technical implementation, refer to the GitHub Issue #32920 and the Security Advisory.

Detection Methods for CVE-2025-23206

Indicators of Compromise

  • Unexpected TLS connections from Lambda functions to unknown or unauthorized OIDC provider endpoints
  • Modified or tampered CA Thumbprint values in IAM OIDC provider configurations
  • Anomalous network traffic patterns during CDK deployment operations involving OIDC resources

Detection Strategies

  • Audit CDK application code and cdk.context.json files for the presence and value of the @aws-cdk/aws-iam:oidcRejectUnauthorizedConnections feature flag
  • Review AWS CloudTrail logs for IAM OIDC provider creation and modification events with unexpected thumbprint values
  • Monitor Lambda function execution logs for TLS connection warnings or errors during OIDC resource provisioning
  • Implement network monitoring for Lambda VPC traffic to detect connections to suspicious OIDC endpoints

Monitoring Recommendations

  • Enable enhanced logging for CDK deployments involving OIDC identity providers
  • Configure CloudWatch alarms for unusual IAM OIDC provider activity
  • Implement drift detection for IAM OIDC provider configurations to identify unauthorized thumbprint changes
  • Review CDK version dependencies across projects to identify vulnerable deployments

How to Mitigate CVE-2025-23206

Immediate Actions Required

  • Upgrade AWS CDK to version v2.177.0 or later
  • After upgrading, enable the feature flag @aws-cdk/aws-iam:oidcRejectUnauthorizedConnections in your cdk.context.json or cdk.json configuration
  • Audit existing OIDC provider configurations for any suspicious or unexpected thumbprint values
  • Review network security controls for Lambda functions interacting with external OIDC providers

Patch Information

The patch is available in AWS CDK version v2.177.0. The fix introduces a feature flag mechanism to enable proper TLS certificate validation while maintaining backward compatibility for existing deployments. For complete details, see the GitHub Security Advisory GHSA-v4mq-x674-ff73.

Workarounds

  • No known workarounds are available for this vulnerability according to the security advisory
  • Organizations unable to immediately upgrade should implement network-level controls to restrict Lambda egress traffic
  • Consider using private VPC endpoints for OIDC provider communications where possible
  • Manually verify CA Thumbprints after deployment until the patch can be applied
bash
# Configuration example - Enable certificate validation after upgrading to v2.177.0
# Add to cdk.context.json or cdk.json:
{
  "context": {
    "@aws-cdk/aws-iam:oidcRejectUnauthorizedConnections": true
  }
}

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechAmazon Aws Cloud Development Kit

  • SeverityLOW

  • CVSS Score1.8

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:H/AT:P/PR:H/UI:A/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/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
  • ConfidentialityHigh
  • IntegrityLow
  • AvailabilityLow
  • CWE References
  • CWE-347
  • Technical References
  • GitHub Custom Resource Handler

  • GitHub Issue #32920
  • Vendor Resources
  • GitHub Security Advisory GHSA-v4mq-x674-ff73
  • Related CVEs
  • CVE-2025-2598: AWS CDK Information Disclosure Flaw
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