Lucene search
+L

484 matches found

vulnersOsv
vulnersOsv
added 2022/05/24 10:8 p.m.9 views

animl (>=1.1.2 <=1.1.4), arekit (>=0.21.0 <=0.22.1) +177 more potentially affected by CVE-2022-29197 via tensorflow-gpu (>=1.10.1 <=2.6.3)

tensorflow-gpu PYPI version =1.10.1, =1.1.2, =0.21.0, =0.23.0, =0.9.2, =1.0.0, =0.1.0, =0.0.1, =0.0.9, =0.1.0, =0.0.1, =1.0.0, =1.0.3 - brainhance =0.0.1 and more Source cves: CVE-2022-29197 Source advisory: OSV:GHSA-HRG5-737C-2P56...

5.5CVSS6AI score0.00317EPSS
SaveExploits1
Patchstack
Patchstack
added 2022/02/28 12:0 a.m.12 views

WordPress Buttonizer plugin < 2.6.3 - Toggle The Debug Mode via Cross-Site Request Forgery (CSRF) vulnerability

Toggle The Debug Mode via Cross-Site Request Forgery CSRF vulnerability discovered in WordPress Buttonizer plugin versions 2.6.3. Solution Update the WordPress Buttonizer plugin to the latest available version at least 2.6.3...

4AI score
SaveExploits0References2Affected Software1
Github Security Blog
Github Security Blog
added 2022/02/10 12:32 a.m.36 views

Null-dereference in Tensorflow

Impact The implementation of GetInitOp is vulnerable to a crash caused by dereferencing a null pointer: cc const auto& initopsigit = metagraphdef.signaturedef.findkSavedModelInitOpSignatureKey; if initopsigit != sigdefmap.end initopname = initopsigit-second.outputs...

6.5CVSS0.7AI score0.00783EPSS
SaveExploits1References7Affected Software3
OSV
OSV
added 2022/02/10 12:21 a.m.6 views

GHSA-GCVH-66FF-4MWM `CHECK`-failures in Tensorflow

Impact The implementation of MapStage is vulnerable a CHECK-fail if the key tensor is not a scalar: python import tensorflow as tf import numpy as np tf.rawops.MapStage key = tf.constantvalue=4, shape= 1,2, dtype=tf.int64, indices = np.array6, values = np.array-60, dtypes = tf.int64, capacity=0,...

7.1CVSS6.5AI score0.00783EPSS
SaveExploits1References7
Github Security Blog
Github Security Blog
added 2022/02/09 11:28 p.m.26 views

Crash when type cannot be specialized in Tensorflow

Impact Under certain scenarios, TensorFlow can fail to specialize a type during shape inference: cc void InferenceContext::PreInputInit const OpDef& opdef, const std::vector& inputtensors, const std::vector& inputtensorsasshapes const auto ret = fulltype::SpecializeTypeattrs, opdef;...

6.5CVSS1.2AI score0.00992EPSS
SaveExploits1References7Affected Software3
Github Security Blog
Github Security Blog
added 2022/02/09 6:28 p.m.34 views

Out of bounds read in Tensorflow

Impact The implementation of Dequantize does not fully validate the value of axis and can result in heap OOB accesses: python import tensorflow as tf @tf.function def test: y = tf.rawops.Dequantize input=tf.constant1,1,dtype=tf.qint32, minrange=1.0, maxrange=10.0, mode='MINCOMBINED',...

8.8CVSS1.2AI score0.00818EPSS
SaveExploits1References7Affected Software3
NVD
NVD
added 2022/02/04 11:15 p.m.46 views

CVE-2022-23588

Tensorflow is an Open Source Machine Learning Framework. A malicious user can cause a denial of service by altering a SavedModel such that Grappler optimizer would attempt to build a tensor using a reference dtype. This would result in a crash due to a CHECK-fail in the Tensor constructor as...

6.5CVSS0.00864EPSS
SaveExploits1References4
NVD
NVD
added 2022/02/04 11:15 p.m.48 views

CVE-2022-23589

Tensorflow is an Open Source Machine Learning Framework. Under certain scenarios, Grappler component of TensorFlow can trigger a null pointer dereference. There are 2 places where this can occur, for the same malicious alteration of a SavedModel file fixing the first one would trigger the same...

6.5CVSS0.01097EPSS
SaveExploits1References5
NVD
NVD
added 2022/02/04 11:15 p.m.28 views

CVE-2022-23574

