Lucene search
+L

157 matches found

Github Security Blog
Github Security Blog
added 2022/02/10 12:33 a.m.36 views

`CHECK`-failures during Grappler's `SafeToRemoveIdentity` in Tensorflow

Impact The Grappler optimizer in TensorFlow can be used to cause a denial of service by altering a SavedModel such that SafeToRemoveIdentity would trigger CHECK failures. Patches We have patched the issue in GitHub commit 92dba16749fae36c246bec3f9ba474d9ddeb7662. The fix will be included in...

6.5CVSS2.1AI score0.00821EPSS
Exploits1References7Affected Software3
OSV
OSV
added 2022/02/09 11:55 p.m.7 views

GHSA-5QW5-89MW-WCG2 Out of bounds write in Tensorflow

Impact TensorFlow is vulnerable to a heap OOB write in Grappler: cc Status SetUnknownShapeconst NodeDef node, int outputport shapeinference::ShapeHandle shape = GetUnknownOutputShapenode, outputport; InferenceContext ctx = GetContextnode; if ctx == nullptr return errors::InvalidArgument"Missing...

8.8CVSS7.2AI score0.00924EPSS
Exploits1References8
Github Security Blog
Github Security Blog
added 2022/02/09 11:55 p.m.33 views

Out of bounds write in Tensorflow

Impact TensorFlow is vulnerable to a heap OOB write in Grappler: cc Status SetUnknownShapeconst NodeDef node, int outputport shapeinference::ShapeHandle shape = GetUnknownOutputShapenode, outputport; InferenceContext ctx = GetContextnode; if ctx == nullptr return errors::InvalidArgument"Missing...

8.8CVSS0.00924EPSS
Exploits1References8Affected Software3
Github Security Blog
Github Security Blog
added 2022/02/09 11:34 p.m.34 views

Integer Overflow or Wraparound in TensorFlow

Impact The Grappler component of TensorFlow is vulnerable to a denial of service via CHECK-failure assertion failure in constant folding: cc for const auto& outputprop : outputprops const PartialTensorShape outputshapeoutputprop.shape; // ... The outputprop tensor has a shape that is controlled b...

5.5CVSS4.1AI score0.00307EPSS
Exploits1References4Affected Software3
OSV
OSV
added 2022/02/09 11:34 p.m.15 views

GHSA-WCV5-VRVR-3RX2 Integer Overflow or Wraparound in TensorFlow

Impact The Grappler component of TensorFlow is vulnerable to a denial of service via CHECK-failure assertion failure in constant folding: cc for const auto& outputprop : outputprops const PartialTensorShape outputshapeoutputprop.shape; // ... The outputprop tensor has a shape that is controlled b...

5.5CVSS6.1AI score
Exploits0References4
Github Security Blog
Github Security Blog
added 2022/02/09 11:29 p.m.30 views

Null pointer dereference in Grappler's `IsConstant`

Impact 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 dereference in the second place: First, during...

6.5CVSS0.7AI score0.01097EPSS
Exploits1References9Affected Software3
OSV
OSV
added 2022/02/09 11:29 p.m.13 views

GHSA-9PX9-73FG-3FQP Null pointer dereference in Grappler's `IsConstant`

Impact 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 dereference in the second place: First, during...

6.5CVSS5.9AI score0.01097EPSS
Exploits1References9
OSV
OSV
added 2022/02/09 11:28 p.m.7 views

GHSA-FX5C-H9F6-RV7C `CHECK`-fails due to attempting to build a reference tensor

Impact 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 reference types are not allowed. Patches We have patch...

6.5CVSS5.9AI score0.00864EPSS
Exploits1References8
OSV
OSV
added 2022/02/09 11:27 p.m.2 views

GHSA-8JJ7-5VXC-PG2Q Integer overflow in TensorFlow

Impact 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. Patches We have patched the issue in GitHub commi...

8.8CVSS5.9AI score0.00888EPSS
Exploits1References7
Github Security Blog
Github Security Blog
added 2022/02/09 11:27 p.m.56 views

Integer overflow in TensorFlow

Impact 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. Patches We have patched the issue in GitHub commi...

9.8CVSS2.4AI score0.00888EPSS
Exploits1References7Affected Software3
Veracode
Veracode
added 2022/02/08 7:0 a.m.24 views

Remote Code Execution (RCE)

Tensorflow is vulnerable to remote code execution. The vulnerability exists due to a heap OOB write in Grappler allowing an attacker to use the setoutput function to writes to an array at the specified index...

8.8CVSS3.3AI score0.00924EPSS
Exploits1References4Affected Software3
Veracode
Veracode
added 2022/02/08 6:18 a.m.31 views

Denial Of Service (DoS)

Tensorflow is vulnerable to denial of service. An attacker may exploit the vulnerability by altering a SavedModel such that Grappler optimizer would attempt to build a tensor using a reference dtype...

6.5CVSS3.9AI score0.00992EPSS
Exploits1References3Affected Software3
Veracode
Veracode
added 2022/02/08 6:3 a.m.23 views

Denial Of Service (DoS)

Tensorflow is vulnerable to denial of service. An attacker may exploit the vulnerability by altering a SavedModel such that Grappler optimizer would attempt to build a tensor using a reference dtype...

6.5CVSS3.9AI score0.00864EPSS
Exploits1References4Affected Software3
Veracode
Veracode
added 2022/02/08 5:55 a.m.23 views

Denial Of Service (DoS)

Tensorflow is vulnerable to denial of service. An attacker is able to crash the system by altering a SavedModel in Grappler optimizer such that IsSimplifiableReshape would trigger CHECK failures...

6.5CVSS3.7AI score0.01151EPSS
Exploits1References5Affected Software3
OSV
OSV
added 2022/02/07 10:1 p.m.13 views

GHSA-FQ86-3F29-PX2C `CHECK`-failures during Grappler's `IsSimplifiableReshape` in Tensorflow

Impact 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. Patches We have patched the issue in GitHub commits ebc1a2ffe5a7573d905e99bd0ee3568ee07c12c1,...

6.5CVSS5.9AI score0.01151EPSS
Exploits1References9
Github Security Blog
Github Security Blog
added 2022/02/07 10:1 p.m.26 views

`CHECK`-failures during Grappler's `IsSimplifiableReshape` in Tensorflow

Impact 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. Patches We have patched the issue in GitHub commits ebc1a2ffe5a7573d905e99bd0ee3568ee07c12c1,...

6.5CVSS2.8AI score0.01151EPSS
Exploits1References9Affected Software3
NVD
NVD
added 2022/02/04 11:15 p.m.28 views

CVE-2022-23587

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...

9.8CVSS0.00888EPSS
Exploits1References3
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
Exploits1References4
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
Exploits1References5
NVD
NVD
added 2022/02/04 11:15 p.m.36 views

CVE-2022-23581

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...

6.5CVSS0.01151EPSS
Exploits1References5
Rows per page
Query Builder