Skip to content

Potential leak of authentication data to 3rd parties

Critical severity GitHub Reviewed Published Apr 26, 2023 in microsoft/typed-rest-client • Updated Nov 12, 2023

Package

npm typed-rest-client (npm)

Affected versions

< 1.8.0

Patched versions

1.8.0

Description

Impact

Users of typed-rest-client library version 1.7.3 or lower are vulnerable to leak authentication data to 3rd parties.

The flow of the vulnerability is as follows:

  1. Send any request with BasicCredentialHandler, BearerCredentialHandler or PersonalAccessTokenCredentialHandler
  2. The target host may return a redirection (3xx), with a link to a second host.
  3. The next request will use the credentials to authenticate with the second host, by setting the Authorization header.

The expected behavior is that the next request will NOT set the Authorization header.

Patches

The problem was fixed on April 1st 2020.

Workarounds

There is no workaround.

References

This is similar to the following issues in nature:

  1. HTTP authentication leak in redirects - I used the same solution as CURL did.
  2. CVE-2018-1000007.

References

@mmrazik mmrazik published to microsoft/typed-rest-client Apr 26, 2023
Published by the National Vulnerability Database Apr 26, 2023
Published to the GitHub Advisory Database Apr 27, 2023
Reviewed Apr 27, 2023
Last updated Nov 12, 2023

Severity

Critical
9.1
/ 10

CVSS base metrics

Attack vector
Network
Attack complexity
Low
Privileges required
None
User interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
None
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N

Weaknesses

CVE ID

CVE-2023-30846

GHSA ID

GHSA-558p-m34m-vpmq

Credits

Checking history
See something to contribute? Suggest improvements for this vulnerability.