Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

github логотип

GHSA-558p-m34m-vpmq

Опубликовано: 27 апр. 2023
Источник: github
Github: Прошло ревью
CVSS3: 9.1

Описание

Potential leak of authentication data to 3rd parties

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.

Пакеты

Наименование

typed-rest-client

npm
Затронутые версииВерсия исправления

< 1.8.0

1.8.0

EPSS

Процентиль: 86%
0.02767
Низкий

9.1 Critical

CVSS3

Дефекты

CWE-522

Связанные уязвимости

CVSS3: 9.1
nvd
почти 3 года назад

typed-rest-client is a library for Node Rest and Http Clients with typings for use with TypeScript. Users of the 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: First, send any request with `BasicCredentialHandler`, `BearerCredentialHandler` or `PersonalAccessTokenCredentialHandler`. Second, the target host may return a redirection (3xx), with a link to a second host. Third, 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. The problem was fixed in version 1.8.0. There are no known workarounds.

EPSS

Процентиль: 86%
0.02767
Низкий

9.1 Critical

CVSS3

Дефекты

CWE-522