Lucene search
+L

9269 matches found

OSV
OSV
added 2021/11/05 11:15 p.m.22 views

PYSEC-2021-420

TensorFlow is an open source platform for machine learning. In affected versions TensorFlow's savedmodelcli tool is vulnerable to a code injection as it calls eval on user supplied strings. This can be used by attackers to run arbitrary code on the plaform where the CLI tool runs. However, given...

7.8CVSS7.2AI score0.00217EPSS
SaveExploits1References2
OSV
OSV
added 2021/11/05 11:15 p.m.17 views

PYSEC-2021-829

TensorFlow is an open source platform for machine learning. In affected versions the implementation of SplitV can trigger a segfault is an attacker supplies negative arguments. This occurs whenever sizesplits contains more than one value and at least one value is negative. The fix will be include...

5.5CVSS6.1AI score0.00187EPSS
SaveExploits1References2
OSV
OSV
added 2021/11/05 11:15 p.m.17 views

PYSEC-2021-634

TensorFlow is an open source platform for machine learning. In affected versions TensorFlow's Grappler optimizer has a use of unitialized variable. If the trainnodes vector obtained from the saved model that gets optimized does not contain a Dequeue node, then dequeuenode is left unitialized. The...

7.8CVSS2.9AI score0.00196EPSS
SaveExploits1References2
Debian CVE
Debian CVE
added 2021/11/05 10:30 p.m.15 views

CVE-2021-41227

TensorFlow is an open source platform for machine learning. In affected versions the ImmutableConst operation in TensorFlow can be tricked into reading arbitrary memory contents. This is because the tstring TensorFlow string class has a special case for memory mapped strings but the operation...

6.6CVSS7.1AI score0.00238EPSS
SaveExploits1
CVE
CVE
added 2021/11/05 10:30 p.m.107 views

CVE-2021-41227

TensorFlow CVE-2021-41227 concerns the ImmutableConst operation, which in affected versions can read arbitrary memory due to the tstring class having a special case for memory-mapped strings while the operation does not handle this datatype. The issue is rooted in the mismatch between memory-mapp...

6.6CVSS5.6AI score0.00238EPSS
SaveExploits1References3Affected Software1
Cvelist
Cvelist
added 2021/11/05 10:30 p.m.39 views

CVE-2021-41227 Arbitrary memory read in `ImmutableConst`

TensorFlow is an open source platform for machine learning. In affected versions the ImmutableConst operation in TensorFlow can be tricked into reading arbitrary memory contents. This is because the tstring TensorFlow string class has a special case for memory mapped strings but the operation...

6.6CVSS6.7AI score0.00238EPSS
SaveExploits1References3
CVE
CVE
added 2021/11/05 10:30 p.m.103 views

CVE-2021-41225

