CVE-2024-41127
Monkeytype Code Injection Vulnerability (Pipeline Execution)
Description
Monkeytype is a minimalistic and customizable typing test. Monkeytype is vulnerable to Poisoned Pipeline Execution through Code Injection in its ci-failure-comment.yml GitHub Workflow, enabling attackers to gain pull-requests write access. The ci-failure-comment.yml workflow is triggered when the Monkey CI workflow completes. When it runs, it will download an artifact uploaded by the triggering workflow and assign the contents of ./pr_num/pr_num.txt artifact to the steps.pr_num_reader.outputs.content WorkFlow variable. It is not validated that the variable is actually a number and later it is interpolated into a JS script allowing an attacker to change the code to be executed. This issue leads to pull-requests write access. This vulnerability is fixed in 24.30.0.
INFO
Published Date :
Aug. 2, 2024, 3:16 p.m.
Last Modified :
Sept. 11, 2024, 2:52 p.m.
Source :
[email protected]
Remotely Exploitable :
Yes !
Impact Score :
6.0
Exploitability Score :
2.8
References to Advisories, Solutions, and Tools
Here, you will find a curated list of external links that provide in-depth
information, practical solutions, and valuable tools related to
CVE-2024-41127
.
URL | Resource |
---|---|
https://github.com/monkeytypegame/monkeytype/commit/29627fd0d5f152e2da59671987090ea0a5c29874 | Patch |
https://github.com/monkeytypegame/monkeytype/security/advisories/GHSA-wcjf-5464-4wq9 | Vendor Advisory |
https://securitylab.github.com/advisories/GHSL-2024-167_monkeytype | Exploit Third Party Advisory |
We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).
Results are limited to the first 15 repositories due to potential performance issues.
The following list is the news that have been mention
CVE-2024-41127
vulnerability anywhere in the article.
The following table lists the changes that have been made to the
CVE-2024-41127
vulnerability over time.
Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.
-
Initial Analysis by [email protected]
Sep. 11, 2024
Action Type Old Value New Value Added CVSS V3.1 NIST AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H Changed Reference Type https://github.com/monkeytypegame/monkeytype/commit/29627fd0d5f152e2da59671987090ea0a5c29874 No Types Assigned https://github.com/monkeytypegame/monkeytype/commit/29627fd0d5f152e2da59671987090ea0a5c29874 Patch Changed Reference Type https://github.com/monkeytypegame/monkeytype/security/advisories/GHSA-wcjf-5464-4wq9 No Types Assigned https://github.com/monkeytypegame/monkeytype/security/advisories/GHSA-wcjf-5464-4wq9 Vendor Advisory Changed Reference Type https://securitylab.github.com/advisories/GHSL-2024-167_monkeytype No Types Assigned https://securitylab.github.com/advisories/GHSL-2024-167_monkeytype Exploit, Third Party Advisory Added CWE NIST CWE-94 Added CPE Configuration OR *cpe:2.3:a:monkeytype:monkeytype:*:*:*:*:*:*:*:* versions up to (excluding) 24.30.0 -
CVE Received by [email protected]
Aug. 02, 2024
Action Type Old Value New Value Added Description Monkeytype is a minimalistic and customizable typing test. Monkeytype is vulnerable to Poisoned Pipeline Execution through Code Injection in its ci-failure-comment.yml GitHub Workflow, enabling attackers to gain pull-requests write access. The ci-failure-comment.yml workflow is triggered when the Monkey CI workflow completes. When it runs, it will download an artifact uploaded by the triggering workflow and assign the contents of ./pr_num/pr_num.txt artifact to the steps.pr_num_reader.outputs.content WorkFlow variable. It is not validated that the variable is actually a number and later it is interpolated into a JS script allowing an attacker to change the code to be executed. This issue leads to pull-requests write access. This vulnerability is fixed in 24.30.0. Added Reference GitHub, Inc. https://github.com/monkeytypegame/monkeytype/security/advisories/GHSA-wcjf-5464-4wq9 [No types assigned] Added Reference GitHub, Inc. https://github.com/monkeytypegame/monkeytype/commit/29627fd0d5f152e2da59671987090ea0a5c29874 [No types assigned] Added Reference GitHub, Inc. https://securitylab.github.com/advisories/GHSL-2024-167_monkeytype [No types assigned] Added CWE GitHub, Inc. CWE-74 Added CVSS V3.1 GitHub, Inc. AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H
CWE - Common Weakness Enumeration
While CVE identifies
specific instances of vulnerabilities, CWE categorizes the common flaws or
weaknesses that can lead to vulnerabilities. CVE-2024-41127
is
associated with the following CWEs:
Common Attack Pattern Enumeration and Classification (CAPEC)
Common Attack Pattern Enumeration and Classification
(CAPEC)
stores attack patterns, which are descriptions of the common attributes and
approaches employed by adversaries to exploit the CVE-2024-41127
weaknesses.