CVE-2026-3446
MEDIUM EPSS 8.6%
Published Apr 10, 20262mo ago · Modified Jun 17, 20262w ago
6.0 CVSS 4.0
Published Apr 10, 2026 2mo ago
Last Modified Jun 17, 2026 2w ago
Description
When calling base64.b64decode() or related functions the decoding process would stop after encountering the first padded quad regardless of whether there was more information to be processed. This can lead to data being accepted which may be processed differently by other implementations. Use "validate=True" to enable stricter processing of base64 data.
CVSS Details
Base Score
Exploitability
Impact
Vector string
CVSS:4.0/AV:N/AC:H/AT:P/PR:L/UI:N/VC:N/VI:H/VA:N/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 Attack Vector Network
Attack Complexity High
Privileges Required Low
User Interaction None
Scope X
Threat Intelligence
EPSS Exploit Probability
8.6% percentile
Exploit & Patch Status
No Known Exploit
No Patch Available
Weaknesses 1
CWE-345
References 6
- github.com https://github.com/python/cpython/commit/1f9958f909c1b41a4ffc0b613ef8ec8fa5e7c474
- github.com https://github.com/python/cpython/commit/4561f6418a691b3e89aef0901f53fe0dfb7f7c0e
- github.com https://github.com/python/cpython/commit/e31c55121620189a0d1a07b689762d8ca9c1b7fa
- github.com https://github.com/python/cpython/issues/145264
- github.com https://github.com/python/cpython/pull/145267
- mail.python.org https://mail.python.org/archives/list/security-announce@python.org/thread/F5ZT5ICGJ6CKXVUJ34YBVY7WOZ5SHG53/
Remediation
No remediation data recorded yet
Check vendor advisories and the NVD entry for patch availability.