SCA: security update for projen (GHSA-gg2g-m5wc-vccq)

high Tenable Self-Hosted Container Security Plugin ID 415105

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- `projen` is a project generation tool that synthesizes project configuration files such as `package.json`,
`tsconfig.json`, `.gitignore`, GitHub Workflows, `eslint`, `jest`, and more, from a well-typed definition
written in JavaScript. Users of projen's `NodeProject` project type (including any project type derived
from it) include a `.github/workflows/rebuild-bot.yml` workflow that may allow any GitHub user to trigger
execution of un-trusted code in the context of the "main" repository (as opposed to that of a fork). In
some situations, such untrusted code may potentially be able to commit to the "main" repository. The
rebuild-bot workflow is triggered by comments including `@projen rebuild` on pull-request to trigger a re-
build of the projen project, and updating the pull request with the updated files. This workflow is
triggered by an `issue_comment` event, and thus always executes with a `GITHUB_TOKEN` belonging to the
repository into which the pull-request is made (this is in contrast with workflows triggered by
`pull_request` events, which always execute with a `GITHUB_TOKEN` belonging to the repository from which
the pull-request is made). Repositories that do not have branch protection configured on their default
branch (typically `main` or `master`) could possibly allow an untrusted user to gain access to secrets
configured on the repository (such as NPM tokens, etc). Branch protection prohibits this escalation, as
the managed `GITHUB_TOKEN` would not be able to modify the contents of a protected branch and affected
workflows must be defined on the default branch. (CVE-2021-21423)

See Also

https://github.com/advisories/GHSA-gg2g-m5wc-vccq

Plugin Details

Severity: High

ID: 415105

Version: Revision 1.6

Type: Local

Family: SCA Checks

Published: 1/23/2025

Updated: 7/2/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Medium

Score: 4.3

Percentile: 53.04

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: Medium

Base Score: 5.5

Temporal Score: 4.1

Vector: CVSS2#AV:N/AC:L/Au:S/C:P/I:P/A:N

CVSS Score Source: CVE-2021-21423

CVSS v3

Risk Factor: High

Base Score: 8.1

Temporal Score: 7.1

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

Temporal Vector: CVSS:3.0/E:U/RL:O/RC:C

CVSS v4

Risk Factor: High

Base Score: 7.6

Threat Score: 4.9

Threat Vector: CVSS:4.0/E:U

Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 4/6/2021

Vulnerability Publication Date: 4/6/2021

Reference Information

CVE: CVE-2021-21423

cwe: CWE-527