CVE-2021-41225 affects TensorFlow’s Grappler optimizer: if train_nodes lacks a Dequeue node, dequeue_node remains uninitialized due to an uninitialized variable in the Grappler code. The documented fix is included in TensorFlow 2.7.0, with cherry-picks for 2.6.1, 2.5.2, and 2.4.4 (still in suppor...

7.8CVSS6.2AI score0.00196EPSS
SaveExploits1References2Affected Software1
Cvelist
Cvelist
added 2021/11/05 10:30 p.m.49 views

CVE-2021-41225 A use of uninitialized value vulnerability in Tensorflow

TensorFlow is an open source platform for machine learning. In affected versions TensorFlow's Grappler optimizer has a use of unitialized variable. If the trainnodes vector obtained from the saved model that gets optimized does not contain a Dequeue node, then dequeuenode is left unitialized. The...

5.5CVSS7.8AI score0.00196EPSS
SaveExploits1References2
Debian CVE
Debian CVE
added 2021/11/05 10:30 p.m.21 views

CVE-2021-41225

TensorFlow is an open source platform for machine learning. In affected versions TensorFlow's Grappler optimizer has a use of unitialized variable. If the trainnodes vector obtained from the saved model that gets optimized does not contain a Dequeue node, then dequeuenode is left unitialized. The...

7.8CVSS7AI score0.00196EPSS
SaveExploits1
Cvelist
Cvelist
added 2021/11/05 10:30 p.m.46 views

CVE-2021-41222 Segfault due to negative splits in `SplitV`

TensorFlow is an open source platform for machine learning. In affected versions the implementation of SplitV can trigger a segfault is an attacker supplies negative arguments. This occurs whenever sizesplits contains more than one value and at least one value is negative. The fix will be include...

5.5CVSS5.7AI score0.00187EPSS
SaveExploits1References2
CVE
CVE
added 2021/11/05 10:30 p.m.108 views

CVE-2021-41222

TensorFlow SplitV vulnerability (CVE-2021-41222) causes a segmentation fault when size_splits contains more than one value and at least one value is negative. Affected TensorFlow versions include those in the 2.x series referenced for backporting fixes; the issue is resolved by the TensorFlow 2.7...

5.5CVSS5.5AI score0.00187EPSS
SaveExploits1References2Affected Software1
Debian CVE
Debian CVE
added 2021/11/05 10:30 p.m.17 views

CVE-2021-41222

TensorFlow is an open source platform for machine learning. In affected versions the implementation of SplitV can trigger a segfault is an attacker supplies negative arguments. This occurs whenever sizesplits contains more than one value and at least one value is negative. The fix will be include...

5.5CVSS7AI score0.00187EPSS
SaveExploits1
Cvelist
Cvelist
added 2021/11/05 10:25 p.m.34 views

CVE-2021-41228 Code injection in `saved_model_cli`

TensorFlow is an open source platform for machine learning. In affected versions TensorFlow's savedmodelcli tool is vulnerable to a code injection as it calls eval on user supplied strings. This can be used by attackers to run arbitrary code on the plaform where the CLI tool runs. However, given...

7.5CVSS8.1AI score0.00217EPSS
SaveExploits1References2
CVE
CVE
added 2021/11/05 10:25 p.m.122 views

CVE-2021-41228

CVE-2021-41228 affects TensorFlow’s saved_model_cli, where user-supplied strings are passed to eval, enabling code injection. The vulnerability exists in affected TensorFlow releases’ saved_model_cli tool and can allow arbitrary code execution on the host where the CLI runs. Public documentation ...

7.8CVSS7.6AI score0.00217EPSS
SaveExploits1References2Affected Software1
Cvelist
Cvelist
added 2021/11/05 10:20 p.m.39 views

CVE-2021-41220 Use after free in `CollectiveReduceV2`

TensorFlow is an open source platform for machine learning. In affected versions the async implementation of CollectiveReduceV2 suffers from a memory leak and a use after free. This occurs due to the asynchronous computation and the fact that objects that have been std::moved from are still...

7.8CVSS7.8AI score0.00211EPSS
SaveExploits1References2
Debian CVE
Debian CVE
added 2021/11/05 10:20 p.m.18 views

CVE-2021-41220

TensorFlow is an open source platform for machine learning. In affected versions the async implementation of CollectiveReduceV2 suffers from a memory leak and a use after free. This occurs due to the asynchronous computation and the fact that objects that have been std::moved from are still...

7.8CVSS6.9AI score0.00211EPSS
SaveExploits1
CVE
CVE
added 2021/11/05 10:20 p.m.92 views

CVE-2021-41220

CVE-2021-41220 (TensorFlow) — Normal details The vulnerability affects TensorFlow's async CollectiveReduceV2, causing a memory leak and use-after-free when objects moved via std::move are still accessed during asynchronous processing. The issue path is described in the CVE entry and related advis...

7.8CVSS7.5AI score0.00211EPSS
SaveExploits1References2Affected Software1
CVE
CVE
added 2021/11/05 10:15 p.m.138 views

CVE-2021-41221

TensorFlow’s CVE-2021-41221 relates to a heap-based memory access in the shape inference code for Cudnn* ops. Root cause: ranks of input, input_h, and input_c are not validated, allowing invalid memory access. Fix planned for TensorFlow 2.7.0 with cherry-picks to 2.6.1, 2.5.2, and 2.4.4. Remediat...

7.8CVSS7.6AI score0.00221EPSS
SaveExploits1References2Affected Software1
Cvelist
Cvelist
added 2021/11/05 10:15 p.m.46 views

CVE-2021-41221 Access to invalid memory during shape inference in `Cudnn*` ops

TensorFlow is an open source platform for machine learning. In affected versions the shape inference code for the Cudnn operations in TensorFlow can be tricked into accessing invalid memory, via a heap buffer overflow. This occurs because the ranks of the input, inputh and inputc parameters are n...

7.8CVSS8AI score0.00221EPSS
SaveExploits1References2
Debian CVE
Debian CVE
added 2021/11/05 10:15 p.m.15 views

CVE-2021-41221

TensorFlow is an open source platform for machine learning. In affected versions the shape inference code for the Cudnn operations in TensorFlow can be tricked into accessing invalid memory, via a heap buffer overflow. This occurs because the ranks of the input, inputh and inputc parameters are n...

7.8CVSS7.5AI score0.00221EPSS
SaveExploits1
Rows per page
Query Builder