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

CVE-2025-2598: AWS CDK Information Disclosure Flaw

CVE-2025-2598 is an information disclosure vulnerability in Amazon AWS Cloud Development Kit that exposes credentials to console output when using credential plugins. This article covers technical details, impact, and remediation.

Updated: January 22, 2026

CVE-2025-2598 Overview

CVE-2025-2598 is an information disclosure vulnerability in the AWS Cloud Development Kit (AWS CDK) Command Line Interface. When the AWS CDK CLI is used with a credential plugin that returns an expiration property along with the retrieved AWS credentials, those credentials are inadvertently printed to the console output. This exposure can lead to unauthorized access to AWS resources if console output is logged, captured, or observed by unauthorized parties.

Critical Impact

AWS credentials including access keys and session tokens may be exposed in console output, potentially allowing unauthorized access to cloud infrastructure and resources.

Affected Products

  • Amazon AWS Cloud Development Kit (AWS CDK CLI) versions prior to 2.178.2

Discovery Timeline

  • 2025-03-21 - CVE-2025-2598 published to NVD
  • 2025-10-14 - Last updated in NVD database

Technical Details for CVE-2025-2598

Vulnerability Analysis

This vulnerability is classified under CWE-497 (Exposure of Sensitive System Information to an Unauthorized Control Sphere). The issue occurs within the AWS CDK CLI's credential handling mechanism when processing credential plugins. When a credential plugin returns credentials that include an expiration property, the CLI's logging or output functionality inadvertently outputs the full credential set to the console, including sensitive access key IDs, secret access keys, and session tokens.

The vulnerability requires local access to exploit, as an attacker would need visibility into the console output where the AWS CDK CLI is executed. This could occur through shared terminal sessions, logged command output, CI/CD pipeline logs, or screen sharing scenarios.

Root Cause

The root cause stems from improper handling of credential objects when they contain an expiration timestamp. The AWS CDK CLI fails to properly sanitize or mask sensitive credential information before writing it to console output. When credentials with an expiration property are processed, the entire credential object—including the secret access key—is inadvertently serialized and displayed.

Attack Vector

The attack vector is local, requiring an attacker to have access to the console output where the AWS CDK CLI commands are executed. Exploitation scenarios include:

Access to CI/CD pipeline logs where AWS CDK deployments are executed with credential plugins. An attacker with read access to build logs could extract exposed credentials. Shared terminal sessions or recorded terminal output (such as script command recordings) could inadvertently capture credentials. Screen sharing during development or debugging sessions where AWS CDK CLI commands are executed with credential plugins.

Detection Methods for CVE-2025-2598

Indicators of Compromise

  • Unexpected access to AWS resources from unknown IP addresses or regions
  • AWS CloudTrail logs showing API calls with credentials that should have been rotated
  • Presence of AWS credential patterns (access key IDs, secret keys) in CI/CD logs or terminal recordings
  • Unusual IAM credential usage patterns indicating compromised access keys

Detection Strategies

  • Review CI/CD pipeline logs and build artifacts for exposed AWS credential patterns
  • Monitor AWS CloudTrail for suspicious API activity using credentials associated with CDK deployments
  • Implement log scanning rules to detect AWS access key patterns (e.g., AKIA* for access key IDs)
  • Audit terminal recording files and shared logs for credential exposure

Monitoring Recommendations

  • Enable AWS CloudTrail logging and configure alerts for unusual credential usage
  • Implement automated scanning of logs and artifacts for AWS credential patterns
  • Monitor for AWS GuardDuty findings related to compromised credentials
  • Set up alerts for credential usage from unexpected source IP addresses or geographic locations

How to Mitigate CVE-2025-2598

Immediate Actions Required

  • Upgrade AWS CDK CLI to version 2.178.2 or later immediately
  • Review and rotate any AWS credentials that may have been used with affected versions
  • Audit CI/CD logs and terminal recordings for potential credential exposure
  • Ensure any forked or derivative code is patched to incorporate the new fixes

Patch Information

Amazon has released AWS CDK CLI version 2.178.2 which addresses this vulnerability. The patch prevents credentials from being printed to console output regardless of whether an expiration property is present. Detailed information is available in the AWS Security Bulletin AWS-2025-005 and the GitHub Security Advisory GHSA-v63m-x9r9-8gqp.

Workarounds

  • Redirect console output to /dev/null or sanitized logging when using credential plugins with unpatched versions
  • Avoid using credential plugins with expiration properties until the upgrade is complete
  • Implement log scrubbing in CI/CD pipelines to remove credential patterns before storage
  • Use AWS Secrets Manager or IAM roles for EC2/ECS instead of credential plugins where possible
bash
# Upgrade AWS CDK CLI to patched version
npm install -g aws-cdk@2.178.2

# Verify installed version
cdk --version

# For projects using local CDK dependencies
npm update aws-cdk aws-cdk-lib

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

  • SeverityMEDIUM

  • CVSS Score5.7

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:N/VC:H/VI:N/VA:N/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
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-497
  • Technical References
  • GitHub AWS CDK Release v2.178.2
  • Vendor Resources
  • AWS Security Bulletin AWS-2025-005

  • GitHub Security Advisory GHSA-v63m-x9r9-8gqp
  • Related CVEs
  • CVE-2025-23206: 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