Back to overview

CVE-2024-58354

CRITICAL
9.9
CVSS 3.1
Description
cal.com (calcom repository, later renamed cal.diy) is affected by a repository takeover vulnerability in its GitHub Actions workflows. The workflow pr.yml uses the pull_request_target trigger with the repository's default write permissions and passes them down to check-types.yml. check-types.yml then performs a 'dangerous' checkout of the attacker-submitted pull request code (via the dangerous-git-checkout action) and subsequently executes it (through yarn install and package.json scripts). An attacker can open a pull request whose code runs arbitrary commands with the repository's write-scoped GITHUB_TOKEN, allowing them to push commits, merge or mutate pull requests, add or delete comments, and delete or force-push branches, thereby compromising the repository. The main branch is affected; no patched version is available.

Metadata

CVE ID
CVE-2024-58354
State
PUBLISHED
Assigner
VulnCheck
Reserved
2026-06-08 15:20 UTC
Published
2026-07-23 21:16 UTC
Last updated
2026-07-23 21:16 UTC
Primary CWE
CWE-77
Improper Neutralization of Special Elements used in a Comman…
Vendor / Product
calcom / cal.diy
Sources
cve.org  ·  NVD

Severity & Metrics

9.9 CRITICAL CVSS 3.1
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:H/A:H
Affected products (1)
VendorProductPlatformVersions
calcom cal.diy
Weakness (CWE)
CWESourceDescription
CWE-77 cna Improper Neutralization of Special Elements used in a Command ('Command Injection')
CVSS scores (2)
ScoreSeverityVersionSourceVector
9.9 CRITICAL 3.1 cna CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:H/A:H
8.5 HIGH 4.0 cna CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:H/VA:H/SC:L/SI:H/SA:H
References (3)
Back to overview