CVE-2024-28110 Affecting tekton-pipelines package, versions <0.57.0-r0


Severity

Recommended
low

Based on default assessment until relevant scores are available.

Threat Intelligence

EPSS
0.05% (18th percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk IDSNYK-CHAINGUARDLATEST-TEKTONPIPELINES-6420347
  • published9 Mar 2024
  • disclosed6 Mar 2024

Introduced: 6 Mar 2024

CVE-2024-28110  (opens in a new tab)

How to fix?

Upgrade Chainguard tekton-pipelines to version 0.57.0-r0 or higher.

NVD Description

Note: Versions mentioned in the description apply only to the upstream tekton-pipelines package and not the tekton-pipelines package as distributed by Chainguard. See How to fix? for Chainguard relevant fixed versions and status.

Go SDK for CloudEvents is the official CloudEvents SDK to integrate applications with CloudEvents. Prior to version 2.15.2, using cloudevents.WithRoundTripper to create a cloudevents.Client with an authenticated http.RoundTripper causes the go-sdk to leak credentials to arbitrary endpoints. When the transport is populated with an authenticated transport, then http.DefaultClient is modified with the authenticated transport and will start to send Authorization tokens to any endpoint it is used to contact. Version 2.15.2 patches this issue.