CVE-2026-54167
Received
Received - Intake
Authentication Bypass in Pipelines-as-Code GitHub App
Vulnerability report for CVE-2026-54167, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-09-15
Last updated on: 2026-09-15
Assigner: GitHub, Inc.
Description
Description
Pipelines-as-Code is a CI/CD system that lets users define Tekton pipelines in source code repositories. Prior to 0.37.8, 0.39.6, 0.42.1, and 0.48.0, the GitHub App provider accepts X-GitHub-Enterprise-Host as the API host while processing webhook events containing an installation.id, before webhook signature validation or confirmation that the host matches the repository URL in the signed payload. An unauthenticated attacker who can reach the webhook endpoint can select an attacker-controlled host and cause the controller to send a locally signed GitHub App JWT to that service. The exposed JWT may be used to attempt to mint installation access tokens during its validity window, subject to the GitHub App installation and permissions. The incoming webhook installation-lookup path is also affected, but exploitation of that path requires the valid incoming webhook secret for the target Repository CR. This issue is fixed in versions 0.37.8, 0.39.6, 0.42.1, and 0.48.0.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| github | pipelines-as-code | 0.37.8 |
| github | pipelines-as-code | 0.39.6 |
| github | pipelines-as-code | 0.42.1 |
| github | pipelines-as-code | 0.48.0 |
| github | pipelines-as-code | to 0.37.8 (exc) |
| github | pipelines-as-code | to 0.39.6 (exc) |
| github | pipelines-as-code | to 0.42.1 (exc) |
| github | pipelines-as-code | to 0.48.0 (exc) |
| tektoncd | pipelines-as-code | 0.37.8 |
| tektoncd | pipelines-as-code | 0.39.6 |
| tektoncd | pipelines-as-code | 0.42.1 |
| tektoncd | pipelines-as-code | 0.48.0 |
| tektoncd | pipelines-as-code | to 0.48.0 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-345 | The product does not sufficiently verify the origin or authenticity of data, in a way that causes it to accept invalid data. |