CVE-2023-34111
CVSS V2 None
CVSS V3 None
Description
The `Release PR Merged` workflow in the github repo taosdata/grafanaplugin is subject to a command injection vulnerability which allows for arbitrary code execution within the github action context due to the insecure usage of `${{ github.event.pull_request.title }}` in a bash command within the GitHub workflow. Attackers can inject malicious commands which will be executed by the workflow. This happens because `${{ github.event.pull_request.title }}` is directly passed to bash command on like 25 of the workflow. This may allow an attacker to gain access to secrets which the github action has access to or to otherwise make use of the compute resources.
Overview
- CVE ID
- CVE-2023-34111
- Assigner
- GitHub_M
- Vulnerability Status
- PUBLISHED
- Published Version
- 2023-06-06T16:29:21.279Z
- Last Modified Date
- 2023-06-06T16:29:21.279Z
Weakness Enumerations
References
Reference URL | Reference Tags |
---|---|
https://github.com/taosdata/grafanaplugin/security/advisories/GHSA-23wp-p848-hcgr | x_refsource_CONFIRM |
https://github.com/taosdata/grafanaplugin/blob/master/.github/workflows/release-pr-merged.yaml#L25 | x_refsource_MISC |
https://securitylab.github.com/research/github-actions-untrusted-input/ | x_refsource_MISC |
Sources
Source Name | Source URL |
---|---|
NIST | https://nvd.nist.gov/vuln/detail/CVE-2023-34111 |
MITRE | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-34111 |
History
Created | Old Value | New Value | Data Type | Notes |
---|---|---|---|---|
2024-06-25 20:48:27 | Added to TrackCVE |