CVE 6 MEDIUM

Base64 decoding stops at first padded quad by default_CVE-2026-3446

6 / 10
MEDIUM
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

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.

Basic Information

ID CVE-2026-3446
Source PSF
Published Apr 10, 2026 at 18:17
Modified Apr 10, 2026 at 18:26

Affected Product

Vendor Python Software Foundation
Product CPython
Affected Versions Python Software Foundation CPython 0
Python Software Foundation CPython 3.14.0
Python Software Foundation CPython 3.15.0a1

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.