CVE-2026-3446

Summary

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.

Affected Software

VendorProductVersion RangeStatus
Python Software FoundationCPython0 < 3.13.13affected
Python Software FoundationCPython3.14.0 < 3.14.4affected
Python Software FoundationCPython3.15.0a1 < 3.15.0a8affected

Weaknesses

ADP Enrichment

CISA ADP Vulnrichment

  • SSVC:
  • Exploitation: none
    • Automatable: no
    • Technical Impact: partial

References