CVE-2024-23838

Server-Side Request Forgery (SSRF) in nuget/TrueLayer.Client

Identifiers

GHSA-67m4-qxp3-j6hh, CVE-2024-23838

Package Slug

nuget/TrueLayer.Client

Vulnerability

Server-Side Request Forgery (SSRF)

Description

TrueLayer.NET is the .Net client for TrueLayer. The vulnerability could potentially allow a malicious actor to gain control over the destination URL of the HttpClient used in the API classes. For applications using the SDK, requests to unexpected resources on local networks or to the internet could be made which could lead to information disclosure. The issue can be mitigated by having strict egress rules limiting the destinations to which requests can be made, and applying strict validation to any user input passed to the truelayer-dotnet library. Versions of TrueLayer.Client v1.6.0 and later are not affected.

Affected Versions

All versions before 1.6.0

Solution

Upgrade to version 1.6.0 or above.

Last Modified

2024-01-31

source