CVE-2021-21423
Last modified
CVE-2021-21423 is a high-severity vulnerability rated 8.1/10 on the CVSS scale. `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). EPSS estimates a 1.38% chance of exploitation in the next 30 days.
Description
`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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Projen Project | Projen | >= 0.6.0, < 0.16.41 |
References
- https://github.com/projen/projen/commit/36030c6a4b1acd0054673322612e7c70e9446643Patch, Third Party Advisory
- https://github.com/projen/projen/security/advisories/GHSA-gg2g-m5wc-vccqMitigation, Third Party Advisory
- https://www.npmjs.com/package/projenProduct, Third Party Advisory
- https://github.com/projen/projen/commit/36030c6a4b1acd0054673322612e7c70e9446643Patch, Third Party Advisory
- https://github.com/projen/projen/security/advisories/GHSA-gg2g-m5wc-vccqMitigation, Third Party Advisory
- https://www.npmjs.com/package/projenProduct, Third Party Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2021-21423?
How severe is CVE-2021-21423?
How do I fix CVE-2021-21423?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2021
- CVE-2021-21418ps_emailsubscription is a newsletter subscription module for…5.4
- CVE-2021-21419Eventlet is a concurrent networking library for Python. A we…5.3
- CVE-2021-2142Vulnerability in the Oracle WebLogic Server product of Oracl…6.1
- CVE-2021-21420vscode-stripe is an extension for Visual Studio Code. A vuln…7.8
- CVE-2021-21421node-etsy-client is a NodeJs Etsy ReST API Client. Applicati…6.5
- CVE-2021-21422mongo-express is a web-based MongoDB admin interface, writte…6.1
- CVE-2021-21424Symfony is a PHP framework for web and console applications …5.3
- CVE-2021-21425Grav Admin Plugin is an HTML user interface that provides a …9.8
- CVE-2021-21426Magento-lts is a long-term support alternative to Magento Co…9.8
- CVE-2021-21427Magento-lts is a long-term support alternative to Magento Co…7.2
- CVE-2021-21428Openapi generator is a java tool which allows generation of …7
- CVE-2021-21429OpenAPI Generator allows generation of API client libraries,…3.3
Are you affected by CVE-2021-21423?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
