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-2026-27900

CVE-2026-27900: Terraform Linode Info Disclosure Flaw

CVE-2026-27900 is an information disclosure vulnerability in Terraform Provider for Linode that exposes sensitive credentials in debug logs. This article covers the technical details, affected versions, impact, and mitigation.

Published: February 27, 2026

CVE-2026-27900 Overview

CVE-2026-27900 is an Information Disclosure vulnerability affecting the Terraform Provider for Linode versions prior to v3.9.0. The vulnerability stems from the provider logging sensitive information—including passwords, StackScript content, and object storage data—to debug logs without proper redaction. While provider debug logging is not enabled by default, environments that explicitly enable debug or provider logs (such as during local troubleshooting, within CI/CD pipelines, or through centralized log collection) are at risk of exposing sensitive credentials.

An authenticated attacker with access to provider debug logs through log aggregation systems, CI/CD pipelines, or debug output could extract these sensitive credentials and potentially leverage them for unauthorized access to Linode infrastructure.

Critical Impact

Sensitive credentials including passwords, tokens, keys, and StackScript content may be exposed in debug logs, potentially allowing attackers to compromise Linode cloud infrastructure and resources.

Affected Products

  • Terraform Provider for Linode versions prior to v3.9.0

Discovery Timeline

  • 2026-02-26 - CVE CVE-2026-27900 published to NVD
  • 2026-02-26 - Last updated in NVD database

Technical Details for CVE-2026-27900

Vulnerability Analysis

This vulnerability is classified under CWE-532 (Insertion of Sensitive Information into Log File). The Terraform Provider for Linode was logging entire configuration option objects to debug logs, which included sensitive fields such as passwords, API tokens, cryptographic keys, and StackScript contents. When debug logging is enabled, these sensitive values are written to logs in plaintext.

The exposure occurs because the provider's logging functions were passing complete diskOpts and createOpts structs to the Terraform logging framework (tflog), rather than selectively logging only non-sensitive metadata. This design oversight means any environment capturing debug-level logs would inadvertently store sensitive credentials.

Root Cause

The root cause is improper handling of sensitive data in logging statements within the provider's helper and resource files. The code was using a pattern of logging entire option structs (e.g., "options": diskOpts) rather than explicitly selecting safe fields for logging. This violated the principle of least privilege for data exposure and failed to implement proper log sanitization for credentials and secrets.

Attack Vector

The attack vector requires network access with low attack complexity. An attacker must be an authenticated user with access to debug logs—this could be through:

  1. CI/CD Pipeline Access: Developers or operators who can view pipeline execution logs where Terraform runs with debug enabled
  2. Log Aggregation Systems: Users with access to centralized logging platforms (e.g., Splunk, ELK, CloudWatch) collecting Terraform debug output
  3. Shared Debug Output: Scenarios where debug logs are shared during troubleshooting or support tickets

The scope is changed, meaning the vulnerability in one component (the Terraform provider) impacts resources beyond its security scope (Linode infrastructure credentials).

go
// Vulnerable code pattern - logging entire options struct
tflog.Debug(ctx, "client.CreateInstanceDisk(...)", map[string]any{
    "options": diskOpts,  // Exposes ALL fields including passwords, keys
})

// Fixed code pattern - logging only non-sensitive metadata
tflog.Debug(ctx, "client.CreateInstanceDisk(...) ", map[string]any{
    "label":      diskOpts.Label,
    "filesystem": diskOpts.Filesystem,
    "size":       diskOpts.Size,
    "image":      diskOpts.Image,
})

Source: GitHub Commit Details

Detection Methods for CVE-2026-27900

Indicators of Compromise

  • Terraform provider debug logs containing full diskOpts or createOpts objects with visible password, token, or key fields
  • Log entries showing StackScript content or object storage credentials in plaintext
  • Unexpected access patterns to log aggregation systems or CI/CD pipeline logs
  • Evidence of credential reuse or unauthorized API access to Linode accounts following log exposure

Detection Strategies

  • Review Terraform provider version in use; versions prior to v3.9.0 are vulnerable when debug logging is enabled
  • Audit CI/CD pipeline configurations for TF_LOG=DEBUG or TF_LOG_PROVIDER=DEBUG environment variables
  • Search existing logs for patterns indicating exposed credentials such as "options": followed by credential-like data
  • Monitor for unusual authentication events or API calls to Linode infrastructure that may indicate credential theft

Monitoring Recommendations

  • Implement log scrubbing or masking rules in log aggregation platforms to redact potential credential patterns
  • Configure alerts for debug-level Terraform logging being enabled in production environments
  • Monitor access to historical logs that may contain sensitive data from vulnerable provider versions
  • Track Linode API authentication events for anomalous access patterns

How to Mitigate CVE-2026-27900

Immediate Actions Required

  • Upgrade to Terraform Provider for Linode version v3.9.0 or later immediately
  • Disable Terraform provider debug logging or set log level to WARN or above in all environments
  • Restrict access to existing and historical logs that may contain sensitive values
  • Rotate all potentially exposed secrets and credentials including Linode API tokens, passwords, and access keys

Patch Information

The vulnerability has been patched in Terraform Provider for Linode version v3.9.0. The fix sanitizes debug logs by logging only non-sensitive metadata such as labels, regions, and resource IDs while redacting credentials, tokens, keys, scripts, and other sensitive content. The patch is available via the GitHub Release v3.9.0.

For detailed technical information about the fix, refer to the GitHub Security Advisory GHSA-5rc7-2jj6-mp64 and the GitHub Pull Request.

Workarounds

  • Set TF_LOG environment variable to WARN, ERROR, or OFF to prevent debug-level logging
  • Implement retention policies to purge or trim logs that may contain sensitive values
  • Restrict access controls on log aggregation systems and CI/CD pipeline outputs
  • Use Terraform's sensitive variable marking to help identify credentials that should not be logged
bash
# Configuration example - Disable debug logging
export TF_LOG=WARN
export TF_LOG_PROVIDER=WARN

# Or completely disable logging
unset TF_LOG
unset TF_LOG_PROVIDER

# Verify provider version
terraform providers | grep linode
# Ensure version is >= v3.9.0

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechTerraform

  • SeverityMEDIUM

  • CVSS Score5.0

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-532
  • Technical References
  • GitHub Commit Details

  • GitHub Pull Request

  • GitHub Release v3.9.0

  • GitHub Security Advisory GHSA-5rc7-2jj6-mp64

  • OpenWall OSS-Security Discussion
  • Related CVEs
  • CVE-2026-25499: Proxmox Provider Path Traversal Flaw
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