SEPTEMBER 15, 2026
Live Feed
Back to database
Case File

CVE-2026-59960

HIGH · CVSS 7.5 Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-14 · Last synced 2026-09-15

CyberRota Analysis

AI-Generated

The Argos JavaScript SDK prior to version 6.2.1 is vulnerable to command injection due to attacker-controlled values being processed in shell commands during the CI upload process. This flaw can lead to arbitrary command execution, potentially exposing CI secrets, altering build artifacts, or compromising the CI runner itself. Organizations using this SDK in their CI/CD pipelines should prioritize updating to the latest version to mitigate these risks.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
exploit

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-59960
Severity
HIGH
CVSS
7.5
EPSS
N/A
Java GitHub

Original NVD Description

Argos JavaScript provides official Argos SDKs for JavaScript. Prior to Argos core package version 6.2.1, attacker-controlled CI branch or ref values from GITHUB_HEAD_REF or ARGOS_BRANCH can flow through config.branch and getMergeBaseCommitSha() when hasRemoteContentAccess is false. The gitFetch() and gitMergeBase() functions in packages/core/src/ci-environment/git.ts interpolate these values into execSync() command strings executed by /bin/sh -c, so shell metacharacters in a pull-request branch name can execute arbitrary commands with the Argos upload process privileges on the CI runner. Successful exploitation can expose CI secrets, alter build artifacts, or compromise the runner. This issue is fixed in Argos core package version 6.2.1.