CVE-2026-3298
Awaiting Analysis
Awaiting Analysis - Queue
Buffer Overflow in asyncio.ProactorEventLoop sock_recvfrom_into() (Windows
Publication date: 2026-04-21
Last updated on: 2026-04-21
Assigner: Python Software Foundation
Description
Description
The method "sock_recvfrom_into()" of "asyncio.ProacterEventLoop" (Windows only) was missing a boundary check for the data buffer when using nbytes parameter. This allowed for an out-of-bounds buffer write if data was larger than the buffer size. Non-Windows platforms are not affected.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| python | asyncio | From 3.13.0 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-787 | The product writes data past the end, or before the beginning, of the intended buffer. |