2 matches found
PYSEC-2026-3156 TensorFlow vulnerable to `CHECK` fail in `tf.linalg.matrix_rank`
Impact When tf.linalg.matrixrank receives an empty input a, the GPU kernel gives a CHECK fail that can be used to trigger a denial of service attack. python import tensorflow as tf a = tf.constant, shape=0, 1, 1, dtype=tf.float32 tf.linalg.matrixranka=a Patches We have patched the issue in GitHub...
5.9CVSS6.9AI score0.00432EPSS
SaveExploits0References7
PT-2026-59773
Impact When tf.linalg.matrix rank receives an empty input a, the GPU kernel gives a CHECK fail that can be used to trigger a denial of service attack. python import tensorflow as tf a = tf.constant, shape=0, 1, 1, dtype=tf.float32 tf.linalg.matrix ranka=a Patches We have patched the issue in GitH...
7.5CVSS6.9AI score0.00432EPSS
SaveExploits0References8
20