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.
References
Configurations
No configuration.
History
06 Mar 2024, 22:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2024-03-06 22:15
Updated : 2024-03-07 13:52
NVD link : CVE-2024-28110
Mitre link : CVE-2024-28110
CVE.ORG link : CVE-2024-28110
JSON object : View
Products Affected
No product.
CWE
CWE-522
Insufficiently Protected Credentials