Логотип 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 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 origin 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.

Remediation

Any of these options can be used to remediate the current issue, we highly recommend upgrading as the preferred mitigation.

  • Upgrade to requests>=2.32.0.
  • For requests<2.32.0, avoid setting verify=False for the first request to a host while using a Requests Session.
  • For requests<2.32.0, call close() on Session objects to clear existing connections if verify=False is used.

Related Links

Пакеты

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

requests

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

< 2.32.0

2.32.0

EPSS

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

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

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

5.6 Medium

CVSS3

Дефекты

CWE-670