Lucene search
+L

689 matches found

Tenable Nessus
Tenable Nessus
added 2024/08/06 12:00 a.m.75 views

Amazon Linux 2023 : python3, python3-devel, python3-idle (ALAS2023-2024-699)

It is, therefore, affected by a vulnerability as referenced in the ALAS2023-2024-699 advisory. A defect was discovered in the Python ssl module where there is a memoryrace condition with the ssl.SSLContext methods certstorestats andgetcacerts. The race condition can be triggered if the methods...

7.4CVSS6.7AI score0.0081EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2024/08/06 12:00 a.m.27 views

CBL Mariner 2.0 Security Update: python3 (CVE-2024-0397)

The version of python3 installed on the remote CBL Mariner 2.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2024-0397 advisory. - A defect was discovered in the Python ssl module where there is a memory race condition with the...

7.4CVSS6.8AI score0.0081EPSS
SaveExploits0References2
Schneier on Security
Schneier on Security
added 2024/08/02 11:01 a.m.10 views

Leaked GitHub Python Token

Heres a disaster that didnt happen: Cybersecurity researchers from JFrog recently discovered a GitHub Personal Access Token in a public Docker container hosted on Docker Hub, which granted elevated access to the GitHub repositories of the Python language, Python Package Index PyPI, and the Python...

7.3AI score
SaveExploits0
OSV
OSV
added 2024/08/01 2:15 p.m.4 views

ALPINE-CVE-2024-6923

There is a MEDIUM severity vulnerability affecting CPython. The email module didn’t properly quote newlines for email headers when serializing an email message allowing for header injection when an email is serialized...

5.5CVSS7.3AI score0.00782EPSS
SaveExploits0References1
OSV
OSV
added 2024/08/01 2:15 p.m.10 views

AZL-47346 CVE-2024-6923 affecting package python3 for versions less than 3.9.19-8

There is a MEDIUM severity vulnerability affecting CPython. The email module didn’t properly quote newlines for email headers when serializing an email message allowing for header injection when an email is serialized...

5.5CVSS6.8AI score0.00782EPSS
SaveExploits0References1
NVD
NVD
added 2024/08/01 2:15 p.m.31 views

CVE-2024-6923

There is a MEDIUM severity vulnerability affecting CPython. The email module didn’t properly quote newlines for email headers when serializing an email message allowing for header injection when an email is serialized...

5.5CVSS0.00782EPSS
SaveExploits0References15
OSV
OSV
added 2024/08/01 2:15 p.m.10 views

AZL-47385 CVE-2024-6923 affecting package tensorflow for versions less than 2.16.1-9

There is a MEDIUM severity vulnerability affecting CPython. The email module didn’t properly quote newlines for email headers when serializing an email message allowing for header injection when an email is serialized...

5.5CVSS5.8AI score0.00782EPSS
SaveExploits0References1
OSV
OSV
added 2024/08/01 1:40 p.m.26 views

CVE-2024-6923 Email header injection due to unquoted newlines

There is a MEDIUM severity vulnerability affecting CPython. The email module didn’t properly quote newlines for email headers when serializing an email message allowing for header injection when an email is serialized...

5.5CVSS6.8AI score
SaveExploits0References17
OSV
OSV
added 2024/08/01 1:40 p.m.19 views

PSF-2024-8

There is a MEDIUM severity vulnerability affecting CPython. The email module didn’t properly quote newlines for email headers when serializing an email message allowing for header injection when an email is serialized...

5.5CVSS7.2AI score0.00782EPSS
SaveExploits0References10
AlpineLinux
AlpineLinux
added 2024/08/01 1:40 p.m.43 views

CVE-2024-6923

There is a MEDIUM severity vulnerability affecting CPython. The email module didn’t properly quote newlines for email headers when serializing an email message allowing for header injection when an email is serialized...

5.5CVSS7.7AI score0.00782EPSS
SaveExploits0
CVE
CVE
added 2024/08/01 1:40 p.m.398 views

CVE-2024-6923

