GHSA-558p-m34m-vpmq

Suggest an improvement
Source
https://github.com/advisories/GHSA-558p-m34m-vpmq
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2023/04/GHSA-558p-m34m-vpmq/GHSA-558p-m34m-vpmq.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-558p-m34m-vpmq
Aliases
Related
Published
2023-04-27T14:02:11Z
Modified
2023-11-08T04:12:27.446976Z
Severity
  • 9.1 (Critical) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N CVSS Calculator
Summary
Potential leak of authentication data to 3rd parties
Details

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.

Database specific
{
    "nvd_published_at": "2023-04-26T21:15:09Z",
    "severity": "CRITICAL",
    "github_reviewed_at": "2023-04-27T14:02:11Z",
    "github_reviewed": true,
    "cwe_ids": [
        "CWE-522"
    ]
}
References

Affected packages

npm / typed-rest-client

Package

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.8.0