Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 317 Bytes

2020-06-29-16-02-29.bpo-41004.ovF0KZ.rst

File metadata and controls

1 lines (1 loc) · 317 Bytes

CVE-2020-14422: The __hash__() methods of ipaddress.IPv4Interface and ipaddress.IPv6Interface incorrectly generated constant hash values of 32 and 128 respectively. This resulted in always causing hash collisions. The fix uses hash() to generate hash values for the tuple of (address, mask length, network address).