Zero Day MonitorZDM
DashboardVulnerabilitiesTrendingZero-DaysNewsAbout
Login
ImpressumPrivacy Policy
Zero Day Monitor © 2026
2879 articles · 109889 vulns · 38/41 feeds (7d)
← Back to list
—
CVE-2026-3446PATCHED
Python Software Foundation · CPython

Base64 decoding stops at first padded quad by default

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.

Affected Products

VendorProductVersions
Python Software FoundationCPython0, 3.14.0, 3.15.0a1

References

  • https://github.com/python/cpython/pull/145267(patch)
  • https://github.com/python/cpython/issues/145264(issue-tracking)
  • https://mail.python.org/archives/list/security-announce@python.org/thread/F5ZT5ICGJ6CKXVUJ34YBVY7WOZ5SHG53/(vendor-advisory)
  • https://github.com/python/cpython/commit/1f9958f909c1b41a4ffc0b613ef8ec8fa5e7c474(patch)
  • https://github.com/python/cpython/commit/4561f6418a691b3e89aef0901f53fe0dfb7f7c0e(patch)
  • https://github.com/python/cpython/commit/e31c55121620189a0d1a07b689762d8ca9c1b7fa(patch)

Related News (1 articles)

Tier C
VulDB2h ago
CVE-2026-3446 | Python CPython up to 3.13.12/3.14.3/3.15.0a7 b64decode
→ No new info (linked only)
CISA KEV❌ No
Actively exploited❌ No
Patch available
3.13.133.14.43.15.0a8
PublishedApr 10, 2026
Last enriched2h agov2
Tags
CVE-2026-3446
Trending Score20
Source articles1
Independent1
Info Completeness7/14
Missing: cvss, epss, cwe, kev, exploit, iocs, mitre_attack

Community Vote

0
Login to vote
0 upvotes0 downvotes
No votes yet

Related CVEs (5)

HIGHCVE-2026-34591EXP
Poetry Has Wheel Path Traversal Which Can Lead to Arbitrary File Write
Trending: 38
HIGHCVE-2026-1502
HTTP client proxy tunnel headers not validated for CR/LF
Trending: 27
NONECVE-2026-4519EXP
webbrowser.open() allows leading dashes in URLs
Trending: 14
NONECVE-2025-13462
tarfile: Skip DIRTYPE normalization during GNU LONGNAME/LONGLINK handling
Trending: 12
NONECVE-2026-3644
Incomplete control character validation in http.cookies
Trending: 5

Pin to Dashboard

Verification

State: verified
Confidence: 0%

Vulnerability Timeline

CVE Published
Apr 10, 2026
Discovered by ZDM
Apr 10, 2026
Updated: affectedVersions, tags
Apr 10, 2026
Patch Available
Apr 10, 2026

Version History

v2
Last enriched 2h ago
v2Tier C2h ago

Updated affected versions, severity to HIGH, and added CVE-2026-3446 tag.

affectedVersionstags
via VulDB
v12h ago

Initial creation