85544 matches found
CGA-2H75-G99Q-GF4V
Bulletin has no description...
CGA-5RFR-P55C-229R
Bulletin has no description...
CGA-JC89-82J5-5HM2
Bulletin has no description...
CGA-5QF8-FW3J-3Q3M
Bulletin has no description...
CGA-4R43-45JG-2C29
Bulletin has no description...
CGA-J9JX-5RQ5-W934
Bulletin has no description...
CGA-C266-8R4R-4GFX
Bulletin has no description...
CGA-WHPW-5VWJ-3QWH
Bulletin has no description...
CGA-8HX6-R2CQ-WR6X
Bulletin has no description...
CGA-CQMF-CF39-4JMC
Bulletin has no description...
CGA-M4C9-HQQP-WRRW
Bulletin has no description...
CGA-4PVR-4R9R-R9VH
Bulletin has no description...
CGA-3PX2-9HXV-3F5H
Bulletin has no description...
PYSEC-2026-3202 Missing validation causes denial of service via `UnsortedSegmentJoin`
Impact The implementation of tf.rawops.UnsortedSegmentJoin does not fully validate the input arguments. This results in a CHECK-failure which can be used to trigger a denial of service attack: python import tensorflow as tf tf.rawops.UnsortedSegmentJoin inputs=tf.constant"this", shape=12,...
PYSEC-2026-3110 Missing validation causes denial of service via `Conv3DBackpropFilterV2`
Impact The implementation of tf.rawops.Conv3DBackpropFilterV2 does not fully validate the input arguments. This results in a CHECK-failure which can be used to trigger a denial of service attack: python import tensorflow as tf tf.rawops.Conv3DBackpropFilterV2 input=tf.constant.5053710941,...
PYSEC-2026-3179 Missing validation causes denial of service via `GetSessionTensor`
Impact The implementation of tf.rawops.GetSessionTensor does not fully validate the input arguments. This results in a CHECK-failure which can be used to trigger a denial of service attack: python import tensorflow as tf handle = tf.constant"", shape=0, dtype=tf.string...
PYSEC-2026-3336 Missing validation causes denial of service via `DeleteSessionTensor`
Impact The implementation of tf.rawops.DeleteSessionTensor does not fully validate the input arguments. This results in a CHECK-failure which can be used to trigger a denial of service attack: python import tensorflow as tf handle = tf.constant"", shape=0, dtype=tf.string...
PYSEC-2026-3087 Missing validation causes `TensorSummaryV2` to crash
Impact The implementation of tf.rawops.TensorSummaryV2 does not fully validate the input arguments. This results in a CHECK-failure which can be used to trigger a denial of service attack: python import numpy as np import tensorflow as tf tf.rawops.TensorSummaryV2 tag=np.array'test',...
PYSEC-2026-3153 Null-dereference in Tensorflow
Impact When decoding a tensor from protobuf, TensorFlow might do a null-dereference if attributes of some mutable arguments to some operations are missing from the proto. This is guarded by a DCHECK: cc const auto attr = attrs.Findarg-s; DCHECKattr != nullptr; if attr-valuecase == AttrValue::kLis...