Lucene search

K
vulnrichmentPSFVULNRICHMENT:CVE-2024-4032
HistoryJun 17, 2024 - 3:05 p.m.

CVE-2024-4032 Incorrect IPv4 and IPv6 private ranges

2024-06-1715:05:58
PSF
github.com
2
cve-2024-4032
incorrect ipv4
incorrect ipv6
ipaddress module
iana special-purpose address registries
cpython 3.12.4
cpython 3.13.0a6

AI Score

7.5

Confidence

High

SSVC

Exploitation

none

Automatable

yes

Technical Impact

partial

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.

ADP Affected

[
  {
    "cpes": [
      "cpe:2.3:a:python:cpython:*:*:*:*:*:*:*:*"
    ],
    "vendor": "python",
    "product": "cpython",
    "versions": [
      {
        "status": "affected",
        "version": "0",
        "lessThan": "3.12.4",
        "versionType": "custom"
      },
      {
        "status": "affected",
        "version": "3.13.0a1",
        "lessThan": "3.13.0a6",
        "versionType": "custom"
      }
    ],
    "defaultStatus": "unknown"
  }
]

References

AI Score

7.5

Confidence

High

SSVC

Exploitation

none

Automatable

yes

Technical Impact

partial