Greetings! We bring you a slew of releases this fine Saint Nicholas / Sinterklaas day. Six simultaneous releases has got to be some record. There’s one more record we broke this time, you’ll see below.
In any case, updating is recommended due to security content:
socket
or asyncio
related name resolution functions no longer involves a quadratic algorithm to fix CVE-2022-45061.
This prevents a potential CPU denial of service if an out-of-spec
excessive length hostname involving bidirectional characters were
decoded. Some protocols such as urllib
http 3xx redirects potentially allow for an attacker to supply such a name.python -m http.server
no longer allows terminal control characters sent within a garbage request to be printed to the stderr server log.gc
module.multiprocessing
module returns to using filesystem backed unix domain sockets for
communication with the forkserver process instead of the Linux abstract
socket namespace. Only code that chooses to use the “forkserver” start
method is affected. This prevents Linux CVE-2022-42919
(potential privilege escalation) as abstract sockets have no
permissions and could allow any user on the system in the same network
namespace (often the whole system) to inject code into the multiprocessing
forkserver process. This was a potential privilege escalation.
Filesystem based socket permissions restrict this to the forkserver
process user as was the default in Python 3.8 and earlier.Get it here, read the change log, sing a GPT-3-generated Sinterklaas song:
https://www.python.org/downloads/release/python-3120a3/
216 new commits since 3.12.0 alpha 2 last month.
Get it here, see the change log, read the recipe for quark soup:
https://www.python.org/downloads/release/python-3111/
A whopping 495 new commits since 3.11.0. This is a massive increase of changes comparing to 3.10 at the same stage in the release cycle: there were “only” 339 commits between 3.10.0 and 3.10.1.
Get it here, read the change log, see circular patterns:
https://www.python.org/downloads/release/python-3109/
165 new commits.
Get it here, read the change log, consider upgrading to a newer version:
https://www.python.org/downloads/release/python-3916/
Security-only release with no binaries. 10 commits.
Get it here, see the change log, definitely upgrade to a newer version:
https://www.python.org/downloads/release/python-3816/
Security-only release with no binaries. 9 commits.
Get it here, read the change log, check PEP 537 to confirm EOL is coming to this version in June 2023:
https://www.python.org/downloads/release/python-3716/
Security-only release with no binaries. 8 commits.
Thanks to all of the many volunteers who help make Python Development and these releases possible! Please consider supporting our efforts by volunteering yourself or through organization contributions to the Python Software Foundation.
Your friendly release team,
Ned Deily @nad
Steve Dower @steve.dower
Pablo Galindo Salgado @pablogsal
Łukasz Langa @ambv
Thomas Wouters @thomas