Lucene search

K
cve[email protected]CVE-2024-4032
HistoryJun 17, 2024 - 3:15 p.m.

CVE-2024-4032

2024-06-1715:15:52
web.nvd.nist.gov
27
ipaddress module
cpython
ipv4
ipv6
privately reachable
globally reachable
iana special-purpose address registries

6.4 Medium

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

14.3%

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.

CNA Affected

[
  {
    "defaultStatus": "unaffected",
    "product": "CPython",
    "repo": "https://github.com/python/cpython",
    "vendor": "Python Software Foundation",
    "versions": [
      {
        "lessThan": "3.12.4",
        "status": "affected",
        "version": "0",
        "versionType": "python"
      },
      {
        "lessThan": "3.13.0a6",
        "status": "affected",
        "version": "3.13.0a1",
        "versionType": "python"
      }
    ]
  }
]

References

6.4 Medium

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

14.3%