CVE-2026-3298
EPSS 0.07%Out-of-bounds write in Windows asyncio.ProacterEventLoop.sock_recvfrom_into() when using nbytes
Published: 4/23/2026Modified: 5/20/2026
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.
Affected packages (3)
- Bitnami/libpython>= 3.11.0
- Bitnami/python>= 3.11.0, < 3.14.5
- Bitnami/python-min>= 3.11.0
CVSS scores
| Source | Version | Severity | Vector |
|---|---|---|---|
| osv | CVSS 4.0 | — | CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X |
References (7)
- WEBhttps://github.com/python/cpython/commit/1274766d3c29007ab77245a72abbf8dce2a9db4d
- WEBhttps://github.com/python/cpython/commit/27522b7d6e6588f03e61099dd858cd5a9314e2f2
- WEBhttps://github.com/python/cpython/commit/95633d2aad4721e25e4dfd9f43dfb6e1edcbd741
- WEBhttps://github.com/python/cpython/issues/148808
- WEBhttps://github.com/python/cpython/pull/148809
- WEBhttps://mail.python.org/archives/list/[email protected]/thread/KWTPIQBOOOUNQP7UFSLBI437NJDFLA3F/
- WEBhttps://nvd.nist.gov/vuln/detail/CVE-2026-3298