CVE-2024-3219

The
 socket module provides a pure-Python fallback to the 
socket.socketpair() function for platforms that dont support AF_UNIX, 
such as Windows. This pure-Python implementation uses AF_INET or 
AF_INET6 to create a local connected pair of sockets. The connection 
between the two sockets was not verified before passing the two sockets 
back to the user, which leaves the server socket vulnerable to a 
connection race from a malicious local peer.

Platforms that support AF_UNIX such as Linux and macOS are not affected by this vulnerability. Versions prior to CPython 3.5 are not affected due to the vulnerable API not being included.
ProviderTypeBase ScoreAtk. VectorAtk. ComplexityPriv. RequiredVector
NISTNIST
UNKNOWN
---
PSFCNA
---
---
CISA-ADPADP
---
---
CVEADP
---
---
Awaiting analysis
This vulnerability is currently awaiting analysis.
Base Score
CVSS 3.x
EPSS Score
Percentile: 18%
Debian logo
Debian Releases
Debian Product
Codename
python2.7
bullseye
2.7.18-8+deb11u1
fixed
python3.11
bookworm
3.11.2-6+deb12u6
fixed
bookworm (security)
3.11.2-6+deb12u3
fixed
python3.12
sid
3.12.10-1
fixed
python3.13
trixie
3.13.3-2
fixed
sid
3.13.3-4
fixed
python3.9
bullseye
3.9.2-1
fixed
bullseye (security)
3.9.2-1+deb11u3
fixed
Ubuntu logo
Ubuntu Releases
Ubuntu Product
Codename
python2.7
oracular
dne
noble
dne
jammy
not-affected
focal
not-affected
bionic
not-affected
xenial
not-affected
trusty
not-affected
python3.10
oracular
dne
noble
dne
jammy
not-affected
focal
dne
python3.11
oracular
dne
noble
dne
jammy
not-affected
focal
dne
python3.12
oracular
not-affected
noble
not-affected
jammy
dne
focal
dne
python3.4
oracular
dne
noble
dne
jammy
dne
focal
dne
trusty
not-affected
python3.5
oracular
dne
noble
dne
jammy
dne
focal
dne
xenial
not-affected
trusty
not-affected
python3.6
oracular
dne
noble
dne
jammy
dne
focal
dne
bionic
not-affected
python3.7
oracular
dne
noble
dne
jammy
dne
focal
dne
bionic
not-affected
python3.8
oracular
dne
noble
dne
jammy
dne
focal
not-affected
bionic
not-affected
python3.9
oracular
dne
noble
dne
jammy
dne
focal
not-affected
References