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-30154

CVE-2025-30154: Reviewdog Action-ast-grep Info Disclosure

CVE-2025-30154 is an information disclosure vulnerability in Reviewdog Action-ast-grep caused by compromised code that exposed secrets to GitHub Actions logs. This article covers the technical details, affected timeframe, and remediation.

Updated: January 22, 2026

CVE-2025-30154 Overview

CVE-2025-30154 is a supply chain attack vulnerability affecting the reviewdog/action-setup GitHub Action, a popular tool used to install reviewdog for automated code review in CI/CD pipelines. On March 11, 2025, between 18:42 and 20:31 UTC, the action was compromised with malicious code that exfiltrated exposed secrets to GitHub Actions Workflow Logs. This compromise extends beyond just action-setup to multiple dependent reviewdog actions, regardless of version pinning methods used.

Critical Impact

Secrets and credentials from affected CI/CD workflows were exposed to workflow logs, potentially allowing attackers to harvest sensitive authentication tokens, API keys, and other confidential data from thousands of repositories using these GitHub Actions.

Affected Products

  • reviewdog action-setup v1
  • reviewdog action-shellcheck (all versions using action-setup@v1)
  • reviewdog action-composite-template (all versions using action-setup@v1)
  • reviewdog action-staticcheck (all versions using action-setup@v1)
  • reviewdog action-ast-grep (all versions using action-setup@v1)
  • reviewdog action-typos (all versions using action-setup@v1)

Discovery Timeline

  • March 11, 2025 - Compromise window: malicious code active between 18:42 and 20:31 UTC
  • March 19, 2025 - CVE-2025-30154 published to NVD
  • October 24, 2025 - Last updated in NVD database

Technical Details for CVE-2025-30154

Vulnerability Analysis

This vulnerability represents a classic software supply chain attack targeting CI/CD infrastructure. The attacker gained unauthorized access to the reviewdog/action-setup repository and injected malicious code into the v1 tag. Because GitHub Actions allow referencing actions by tag (e.g., @v1), the compromise affected all downstream users immediately without requiring any changes to their workflow configurations.

The malicious payload was designed to dump all exposed secrets and environment variables to GitHub Actions Workflow Logs. In GitHub Actions, workflow logs are often accessible to repository collaborators or may be accidentally made public, creating a significant data exfiltration vector. The attack exploited the trust relationship between the action and the secrets injected into the runner environment.

The vulnerability is classified under CWE-506 (Embedded Malicious Code), reflecting the intentional insertion of malware into a trusted software component. This attack has been added to the CISA Known Exploited Vulnerabilities (KEV) catalog, confirming active exploitation in the wild.

Root Cause

The root cause of this vulnerability was the compromise of the reviewdog/action-setup GitHub repository's release infrastructure. The attacker was able to modify the v1 tag to point to a commit containing malicious code. This type of attack exploits the mutable nature of Git tags, where a tag can be moved to point to different commits without downstream users being immediately aware of the change.

The cascading impact occurred because multiple other reviewdog actions (action-shellcheck, action-composite-template, action-staticcheck, action-ast-grep, and action-typos) all reference reviewdog/action-setup@v1 as a dependency. Even if users pinned these dependent actions to specific versions or commit SHAs, the underlying action-setup@v1 reference remained vulnerable to the tag manipulation attack.

Attack Vector

The attack leveraged network-accessible GitHub Actions infrastructure to execute malicious code within the context of CI/CD workflows. When a workflow using any of the compromised actions ran during the attack window, the injected code would:

  1. Execute within the trusted GitHub Actions runner environment
  2. Access all secrets and environment variables available to the workflow
  3. Output the captured credentials to the workflow logs
  4. Potentially allow attackers monitoring these logs to harvest exposed credentials

The attack required no user interaction and executed automatically whenever workflows containing the compromised actions were triggered. Organizations running continuous integration on every commit were particularly at risk of exposure during the attack window.

Detection Methods for CVE-2025-30154

Indicators of Compromise

  • Presence of reviewdog/action-setup@v1 or dependent actions in workflow files that ran between March 11, 2025 18:42 UTC and 20:31 UTC
  • Unexpected secret values appearing in GitHub Actions workflow logs during the compromise window
  • Workflow runs referencing commit hashes from the compromised period
  • Suspicious activity on accounts or services whose credentials were stored as GitHub secrets

Detection Strategies

  • Audit all GitHub Actions workflow runs that occurred during the March 11, 2025 compromise window (18:42-20:31 UTC) for any usage of reviewdog actions
  • Review workflow logs from the attack period for unexpected output containing environment variables or secret-like patterns
  • Use GitHub's audit logs to identify all repositories in your organization that reference any of the affected reviewdog actions
  • Implement automated scanning for workflow files referencing mutable tags (@v1, @v2) rather than pinned commit SHAs

Monitoring Recommendations

  • Enable GitHub Advanced Security secret scanning to detect exposed credentials in workflow logs
  • Implement alerts for any new or modified GitHub Actions references in workflow files across your organization
  • Monitor for unauthorized access attempts using credentials that may have been exposed during the compromise
  • Establish baseline monitoring for CI/CD pipeline execution patterns to detect anomalous activity

How to Mitigate CVE-2025-30154

Immediate Actions Required

  • Immediately rotate ALL secrets that were available to workflows using any of the affected reviewdog actions
  • Audit GitHub Actions workflow logs from March 11, 2025 (18:42-20:31 UTC) and delete any that may contain exposed credentials
  • Update all workflow files to reference reviewdog actions by full commit SHA rather than mutable tags
  • Review access logs and activity for any accounts or services whose credentials may have been compromised

Patch Information

The reviewdog maintainers have addressed this compromise through security commits. Organizations should update their workflows to reference the following remediation commits:

  • Security Fix Commit 3f401fe
  • Security Fix Commit f0d342d

For detailed information about the compromise and remediation steps, refer to the GitHub Security Advisory GHSA-qmg3-hpqr-gqvc and GitHub Issue #2079.

Workarounds

  • Pin all GitHub Actions to full commit SHAs instead of version tags to prevent future tag manipulation attacks
  • Consider forking critical GitHub Actions into your organization's repositories for additional control and security review
  • Implement GitHub Actions allow lists to restrict which third-party actions can be used in your organization
  • Use OpenID Connect (OIDC) for cloud provider authentication instead of long-lived secrets where possible to limit exposure window
bash
# Example: Pin action to full commit SHA instead of version tag
# Before (vulnerable to tag manipulation):
# uses: reviewdog/action-setup@v1

# After (pinned to verified commit):
uses: reviewdog/action-setup@3f401fe1d58fe77e10d665ab713057375e39b887

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechReviewdog

  • SeverityHIGH

  • CVSS Score8.6

  • EPSS Probability17.94%

  • 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
  • Wiz Blog on Supply Chain Attacks

  • CISA Known Exploited Vulnerabilities
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Commit Update

  • GitHub Issue #2079

  • GitHub Security Advisory GHSA-qmg3-hpqr-gqvc
  • Latest CVEs
  • CVE-2026-40322: SiYuan Knowledge Management RCE Vulnerability

  • CVE-2026-40318: SiYuan Path Traversal Vulnerability

  • CVE-2026-40259: SiYuan Auth Bypass Vulnerability

  • CVE-2026-40255: AdonisJS HTTP Server CSRF Vulnerability
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