CVE-2026-55158
Last modified
CVE-2026-55158 is a critical-severity vulnerability rated 9.1/10 on the CVSS scale. 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. EPSS estimates a 0.45% chance of exploitation in the next 30 days.
Description
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.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| wktk | conflibot | < 1.2.1 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-55158?
How severe is CVE-2026-55158?
How do I fix CVE-2026-55158?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-55142Numeric truncation error in Microsoft Office Word allows an …5.5
- CVE-2026-55144Missing cryptographic step in Windows CryptoAPI allows an au…7.1
- CVE-2026-55145Improper neutralization of special elements used in a comman…7.1
- CVE-2026-55149Vouch Proxy is an SSO and OAuth/OIDC login solution for Ngin…7.5
- CVE-2026-5515IBM App Connect Enterprise 13.0.1.0 through 13.0.7.0 stores …5.5
- CVE-2026-55153mchange-commons-java is a Java library of shared utility cla…7.1
- CVE-2026-55159luci-app-adblock-fast a WebUI for fast, lightweight DNS-base…8.8
- CVE-2026-5516IBM WebSphere Application Server - Liberty 22.0.0.11 through…5.9
- CVE-2026-55162Lemur manages TLS certificate creation. Prior to 1.9.2, lemu…6.3
- CVE-2026-55163Lemur manages TLS certificate creation. Prior to 1.9.2, PUT …6.3
- CVE-2026-55164Lemur manages TLS certificate creation. Prior to 1.9.2, lemu…4.9
- CVE-2026-55165Lemur manages TLS certificate creation. Prior to 1.9.2, the …4.8
Are you affected by CVE-2026-55158?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
