CVE-2025-12781: base64.b64decode() always accepts "+/" characters, despite setting altchars

Published Jan 21, 2026
·
Updated

When passing data to the b64decode(), standardb64decode(), and urlsafeb64decode() functions in the "base64" module the characters "+/" will always be accepted, regardless of the value of "altchars" parameter, typically used to establish an "alternative base64 alphabet" such as the URL safe alphabet. This behavior matches what is recommended in earlier base64 RFCs, but newer RFCs now recommend either dropping characters outside the specified base64 alphabet or raising an error. The old behavior has the possibility of causing data integrity issues.

This behavior can only be insecure if your application uses an alternate base64 alphabet (without "+/"). If your application does not use the "altchars" parameter or the urlsafeb64decode() function, then your application does not use an alternative base64 alphabet.

The attached patches DOES NOT make the base64-decode behavior raise an error, as this would be a change in behavior and break existing programs. Instead, the patch deprecates the behavior which will be replaced with the newly recommended behavior in a future version of Python. Users are recommended to mitigate by verifying user-controlled inputs match the base64 alphabet they are expecting or verify that their application would not be affected if the b64decode() functions accepted "+" or "/" outside of altchars.

Affected Software

4 affected components
pypi/base64
Python Python<3.13.10
Python Python>=3.14.0<3.14.1
Python Python=3.15.0-alpha1

Event History

Jan 21, 2026
CVE Published
via MITRE·07:34 PM
Data Sourced
via MITRE·07:34 PM
Description
Data Sourced
via NVD·08:16 PM
RemedyDescriptionSeverityWeaknessAffected Software
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2025-12781?

CVE-2025-12781 is classified as a medium severity vulnerability due to its potential impact on data integrity when decoding base64 data.

2

How do I fix CVE-2025-12781?

To fix CVE-2025-12781, ensure that you apply the latest updates from the base64 library, which address the handling of the altchars parameter.

3

What is the impact of CVE-2025-12781 on applications?

CVE-2025-12781 can lead to incorrect decoding of base64 strings, resulting in potential data corruption or unexpected behavior in applications using the affected library.

4

Which software versions are affected by CVE-2025-12781?

CVE-2025-12781 affects all versions of the base64 module in Python that allow the use of the altchars parameter.

5

Is CVE-2025-12781 a known vulnerability in the Python base64 module?

Yes, CVE-2025-12781 is a known vulnerability that affects the Python base64 module and its handling of the altchars parameter.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203