python-urllib3 1.26.12-1ubuntu0.1 source package in Ubuntu

Changelog

python-urllib3 (1.26.12-1ubuntu0.1) lunar-security; urgency=medium

  * SECURITY UPDATE: http cookie leakage via http redirect
    - debian/patches/CVE-2023-43804.patch: removes the cookie from the
      http request when it is redirected to a different origin.
    - CVE-2023-43804
  * SECURITY UPDATE: http body leakage via http redirect
    - debian/patches/CVE-2023-45803.patch: removes the body from the
      http request when it is redirected to a different origin and the
      http verb is changed to GET.
    - CVE-2023-45803

 -- Jorge Sancho Larraz <email address hidden>  Tue, 24 Oct 2023 09:47:28 +0200

Upload details

Uploaded by:
Jorge Sancho Larraz
Uploaded to:
Lunar
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar updates main python
Lunar security main python

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-urllib3_1.26.12.orig.tar.gz 292.8 KiB 3fa96cf423e6987997fc326ae8df396db2a8b7c667747d47ddd8ecba91f4a74e
python-urllib3_1.26.12-1ubuntu0.1.debian.tar.xz 15.2 KiB 0964b5a0b22f81286e6982a705d508231a08eb1935e291b18a3e8cd725d89e88
python-urllib3_1.26.12-1ubuntu0.1.dsc 2.4 KiB f88f32a623004466ebc999d55e3b1fdf134de7ade9af02e5d5d0cd59e0ffaa36

View changes file

Binary packages built by this source

python3-urllib3: HTTP library with thread-safe connection pooling for Python3

 urllib3 supports features left out of urllib and urllib2 libraries.
 .
   - Re-use the same socket connection for multiple requests (HTTPConnectionPool
     and HTTPSConnectionPool) (with optional client-side certificate
     verification).
   - File posting (encode_multipart_formdata).
   - Built-in redirection and retries (optional).
   - Supports gzip and deflate decoding.
   - Thread-safe and sanity-safe.
   - Small and easy to understand codebase perfect for extending and
     building upon.
 .
 This package contains the Python 3 version of the library.