U.S. flag   An official website of the United States government
Dot gov

Official websites use .gov
A .gov website belongs to an official government organization in the United States.

Https

Secure .gov websites use HTTPS
A lock (Dot gov) or https:// means you've safely connected to the .gov website. Share sensitive information only on official, secure websites.

Vulnerability Change Records for CVE-2024-4032

Change History

New CVE Received by NIST 6/17/2024 11:15:52 AM

Action Type Old Value New Value
Added Description

								
							
							
						
The “ipaddress” module contained incorrect information about whether certain IPv4 and IPv6 addresses were designated as “globally reachable” or “private”. This affected the is_private and is_global properties of the ipaddress.IPv4Address, ipaddress.IPv4Network, ipaddress.IPv6Address, and ipaddress.IPv6Network classes, where values wouldn’t be returned in accordance with the latest information from the IANA Special-Purpose Address Registries.

CPython 3.12.4 and 3.13.0a6 contain updated information from these registries and thus have the intended behavior.
Added Reference

								
							
							
						
Python Software Foundation https://github.com/python/cpython/issues/113171 [No types assigned]
Added Reference

								
							
							
						
Python Software Foundation https://github.com/python/cpython/pull/113179 [No types assigned]
Added Reference

								
							
							
						
Python Software Foundation https://mail.python.org/archives/list/security-announce@python.org/thread/NRUHDUS2IV2USIZM2CVMSFL6SCKU3RZA/ [No types assigned]
Added Reference

								
							
							
						
Python Software Foundation https://www.iana.org/assignments/iana-ipv4-special-registry/iana-ipv4-special-registry.xhtml [No types assigned]
Added Reference

								
							
							
						
Python Software Foundation https://www.iana.org/assignments/iana-ipv6-special-registry/iana-ipv6-special-registry.xhtml [No types assigned]