← volver
CVE-2020-15266

Undefined behavior in Tensorflow

CVSS 3.7 LOWEPSS 0.9%CWE-119
En resumen

La función de recorte de imágenes de TensorFlow falla cuando recibe coordenadas de caja extremadamente grandes debido a un manejo inadecuado de valores inválidos en punto flotante. Esto puede hacer que la aplicación se detenga inesperadamente.

Detalle técnico

El kernel de CPU de la función `tf.image.crop_and_resize` no valida adecuadamente el argumento `boxes`, permitiendo que valores muy grandes se interpreten como valores NaN en punto flotante. Las operaciones posteriores en estos valores inválidos desencadenan un comportamiento indefinido, resultando en una falla de segmentación que interrumpe el proceso.

Resumen generado y traducido por IA a partir de la descripción oficial.
In Tensorflow before version 2.4.0, when the `boxes` argument of `tf.image.crop_and_resize` has a very large value, the CPU kernel implementation receives it as a C++ `nan` floating point value. Attempting to operate on this is undefined behavior which later produces a segmentation fault. The issue is patched in eccb7ec454e6617738554a255d77f08e60ee0808 and TensorFlow 2.4.0 will be released containing the patch. TensorFlow nightly packages after this commit will also have the issue resolved.
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L
Productos afectados
tensorflow · tensorflow

¿Quieres saber si tu infraestructura está expuesta a esto?

Hablar con TrueHacking →