AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2023-34111

HIGH · CVSS 8.1 EPSS 4.05% Public Exploit

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2023-06-06 · Last synced 2026-08-04

CyberRota Analysis

AI analysis pending.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
arbitrary code execution code execution

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2023-34111
Severity
HIGH
CVSS
8.1
EPSS
4.05%
GitHub

Original NVD 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.