CVE-2025-12781

When passing data to the b64decode(), standard_b64decode(), and urlsafe_b64decode() 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 urlsafe_b64decode() 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.
Configurations

Configuration 1 (hide)

OR cpe:2.3:a:python:python:*:*:*:*:*:*:*:*
cpe:2.3:a:python:python:*:*:*:*:*:*:*:*
cpe:2.3:a:python:python:3.15.0:alpha1:*:*:*:*:*:*

History

17 Jun 2026, 08:32

Type Values Removed Values Added
Summary
  • (es) Al pasar datos a las funciones b64decode(), standard_b64decode() y urlsafe_b64decode() en el módulo "base64", los caracteres "+/" siempre serán aceptados, independientemente del valor del parámetro "altchars", típicamente usado para establecer un 'alfabeto base64 alternativo' como el alfabeto seguro para URL. Este comportamiento coincide con lo recomendado en RFCs de base64 anteriores, pero los RFCs más recientes ahora recomiendan o bien descartar caracteres fuera del alfabeto base64 especificado o generar un error. El comportamiento antiguo tiene la posibilidad de causar problemas de integridad de datos. Este comportamiento solo puede ser inseguro si su aplicación usa un alfabeto base64 alternativo (sin "+/"). Si su aplicación no usa el parámetro "altchars" o la función urlsafe_b64decode(), entonces su aplicación no usa un alfabeto base64 alternativo. Los parches adjuntos NO hacen que el comportamiento de decodificación base64 genere un error, ya que esto sería un cambio de comportamiento y rompería programas existentes. En su lugar, el parche desaprueba el comportamiento que será reemplazado por el comportamiento recién recomendado en una futura versión de Python. Se recomienda a los usuarios mitigar verificando que las entradas controladas por el usuario coincidan con el alfabeto base64 que esperan o verificar que su aplicación no se vería afectada si las funciones b64decode() aceptaran "+" o "/" fuera de altchars.

02 Feb 2026, 17:25

Type Values Removed Values Added
First Time Python
Python python
CPE cpe:2.3:a:python:python:3.15.0:alpha1:*:*:*:*:*:*
cpe:2.3:a:python:python:*:*:*:*:*:*:*:*
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 5.3
References () https://github.com/python/cpython/commit/13360efd385d1a7d0659beba03787ea3d063ef9b - () https://github.com/python/cpython/commit/13360efd385d1a7d0659beba03787ea3d063ef9b - Patch
References () https://github.com/python/cpython/commit/1be80bec7960f5ccd059e75f3dfbd45fca302947 - () https://github.com/python/cpython/commit/1be80bec7960f5ccd059e75f3dfbd45fca302947 - Patch
References () https://github.com/python/cpython/commit/9060b4abbe475591b6230b23c2afefeff26fcca5 - () https://github.com/python/cpython/commit/9060b4abbe475591b6230b23c2afefeff26fcca5 - Patch
References () https://github.com/python/cpython/commit/e95e783dff443b68e8179fdb57737025bf02ba76 - () https://github.com/python/cpython/commit/e95e783dff443b68e8179fdb57737025bf02ba76 - Patch
References () https://github.com/python/cpython/commit/fd17ee026fa9b67f6288cbafe374a3e479fe03a5 - () https://github.com/python/cpython/commit/fd17ee026fa9b67f6288cbafe374a3e479fe03a5 - Patch
References () https://github.com/python/cpython/issues/125346 - () https://github.com/python/cpython/issues/125346 - Exploit, Issue Tracking
References () https://github.com/python/cpython/pull/141128 - () https://github.com/python/cpython/pull/141128 - Issue Tracking, Patch
References () https://mail.python.org/archives/list/security-announce@python.org/thread/KRI7GC6S27YV5NJ4FPDALS2WI5ENAFJ6/ - () https://mail.python.org/archives/list/security-announce@python.org/thread/KRI7GC6S27YV5NJ4FPDALS2WI5ENAFJ6/ - Mailing List, Vendor Advisory

22 Jan 2026, 21:15

Type Values Removed Values Added
References
  • () https://github.com/python/cpython/commit/13360efd385d1a7d0659beba03787ea3d063ef9b -
  • () https://github.com/python/cpython/commit/1be80bec7960f5ccd059e75f3dfbd45fca302947 -
  • () https://github.com/python/cpython/commit/9060b4abbe475591b6230b23c2afefeff26fcca5 -
  • () https://github.com/python/cpython/commit/e95e783dff443b68e8179fdb57737025bf02ba76 -
  • () https://github.com/python/cpython/commit/fd17ee026fa9b67f6288cbafe374a3e479fe03a5 -

22 Jan 2026, 15:16

Type Values Removed Values Added
CWE CWE-704

21 Jan 2026, 20:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-01-21 20:16

Updated : 2026-06-17 08:32


NVD link : CVE-2025-12781

Mitre link : CVE-2025-12781

CVE.ORG link : CVE-2025-12781


JSON object : View

Products Affected

python

  • python
CWE
CWE-704

Incorrect Type Conversion or Cast