Tensorflow is an Open Source Machine Learning Framework. There is a typo in TensorFlow's SpecializeType which results in heap OOB read/write. Due to a typo, arg is initialized to the ith mutable argument in a loop where the loop index is j. Hence it is possible to assign to arg from outside the...

8.8CVSS0.00837EPSS
SaveExploits1References3
NVD
NVD
added 2022/02/04 11:15 p.m.41 views

CVE-2022-23576

Tensorflow is an Open Source Machine Learning Framework. The implementation of OpLevelCostEstimator::CalculateOutputSize is vulnerable to an integer overflow if an attacker can create an operation which would involve tensors with large enough number of elements. We can have a large enough number ...

6.5CVSS0.00783EPSS
SaveExploits1References3
NVD
NVD
added 2022/02/04 11:15 p.m.49 views

CVE-2022-23565

Tensorflow is an Open Source Machine Learning Framework. An attacker can trigger denial of service via assertion failure by altering a SavedModel on disk such that AttrDefs of some operation are duplicated. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on...

6.5CVSS0.00469EPSS
SaveExploits0References2
NVD
NVD
added 2022/02/04 11:15 p.m.44 views

CVE-2022-23562

Tensorflow is an Open Source Machine Learning Framework. The implementation of Range suffers from integer overflows. These can trigger undefined behavior or, in some scenarios, extremely large allocations. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on...

8.8CVSS0.00578EPSS
SaveExploits0References4
NVD
NVD
added 2022/02/04 11:15 p.m.40 views

CVE-2022-23561

Tensorflow is an Open Source Machine Learning Framework. An attacker can craft a TFLite model that would cause a write outside of bounds of an array in TFLite. In fact, the attacker can override the linked list used by the memory allocator. This can be leveraged for an arbitrary write primitive...

8.8CVSS0.0054EPSS
SaveExploits0References2
Prion
Prion
added 2022/02/04 11:15 p.m.23 views

Design/Logic Flaw

Tensorflow is an Open Source Machine Learning Framework. When decoding PNG images TensorFlow can produce a memory leak if the image is invalid. After calling png::CommonInitDecode..., &decode, the decode value contains allocated buffers which can only be freed by calling...

4CVSS6.7AI score0.00992EPSS
SaveExploits1References3Affected Software1
Prion
Prion
added 2022/02/04 11:15 p.m.16 views

Stack overflow

Tensorflow is an Open Source Machine Learning Framework. The Grappler optimizer in TensorFlow can be used to cause a denial of service by altering a SavedModel such that IsSimplifiableReshape would trigger CHECK failures. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this...

5CVSS6.4AI score0.01151EPSS
SaveExploits1References5Affected Software1
Prion
Prion
added 2022/02/04 11:15 p.m.13 views

Out-of-bounds

Tensorflow is an Open Source Machine Learning Framework. There is a typo in TensorFlow's SpecializeType which results in heap OOB read/write. Due to a typo, arg is initialized to the ith mutable argument in a loop where the loop index is j. Hence it is possible to assign to arg from outside the...

6.5CVSS8.6AI score0.00837EPSS
SaveExploits1References3Affected Software1
Prion
Prion
added 2022/02/04 11:15 p.m.31 views

Null pointer dereference

Tensorflow is an Open Source Machine Learning Framework. 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. However, DCHECK is a no-op in production builds...

4CVSS6.6AI score0.00992EPSS
SaveExploits1References3Affected Software1
Prion
Prion
added 2022/02/04 11:15 p.m.20 views

Stack overflow

Tensorflow is an Open Source Machine Learning Framework. Under certain scenarios, TensorFlow can fail to specialize a type during shape inference. This case is covered by the DCHECK function however, DCHECK is a no-op in production builds and an assertion failure in debug builds. In the first cas...

4CVSS6.6AI score0.00992EPSS
SaveExploits1References3Affected Software1
Prion
Prion
added 2022/02/04 11:15 p.m.25 views

Integer overflow

Tensorflow is an Open Source Machine Learning Framework. Under certain scenarios, Grappler component of TensorFlow is vulnerable to an integer overflow during cost estimation for crop and resize. Since the cropping parameters are user controlled, a malicious person can trigger undefined behavior...

7.5CVSS9.4AI score0.00888EPSS
SaveExploits1References3Affected Software1
OSV
OSV
added 2022/02/04 11:15 p.m.23 views

PYSEC-2022-79

Tensorflow is an Open Source Machine Learning Framework. 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. However, DCHECK is a no-op in production builds...

6.5CVSS1AI score0.00992EPSS
SaveExploits1References3
Rows per page
Query Builder