CVE-2024-6923 is noted in a connected document as affecting the TensorFlow package on affected systems for versions less than 2.16.1-9; a patched version is available. No other technical details (root cause, exploit, or vectors) are provided in the sources.

5.5CVSS6.9AI score0.00782EPSS
SaveExploits0References15
Debian CVE
Debian CVE
added 2024/08/01 1:40 p.m.31 views

CVE-2024-6923

There is a MEDIUM severity vulnerability affecting CPython. The email module didn’t properly quote newlines for email headers when serializing an email message allowing for header injection when an email is serialized...

5.5CVSS6.7AI score0.00782EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/08/01 1:40 p.m.53 views

CVE-2024-6923 Email header injection due to unquoted newlines

There is a MEDIUM severity vulnerability affecting CPython. The email module didn’t properly quote newlines for email headers when serializing an email message allowing for header injection when an email is serialized...

0.00782EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2024/08/01 12:00 a.m.26 views

CVE-2024-6923

There is a MEDIUM severity vulnerability affecting CPython. The email module didn’t properly quote newlines for email headers when serializing an email message allowing for header injection when an email is serialized...

5.5CVSS6.8AI score0.00782EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2024/07/31 9:20 a.m.32 views

CVE-2024-0397

A vulnerability was found in Python. A defect was discovered in the Python “ssl” module where there is a memory race condition with the ssl.SSLContext methods “certstorestats” and “getcacerts”. The race condition can be triggered if the methods are called at the same time that certificates are...

5CVSS7.2AI score0.0081EPSS
SaveExploits0References4
NVD
NVD
added 2024/07/29 10:15 p.m.26 views

CVE-2024-3219

The “socket” module provides a pure-Python fallback to the socket.socketpair function for platforms that don’t support AFUNIX, such as Windows. This pure-Python implementation uses AFINET or AFINET6 to create a local connected pair of sockets. The connection between the two sockets was not verifi...

5.1CVSS0.00247EPSS
SaveExploits0References19
Cvelist
Cvelist
added 2024/07/29 9:54 p.m.39 views

CVE-2024-3219 Pure-Python fallback of socket.socketpair() doesn’t authenticate peer connection

The “socket” module provides a pure-Python fallback to the socket.socketpair function for platforms that don’t support AFUNIX, such as Windows. This pure-Python implementation uses AFINET or AFINET6 to create a local connected pair of sockets. The connection between the two sockets was not verifi...

5.1CVSS0.00247EPSS
SaveExploits0References18
Vulnrichment
Vulnrichment
added 2024/07/29 9:54 p.m.33 views

CVE-2024-3219 Pure-Python fallback of socket.socketpair() doesn’t authenticate peer connection

The “socket” module provides a pure-Python fallback to the socket.socketpair function for platforms that don’t support AFUNIX, such as Windows. This pure-Python implementation uses AFINET or AFINET6 to create a local connected pair of sockets. The connection between the two sockets was not verifi...

5.1CVSS6AI score0.00247EPSS
SaveExploits0References18
Debian CVE
Debian CVE
added 2024/07/29 9:54 p.m.33 views

CVE-2024-3219

The “socket” module provides a pure-Python fallback to the socket.socketpair function for platforms that don’t support AFUNIX, such as Windows. This pure-Python implementation uses AFINET or AFINET6 to create a local connected pair of sockets. The connection between the two sockets was not verifi...

5.1CVSS7.9AI score0.00247EPSS
SaveExploits0
OSV
OSV
added 2024/07/29 9:54 p.m.22 views

CVE-2024-3219 Pure-Python fallback of socket.socketpair() doesn’t authenticate peer connection

The “socket” module provides a pure-Python fallback to the socket.socketpair function for platforms that don’t support AFUNIX, such as Windows. This pure-Python implementation uses AFINET or AFINET6 to create a local connected pair of sockets. The connection between the two sockets was not verifi...

5.1CVSS7.2AI score
SaveExploits0References22
Rows per page
Query Builder