CVE-2026-34243: Github Actions Untrusted Context In Run

This GitHub Actions step interpolates an attacker-controlled `${{ github.event.* }}` (or `${{ github.head_ref }}`) expression directly inside a `run:` shell script. GitHub Actions expands `${{ }}` template expressions before invoking the shell, so attacker-controlled content (e.g., issue/PR/comment/review bodies, commit messages, branch refs) becomes part of

Provally CuratedPublic repositoryHighHigh confidenceVerifiedApache-2.0YAML
greprules fetch cve-2026-34243-github-actions-untrusted-context-in-run --engine opengrep

Description

This GitHub Actions step interpolates an attacker-controlled `${{ github.event.* }}` (or `${{ github.head_ref }}`) expression directly inside a `run:` shell script. GitHub Actions expands `${{ }}` template expressions before invoking the shell, so attacker-controlled content (e.g., issue/PR/comment/review bodies, commit messages, branch refs) becomes part of