[Bug 2138420] Re: backport of CVE-2026-21441 results in broken package
Hlib Korzhynskyy
2138420 at bugs.launchpad.net
Mon Jan 19 15:03:20 UTC 2026
Hello,
This issue should now be fixed.
Please let me know if you encounter any further issues.
Thanks
--
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to python-urllib3 in Ubuntu.
https://bugs.launchpad.net/bugs/2138420
Title:
backport of CVE-2026-21441 results in broken package
Status in python-urllib3 package in Ubuntu:
Fix Released
Bug description:
the backport to urllib3 1.26.5 is a copy and paste of code from
urllib3 2.x that makes no sense in urllib3 1.x
There is no tracking of decoded response data in urllib3 1.x
`HTTPResponse` class. Using the API from 2.x `BaseHTTPResponse` class
in 1.x `HTTPResponse` class does not make sense in this case.
As a result, accessing the `self._has_decoded_data` property which
only exists in 2.x new `BaseHTTPResponse` is not valid in 1.x
`HTTPResponse` and any code that uses response streaming in Jammy will
fail.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-urllib3/+bug/2138420/+subscriptions
More information about the Ubuntu-openstack-bugs
mailing list