Home
Home
Trends
Trends
Vulnerabilities
Vulnerabilities
News
News
Researchers
Researchers
Why dbugs?
Why dbugs?
Settings

Ggautomaton

#17577of 56,330
16.3Total CVSS
Vulnerabilities · 2
High
2
PT-2026-35528
7.5
2026-04-27
Python · Cpython · CVE-2026-3087
**Name of the Vulnerable Software and Affected Versions** CPython (affected versions not specified) **Description** On Windows, the `shutil.unpack archive()` function fails to properly check for absolute paths within ZIP archives. If an archive contains a path with a drive letter (e.g., `C:`), files may be extracted outside of the intended target directory. **Recommendations** At the moment, there is no information about a newer version that contains a fix for this vulnerability.
PT-2026-33988
8.8
2026-04-21
Python · Python · CVE-2026-3298
**Name of the Vulnerable Software and Affected Versions** Python (affected versions not specified) **Description** On Windows systems, the `sock recvfrom into()` function within `asyncio.ProacterEventLoop` lacks a boundary check for the data buffer when the `nbytes` parameter is used. This flaw can lead to an out-of-bounds buffer write if the received network data exceeds the buffer size, potentially resulting in memory corruption, system crashes, or arbitrary code execution. Non-Windows platforms are not affected. **Recommendations** At the moment, there is no information about a newer version that contains a fix for this vulnerability.