SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-58502

HIGH · CVSS 7.1 EPSS 0.30% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-15 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

The vulnerability affects the GitHub Actions workflow, specifically the `discord-issue.yml`, which improperly handles user-supplied issue titles, allowing for shell command execution on the GitHub Actions runner. This can lead to the manipulation or spoofing of trusted bot notifications and potentially expose sensitive data, such as Discord webhook secrets, depending on repository permissions. Organizations utilizing GitHub Actions, especially those integrating with Discord, should prioritize addressing this issue to mitigate risks associated with unauthorized command execution and data exposure.

Public Exploit Signal

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

Detected Signals
exploit

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

CVE
CVE-2026-58502
Severity
HIGH
CVSS
7.1
EPSS
0.30%
GitHub

Original NVD Description

githubtoplanguages generates a user's top GitHub languages as an SVG. The .github/workflows/discord-issue.yml workflow runs when an issue is opened or closed and interpolates github.event.issue.title directly into the Bash assignment for ISSUE_TITLE before shell parsing. An issue title containing shell command-substitution syntax can therefore execute commands on the GitHub Actions runner before the title is included in the Discord notification sent through DISCORD_WEBHOOK. Successful exploitation can manipulate or spoof trusted bot notifications and may expose the Discord webhook secret or other workflow environment data, depending on repository permissions. This issue is fixed by commit 6bf9c3a9cb66c937b9047ca266b3d02f2bb11027.