CVE-2023-34111
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 `${{…
Does this matter?
High impact if exploited, but EPSS currently rates exploitation as unlikely (4.05%). Schedule it in the normal patch cycle and watch for a rise in EPSS or a public exploit.
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.
- CVSS 3.1
- 9.8 CRITICALCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
- EPSS
- 4.05% probability · 90th percentile
- CISA KEV
- Not listed
- Weakness
- CWE-20, CWE-77
- Affected
- tdengine/grafana
- Source
- security-advisories@github.com
References
- https://github.com/taosdata/grafanaplugin/blob/master/.github/workflows/release-pr-merged.yaml#L25Product
- https://github.com/taosdata/grafanaplugin/security/advisories/GHSA-23wp-p848-hcgrExploit, Third Party Advisory
- https://securitylab.github.com/research/github-actions-untrusted-input/Exploit, Third Party Advisory
- https://github.com/taosdata/grafanaplugin/blob/master/.github/workflows/release-pr-merged.yaml#L25Product
- https://github.com/taosdata/grafanaplugin/security/advisories/GHSA-23wp-p848-hcgrExploit, Third Party Advisory
- https://securitylab.github.com/research/github-actions-untrusted-input/Exploit, Third Party Advisory
Source: NVD record, EPSS from FIRST.org, KEV from CISA. Refreshed daily.