๐Ÿ” CVE Alert

CVE-2026-55158

CRITICAL 9.1

Conflibot: Command injection via crafted pull request branch names under pull_request_target

CVSS Score
9.1
EPSS Score
0.0%
EPSS Percentile
0th

Conflibot warns in advance when merging a pull request will cause conflicts in other open pull requests. Prior to 1.2.1, src/index.ts builds git checkout, git merge, and git format-patch commands by interpolating the attacker-controlled pull request head.ref value into strings passed to exec. In the documented pull_request_target configuration, an attacker can open a pull request, including from a fork, whose branch name contains shell metacharacters, and the workflow automatically interprets those characters as commands without maintainer interaction. The commands execute on a runner with base-repository secrets and a write-scoped GITHUB_TOKEN, allowing arbitrary command execution, secret or token exfiltration, unauthorized pushes, and other token abuse. The fixed implementations in src/index.ts and src/conflibot.ts use execFile or spawn argument arrays, and the v2 line also uses numeric pull-request refs rather than branch names. This issue is fixed in versions 1.2.1 and 2.0.0.

CWE CWE-78
Vendor wktk
Product conflibot
Published Sep 15, 2026
Stay Ahead of the Next One

Get instant alerts for wktk conflibot

Be the first to know when new critical vulnerabilities affecting wktk conflibot are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
None

Affected Versions

wktk / conflibot
< 1.2.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/wktk/conflibot/security/advisories/GHSA-2qvg-qr73-mqxp github.com: https://github.com/wktk/conflibot/pull/329 github.com: https://github.com/wktk/conflibot/commit/0107ac6a4575ea200d0b92287ea58f975be9505d github.com: https://github.com/wktk/conflibot/commit/59e255c49c920fd6b67471ab9ef3bf194439a3f2 github.com: https://github.com/wktk/conflibot/releases/tag/v1.2.1 github.com: https://github.com/wktk/conflibot/releases/tag/v2.0.0