NONE · 0

CVE-2026-3446

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...

Vulnerability 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.

Related Weaknesses (CWE)

References

FAQ

What is CVE-2026-3446?

CVE-2026-3446 is a documented vulnerability. 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...

How severe is CVE-2026-3446?

CVSS scoring is not yet available for CVE-2026-3446. Check NVD for updates.

Is there a patch for CVE-2026-3446?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.