Skip to content

Commit

Permalink
Update OSV records from CVE
Browse files Browse the repository at this point in the history
  • Loading branch information
sethmlarson committed Oct 18, 2024
1 parent 53cdf6b commit 8ac8da6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions advisories/python/PSF-2024-7.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"modified": "2024-08-05T14:14:01.542Z",
"modified": "2024-10-17T18:52:44.490Z",
"published": "2024-07-29T21:54:05.830Z",
"schema_version": "1.5.0",
"id": "PSF-2024-7",
"aliases": [
"CVE-2024-3219"
],
"details": "There is a MEDIUM severity vulnerability affecting CPython.\n\nThe\n \u201csocket\u201d module provides a pure-Python fallback to the \nsocket.socketpair() function for platforms that don\u2019t support AF_UNIX, \nsuch as Windows. This pure-Python implementation uses AF_INET or \nAF_INET6 to create a local connected pair of sockets. The connection \nbetween the two sockets was not verified before passing the two sockets \nback to the user, which leaves the server socket vulnerable to a \nconnection race from a malicious local peer.\n\nPlatforms 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.",
"details": "The\n \u201csocket\u201d module provides a pure-Python fallback to the \nsocket.socketpair() function for platforms that don\u2019t support AF_UNIX, \nsuch as Windows. This pure-Python implementation uses AF_INET or \nAF_INET6 to create a local connected pair of sockets. The connection \nbetween the two sockets was not verified before passing the two sockets \nback to the user, which leaves the server socket vulnerable to a \nconnection race from a malicious local peer.\n\nPlatforms 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.",
"affected": [
{
"ranges": [
Expand Down

0 comments on commit 8ac8da6

Please sign in to comment.