VYPR

rpm package

suse/python-urllib3&distro=SUSE Linux Enterprise Module for Basesystem 15 SP5

pkg:rpm/suse/python-urllib3&distro=SUSE%20Linux%20Enterprise%20Module%20for%20Basesystem%2015%20SP5

Vulnerabilities (3)

  • CVE-2024-37891Jun 17, 2024
    affected < 1.25.10-150300.4.12.1fixed 1.25.10-150300.4.12.1

    urllib3 is a user-friendly HTTP client library for Python. When using urllib3's proxy support with `ProxyManager`, the `Proxy-Authorization` header is only sent to the configured proxy, as expected. However, when sending HTTP requests *without* using urllib3's proxy support, it'

  • CVE-2023-45803Oct 17, 2023
    affected < 1.25.10-150300.4.9.1fixed 1.25.10-150300.4.9.1

    urllib3 is a user-friendly HTTP client library for Python. urllib3 previously wouldn't remove the HTTP request body when an HTTP redirect response using status 301, 302, or 303 after the request had its method changed from one that could accept a request body (like `POST`) to `GE

  • CVE-2023-43804Oct 4, 2023
    affected < 1.25.10-150300.4.6.1fixed 1.25.10-150300.4.6.1

    urllib3 is a user-friendly HTTP client library for Python. urllib3 doesn't treat the `Cookie` HTTP header special or provide any helpers for managing cookies over HTTP, that is the responsibility of the user. However, it is possible for a user to specify a `Cookie` header and unk