LiveActive security incident?Get immediate response
CVE Record

CVE-2025-30154: Multiple Reviewdog actions were compromised during a specific time period

reviewdog/action-setup is a GitHub action that installs reviewdog. reviewdog/action-setup@v1 was compromised March 11, 2025, between 18:42 and 20:31 UTC, with malicious code added that dumps exposed secrets to Github Actions Workflow Logs. Other reviewdog actions that use `reviewdog/action-setup@v1` that would also be compromised, regardless of version or pinning method, are reviewdog/action-shellcheck, reviewdog/action-composite-template, reviewdog/action-staticcheck, reviewdog/action-ast-grep, and reviewdog/action-typos.

HighCVSS 8.6Known exploitedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

A trusted GitHub Action used by reviewdog was briefly compromised, causing secrets exposed to affected workflow runs to be written into GitHub Actions logs. The business risk is credential leakage from CI/CD, which can enable follow-on access to code, cloud, package, or deployment systems.

Executive priority

Treat this as a credential exposure incident, not just a dependency update. Prioritize teams with deployment, cloud, registry, or production secrets in GitHub Actions.

Technical view

reviewdog/action-setup@v1 was compromised on March 11, 2025, from 18:42 to 20:31 UTC. Malicious code dumped exposed secrets to GitHub Actions workflow logs. Dependent reviewdog actions using action-setup@v1 were also affected, regardless of version or pinning method.

Likely exposure

Organizations are exposed if GitHub Actions workflows ran reviewdog/action-setup@v1 or the listed dependent reviewdog actions during the compromise window.

Exploitation context

CISA KEV listing indicates known exploitation. The source bundle supports a time-bounded supply-chain compromise, not evidence of ongoing compromise after the stated window.

Researcher notes

Affected dependent actions named in the bundle are action-shellcheck, action-composite-template, action-staticcheck, action-ast-grep, and action-typos. Evidence is strong for the stated window, but the bundle does not prove which individual organizations had secrets exposed.

Mitigation direction

  • Identify affected workflow runs during the compromise window.
  • Rotate any secrets available to affected GitHub Actions jobs.
  • Remove or update compromised reviewdog action references per vendor guidance.
  • Restrict CI secrets to least privilege and protected contexts.
  • Review GitHub Actions logs for exposed secret material.

Validation and detection

  • Search workflow history for listed reviewdog actions in the affected time window.
  • Inventory secrets available to those workflow jobs.
  • Check Actions logs for unexpected secret disclosure.
  • Confirm rotated credentials are no longer valid.
  • Review vendor advisory and referenced commits for remediation context.
Prepared
Confidence
high
Sources
8

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-506: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2025-30154 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
8.6 (3.1)
Known Exploited
Yes
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
7Source links

CISA KEV status

Status
Known exploited
Source
CISA / ADP
Date added
Not provided

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
8.6CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N3.94Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

8.6High
CVSS 3.1 vector shape for CVE-2025-30154Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
reviewdogreviewdog= 1Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-506 · source CWE mapping

Embedded Malicious Code

Embedded Malicious Code represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.