Command Injection Vulnerability in `Release PR Merged` Workflow in taosdata/grafanaplugin
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.
Affected products
1- Range: <= 2e4c82b002
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
3- github.com/taosdata/grafanaplugin/blob/master/.github/workflows/release-pr-merged.yamlmitrex_refsource_MISC
- github.com/taosdata/grafanaplugin/security/advisories/GHSA-23wp-p848-hcgrmitrex_refsource_CONFIRM
- securitylab.github.com/research/github-actions-untrusted-input/mitrex_refsource_MISC
News mentions
0No linked articles in our index yet.