Lucene search
+L

3 matches found

PyPA
PyPA
added 2026/07/13 2:19 p.m.22 views

TensorFlow vulnerable to `CHECK` failure in `AvgPoolOp`

ImpactThe AvgPoolOp function takes an argument ksize that must be positive but is not checked. A negative ksize can trigger a CHECK failure and crash the program.pythonimport tensorflow as tfimport numpy as npvalue = np.ones1, 1, 1, 1ksize = 1, 1e20, 1, 1strides = 1, 1, 1, 1padding =...

7.5CVSS6.9AI score0.00721EPSS
SaveExploits0References8Affected Software1
Positive Technologies
Positive Technologies
added 2026/07/13 12:00 a.m.25 views

PT-2026-59965

Impact The AvgPoolOp function takes an argument ksize that must be positive but is not checked. A negative ksize can trigger a CHECK failure and crash the program. python import tensorflow as tf import numpy as np value = np.ones1, 1, 1, 1 ksize = 1, 1e20, 1, 1 strides = 1, 1, 1, 1 padding = 'SAM...

7.5CVSS6.9AI score0.00721EPSS
SaveExploits0References9
PyPA
PyPA
added 2026/07/07 10:17 a.m.17 views

TensorFlow vulnerable to `CHECK` fail in `AvgPoolGrad`

ImpactThe implementation of AvgPoolGrad does not fully validate the input originputshape. This results in a CHECK failure which can be used to trigger a denial of service attack:pythonimport tensorflow as tfksize = 1, 2, 2, 1strides = 1, 2, 2, 1padding = "VALID"dataformat = "NHWC"originputshape =...

7.5CVSS7AI score0.00478EPSS
SaveExploits0References7Affected Software1
Rows per page
Query Builder