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

exploitDog

github логотип

GHSA-9wx4-h78v-vm56

Опубликовано: 20 мая 2024
Источник: github
Github: Прошло ревью
CVSS3: 5.6

Описание

Requests Session object does not verify requests after making first request with verify=False

When using a requests.Session, if the first request to a given origin is made with verify=False, TLS certificate verification may remain disabled for all subsequent requests to that origin, even if verify=True is explicitly specified later.

This occurs because the underlying connection is reused from the session's connection pool, causing the initial TLS verification setting to persist for the lifetime of the pooled connection. As a result, applications may unintentionally send requests without certificate verification, leading to potential man-in-the-middle attacks and compromised confidentiality or integrity.

This behavior affects versions of requests prior to 2.32.0.

Пакеты

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

requests

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

< 2.32.0

2.32.0

EPSS

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

5.6 Medium

CVSS3

Дефекты

CWE-670

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

CVSS3: 5.6
ubuntu
больше 1 года назад

Requests is a HTTP library. Prior to 2.32.0, when making requests through a Requests `Session`, if the first request is made with `verify=False` to disable cert verification, all subsequent requests to the same host will continue to ignore cert verification regardless of changes to the value of `verify`. This behavior will continue for the lifecycle of the connection in the connection pool. This vulnerability is fixed in 2.32.0.

CVSS3: 5.6
redhat
больше 1 года назад

Requests is a HTTP library. Prior to 2.32.0, when making requests through a Requests `Session`, if the first request is made with `verify=False` to disable cert verification, all subsequent requests to the same host will continue to ignore cert verification regardless of changes to the value of `verify`. This behavior will continue for the lifecycle of the connection in the connection pool. This vulnerability is fixed in 2.32.0.

CVSS3: 5.6
nvd
больше 1 года назад

Requests is a HTTP library. Prior to 2.32.0, when making requests through a Requests `Session`, if the first request is made with `verify=False` to disable cert verification, all subsequent requests to the same host will continue to ignore cert verification regardless of changes to the value of `verify`. This behavior will continue for the lifecycle of the connection in the connection pool. This vulnerability is fixed in 2.32.0.

CVSS3: 5.6
msrc
больше 1 года назад

Описание отсутствует

CVSS3: 5.6
debian
больше 1 года назад

Requests is a HTTP library. Prior to 2.32.0, when making requests thro ...

EPSS

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

5.6 Medium

CVSS3

Дефекты

CWE-670