Back to search
CVE-2026-3446
Published: Apr 10, 2026
Modified: Apr 13, 2026
PUBLISHED
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.
| Vendor | Product | Versions |
|---|---|---|
Python Software Foundation | CPython | affected 0 - < 3.13.13affected 3.14.0 - < 3.14.4affected 3.15.0a1 - < 3.15.0a8 |
References
https://github.com/python/cpython/issues/145264
issue-tracking
Security Training
Train your team to recognize and prevent security threats with our comprehensive security awareness program.
Start TrainingVulnerability Scanning
Discover vulnerabilities in your applications and infrastructure before attackers do.
Scan Now