CVE-2025-15366
- EPSS 0.08%
- Veröffentlicht 20.01.2026 21:40:24
- Zuletzt bearbeitet 15.04.2026 00:35:42
The imaplib module, when passed a user-controlled command, can have additional commands injected using newlines. Mitigation rejects commands containing control characters.
- EPSS 0.04%
- Veröffentlicht 20.01.2026 21:35:13
- Zuletzt bearbeitet 15.04.2026 00:35:42
User-controlled data URLs parsed by urllib.request.DataHandler allow injecting headers through newlines in the data URL mediatype.
CVE-2026-0865
- EPSS 0.13%
- Veröffentlicht 20.01.2026 21:26:15
- Zuletzt bearbeitet 15.04.2026 00:35:42
User-controlled header names and values containing newlines can allow injecting HTTP headers.
CVE-2025-11468
- EPSS 0.04%
- Veröffentlicht 20.01.2026 21:09:11
- Zuletzt bearbeitet 15.04.2026 00:35:42
When folding a long comment in an email header containing exclusively unfoldable characters, the parenthesis would not be preserved. This could be used for injecting headers into email messages where addresses are user-controlled and not sanitized.
CVE-2025-12084
- EPSS 0.13%
- Veröffentlicht 03.12.2025 18:55:32
- Zuletzt bearbeitet 26.01.2026 15:16:05
When building nested elements using xml.dom.minidom methods such as appendChild() that have a dependency on _clear_id_cache() the algorithm is quadratic. Availability can be impacted when building excessively nested documents.
CVE-2025-13837
- EPSS 0.03%
- Veröffentlicht 01.12.2025 18:16:04
- Zuletzt bearbeitet 03.03.2026 15:16:14
When loading a plist file, the plistlib module reads data in size specified by the file itself, meaning a malicious file can cause OOM and DoS issues
CVE-2025-13836
- EPSS 0.22%
- Veröffentlicht 01.12.2025 18:16:04
- Zuletzt bearbeitet 10.02.2026 19:58:12
When reading an HTTP response from a server, if no read amount is specified, the default behavior will be to use Content-Length. This allows a malicious server to cause the client to read large amounts of data into memory, potentially causing OOM or ...
CVE-2025-6075
- EPSS 0.03%
- Veröffentlicht 31.10.2025 16:41:34
- Zuletzt bearbeitet 04.02.2026 19:05:15
If the value passed to os.path.expandvars() is user-controlled a performance degradation is possible when expanding environment variables.
CVE-2025-8291
- EPSS 0.13%
- Veröffentlicht 07.10.2025 18:16:00
- Zuletzt bearbeitet 15.04.2026 00:35:42
The 'zipfile' module would not check the validity of the ZIP64 End of Central Directory (EOCD) Locator record offset value would not be used to locate the ZIP64 EOCD record, instead the ZIP64 EOCD record would be assumed to be the previous record in ...
CVE-2025-8194
- EPSS 0.28%
- Veröffentlicht 28.07.2025 18:42:44
- Zuletzt bearbeitet 15.04.2026 00:35:42
There is a defect in the CPython “tarfile” module affecting the “TarFile” extraction and entry enumeration APIs. The tar implementation would process tar archives with negative offsets without error, resulting in an infinite loop and deadlock during ...