CVE-2026-55158
Published:August 17, 2026
Updated:August 27, 2026
Versions of conflibot before "1.2.1" build "git" commands by string interpolation and run them through a shell. Several of the interpolated values are pull request branch names ("head.ref"), which are attacker-controlled: anyone can open a pull request (including from a fork) whose head branch name contains shell metacharacters such as "`", "$( )", ";", "|", or "&". The recommended workflow runs conflibot on the "pull_request_target" event, where the job has access to the base repository's secrets and a write-scoped "GITHUB_TOKEN". As a result, a crafted branch name causes arbitrary command execution on the runner with that write token in the environment, allowing an attacker to exfiltrate secrets and the token, push to the repository, or otherwise abuse the token's permissions. No special privileges and no maintainer interaction are required — the action runs automatically when the pull request is opened.
Affected Packages
https://github.com/wktk/conflibot.git (GITHUB):
Affected version(s) >=v0.0.0 <v1.2.1Fix Suggestion:
Update to version v1.2.1Related Resources (6)
Do you need more information?
Contact UsCVSS v4
Base Score:
9.3
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
HIGH
Vulnerable System Integrity
HIGH
Vulnerable System Availability
NONE
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
9.1
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
HIGH
Integrity
HIGH
Availability
NONE
Weakness Type (CWE)
Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')