CVE-2024-3220
- EPSS 0.15%
- Veröffentlicht 14.02.2025 17:15:15
- Zuletzt bearbeitet 14.03.2025 10:15:14
There is a defect in the CPython standard library module “mimetypes” where on Windows the default list of known file locations are writable meaning other users can create invalid files to cause MemoryError to be raised on Python runtime startup or ha...
CVE-2025-0938
- EPSS 0.87%
- Veröffentlicht 31.01.2025 18:15:38
- Zuletzt bearbeitet 14.03.2025 10:15:15
The Python standard library functions `urllib.parse.urlsplit` and `urlparse` accepted domain names that included square brackets which isn't valid according to RFC 3986. Square brackets are only meant to be used as delimiters for specifying IPv6 and ...
CVE-2024-12254
- EPSS 0.35%
- Veröffentlicht 06.12.2024 16:15:20
- Zuletzt bearbeitet 03.02.2025 18:15:33
Starting in Python 3.12.0, the asyncio._SelectorSocketTransport.writelines() method would not "pause" writing and signal to the Protocol to drain the buffer to the wire once the write buffer reached the "high-water mark". Because of this, Protocol...
CVE-2024-11168
- EPSS 0.33%
- Veröffentlicht 12.11.2024 22:15:14
- Zuletzt bearbeitet 11.04.2025 22:15:28
The urllib.parse.urlsplit() and urlparse() functions improperly validated bracketed hosts (`[]`), allowing hosts that weren't IPv6 or IPvFuture. This behavior was not conformant to RFC 3986 and potentially enabled SSRF if a URL is processed by more t...
CVE-2024-8088
- EPSS 0.16%
- Veröffentlicht 22.08.2024 19:15:09
- Zuletzt bearbeitet 07.10.2025 19:15:33
There is a HIGH severity vulnerability affecting the CPython "zipfile" module affecting "zipfile.Path". Note that the more common API "zipfile.ZipFile" class is unaffected. When iterating over names of entries in a zip archive (for example, meth...
CVE-2024-6923
- EPSS 0.16%
- Veröffentlicht 01.08.2024 14:15:03
- Zuletzt bearbeitet 31.01.2025 20:15:32
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.
CVE-2024-3219
- EPSS 0.05%
- Veröffentlicht 29.07.2024 22:15:04
- Zuletzt bearbeitet 02.05.2025 23:15:15
The “socket” module provides a pure-Python fallback to the socket.socketpair() function for platforms that don’t support AF_UNIX, such as Windows. This pure-Python implementation uses AF_INET or AF_INET6 to create a local connected pair of socket...
CVE-2024-5642
- EPSS 0.1%
- Veröffentlicht 27.06.2024 21:15:16
- Zuletzt bearbeitet 07.10.2025 17:15:32
CPython 3.9 and earlier doesn't disallow configuring an empty list ("[]") for SSLContext.set_npn_protocols() which is an invalid value for the underlying OpenSSL API. This results in a buffer over-read when NPN is used (see CVE-2024-5535 for OpenSSL)...
CVE-2024-0397
- EPSS 0.23%
- Veröffentlicht 17.06.2024 16:15:10
- Zuletzt bearbeitet 11.04.2025 22:15:28
A defect was discovered in the Python “ssl” module where there is a memory race condition with the ssl.SSLContext methods “cert_store_stats()” and “get_ca_certs()”. The race condition can be triggered if the methods are called at the same time as cer...
CVE-2024-4032
- EPSS 0.74%
- Veröffentlicht 17.06.2024 15:15:52
- Zuletzt bearbeitet 21.11.2024 09:42:03
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.I...