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

CVE-2025-30066: Tj-actions Changed-files Disclosure Flaw

CVE-2025-30066 is an information disclosure vulnerability in Tj-actions Changed-files allowing attackers to extract secrets from action logs. This article covers technical details, affected versions, impact, and mitigation.

Updated: January 22, 2026

CVE-2025-30066 Overview

CVE-2025-30066 is a critical supply chain vulnerability affecting the popular GitHub Action tj-actions/changed-files. A threat actor compromised the repository and modified tags v1 through v45.0.7 on March 14-15, 2025, redirecting them to a malicious commit (0e58ed8) containing code designed to exfiltrate sensitive secrets from GitHub Actions workflow logs. This attack represents a significant software supply chain compromise, as the changed-files action is widely used in CI/CD pipelines to detect file changes between commits.

Critical Impact

Organizations using affected versions of tj-actions/changed-files may have had CI/CD secrets, API keys, tokens, and other sensitive credentials exposed through GitHub Actions logs. This vulnerability is listed in CISA's Known Exploited Vulnerabilities (KEV) catalog and has been actively exploited in the wild.

Affected Products

  • tj-actions changed-files versions prior to 46
  • All tags from v1 through v45.0.7 (compromised between March 14-15, 2025)
  • Any CI/CD pipeline referencing the affected tags during the compromise window

Discovery Timeline

  • 2025-03-14 - Threat actor modified repository tags to point to malicious commit 0e58ed8
  • 2025-03-15 - CVE-2025-30066 published to NVD
  • 2025-03-18 - CISA published security alert for supply chain compromise
  • 2025-11-05 - Last updated in NVD database

Technical Details for CVE-2025-30066

Vulnerability Analysis

This vulnerability is classified under CWE-506 (Embedded Malicious Code), representing a sophisticated supply chain attack against GitHub Actions infrastructure. The threat actor gained unauthorized access to the tj-actions/changed-files repository and modified existing version tags to reference a malicious commit containing trojanized code. When organizations ran workflows using the compromised action, the malicious updateFeatures code executed within their CI/CD environment.

The attack specifically targeted the trust relationship between developers and the GitHub Actions ecosystem. By modifying existing tags rather than creating new ones, the attacker ensured that any workflow pinned to these tags would automatically pull and execute the compromised code without any visible changes to the workflow configuration files.

Root Cause

The root cause stems from the mutable nature of Git tags combined with the common practice of referencing GitHub Actions by tag rather than by immutable commit SHA. The threat actor exploited this by re-pointing existing tags (v1 through v45.0.7) to commit 0e58ed8, which contained malicious payload code in the updateFeatures function. This malicious code was designed to dump environment variables and secrets to the workflow logs, making them accessible to anyone with read access to the repository's Actions logs.

Attack Vector

The attack exploits the network-accessible GitHub Actions infrastructure without requiring any authentication from the attacker's perspective. When a victim's CI/CD workflow triggers, it fetches the compromised action, which then executes with the permissions granted to the workflow. The malicious code extracts secrets from the CI/CD environment and writes them to the build logs.

The malicious payload within the compromised commit targeted multiple secret sources including environment variables, GitHub tokens, and any secrets passed to the workflow. By exfiltrating these to the logs, the attacker created a persistent record of sensitive credentials that could be harvested even after the compromise was discovered and remediated.

Detection Methods for CVE-2025-30066

Indicators of Compromise

  • Workflow runs between March 14-15, 2025 that used tj-actions/changed-files with tags v1 through v45.0.7
  • References to commit SHA 0e58ed8 in workflow execution logs
  • Unexpected output or environment variable dumps in GitHub Actions logs
  • Presence of updateFeatures code execution in action logs during the affected timeframe

Detection Strategies

  • Audit all GitHub Actions workflow files for references to tj-actions/changed-files with version tags rather than commit SHAs
  • Review GitHub Actions logs from March 14-15, 2025 for any anomalous secret exposure or environment variable dumps
  • Scan workflow configurations across repositories to identify any usage of the compromised action versions
  • Implement runtime monitoring for GitHub Actions to detect unexpected data exfiltration patterns

Monitoring Recommendations

  • Enable GitHub's secret scanning and push protection features to detect accidentally committed secrets
  • Configure alerts for workflow runs that produce unusually large log outputs
  • Monitor for unauthorized access to CI/CD logs and artifacts
  • Implement continuous monitoring of third-party GitHub Actions for unexpected tag modifications using tools like StepSecurity Harden Runner

How to Mitigate CVE-2025-30066

Immediate Actions Required

  • Update immediately to tj-actions/changed-files version 46 or later
  • Rotate ALL secrets that may have been exposed in CI/CD pipelines during the compromise window (March 14-15, 2025)
  • Audit GitHub Actions logs for any evidence of secret exposure
  • Review access logs for any suspicious activity using potentially compromised credentials
  • Consider removing the compromised action entirely and using alternative approaches or vetted alternatives

Patch Information

The maintainers have released version 46 of tj-actions/changed-files which is not affected by this compromise. Organizations should update their workflow files to reference this version or later. For maximum security, reference the action by its full commit SHA rather than a mutable tag. The GitHub Security Guide provides comprehensive guidance on hardening GitHub Actions security. Additional mitigation guidance is available from CISA's Security Alert and Sysdig's detailed analysis.

Workarounds

  • Pin GitHub Actions to immutable commit SHAs instead of version tags to prevent future tag manipulation attacks
  • Implement a private mirror or fork of critical GitHub Actions that undergo security review before adoption
  • Use GitHub's built-in git diff capabilities directly in workflows as an alternative to third-party changed-files actions
  • Deploy tools like StepSecurity Harden Runner to detect and block network egress from GitHub Actions runners
bash
# Example: Pin action to specific commit SHA instead of tag
# Before (vulnerable to tag manipulation):
# uses: tj-actions/changed-files@v45

# After (secure - pinned to specific commit):
# uses: tj-actions/changed-files@<verified-safe-commit-sha>

# Verify the commit SHA of version 46+ before pinning:
git ls-remote --tags https://github.com/tj-actions/changed-files.git | grep v46

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechTj Actions Changed Files

  • SeverityHIGH

  • CVSS Score8.6

  • EPSS Probability90.88%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CISA KEV Information
  • In CISA KEVYes
  • CWE References
  • CWE-506

  • NVD-CWE-Other
  • Technical References
  • GitGuardian Blog Post

  • GitHub Pull Request

  • GitHub Issue Discussion

  • GitHub Security Guide

  • GitHub Issue Discussion

  • GitHub Pull Request

  • GitHub ReadMe Discussion

  • GitHub Issue Discussion

  • GitHub Issue Discussion

  • GitHub Issue Discussion

  • Hacker News Thread

  • Hacker News Thread

  • Semgrep Blog Post

  • Web Archive Issue Discussion

  • Stream Security Blog Post

  • Sweet Security Blog Post

  • Wiz Blog Analysis

  • CISA Security Alert

  • CISA Vulnerabilities Catalog
  • Vendor Resources
  • Sysdig Blog Analysis

  • Step Security Blog Post
  • Latest CVEs
  • CVE-2026-35467: Browser API Key Information Disclosure

  • CVE-2026-35466: cveInterface.js XSS Vulnerability

  • CVE-2026-30252: ZenShare Suite XSS Vulnerability

  • CVE-2026-30251: ZenShare Suite v17.0 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
  • 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