Lucene search
+L

20079 matches found

OSV
OSV
added 2024/03/06 11:14 a.m.42 views

BIT-TENSORFLOW-2022-29201 Missing validation in `QuantizedConv2D` results in undefined behavior in TensorFlow

TensorFlow is an open source platform for machine learning. Prior to versions 2.9.0, 2.8.1, 2.7.2, and 2.6.4, the implementation of tf.rawops.QuantizedConv2D does not fully validate the input arguments. In this case, references get bound to nullptr for each argument that is empty. Versions 2.9.0,...

5.5CVSS5.5AI score0.00335EPSS
SaveExploits1References8
OSV
OSV
added 2024/03/06 11:14 a.m.28 views

BIT-TENSORFLOW-2022-29202 Denial of service in TensorFlow due to lack of validation in `tf.ragged.constant`

TensorFlow is an open source platform for machine learning. Prior to versions 2.9.0, 2.8.1, 2.7.2, and 2.6.4, the implementation of tf.ragged.constant does not fully validate the input arguments. This results in a denial of service by consuming all available memory. Versions 2.9.0, 2.8.1, 2.7.2,...

5.5CVSS5.4AI score0.00319EPSS
SaveExploits1References9
OSV
OSV
added 2024/03/06 11:14 a.m.58 views

BIT-TENSORFLOW-2022-35937 OOB read in `Gather_nd` op in TensorFlow Lite

TensorFlow is an open source platform for machine learning. The GatherNd function takes arguments that determine the sizes of inputs and outputs. If the inputs given are greater than or equal to the sizes of the outputs, an out-of-bounds memory read is triggered. This issue has been patched in...

9.1CVSS7.9AI score0.00471EPSS
SaveExploits0References4
OSV
OSV
added 2024/03/06 11:13 a.m.48 views

BIT-TENSORFLOW-2022-35979 Segfault in `QuantizedRelu` and `QuantizedRelu6`

TensorFlow is an open source platform for machine learning. If QuantizedRelu or QuantizedRelu6 are given nonscalar inputs for minfeatures or maxfeatures, it results in a segfault that can be used to trigger a denial of service attack. We have patched the issue in GitHub commit...

7.5CVSS6.4AI score0.00452EPSS
SaveExploits0References3
OSV
OSV
added 2024/03/06 11:13 a.m.41 views

BIT-TENSORFLOW-2022-35981 `CHECK` fail in `FractionalMaxPoolGrad` in TensorFlow

TensorFlow is an open source platform for machine learning. FractionalMaxPoolGrad validates its inputs with CHECK failures instead of with returning errors. If it gets incorrectly sized inputs, the CHECK failure can be used to trigger a denial of service attack. We have patched the issue in GitHu...

7.5CVSS6.3AI score0.00423EPSS
SaveExploits0References3
OSV
OSV
added 2024/03/06 11:13 a.m.38 views

BIT-TENSORFLOW-2022-35982 Segfault in `SparseBincount` in TensorFlow

TensorFlow is an open source platform for machine learning. If SparseBincount is given inputs for indices, values, and denseshape that do not make a valid sparse tensor, it results in a segfault that can be used to trigger a denial of service attack. We have patched the issue in GitHub commit...

7.5CVSS6.3AI score0.00452EPSS
SaveExploits0References3
OSV
OSV
added 2024/03/06 11:12 a.m.56 views

BIT-TENSORFLOW-2022-36002 `CHECK` fail in `Unbatch` in TensorFlow

TensorFlow is an open source platform for machine learning. When Unbatch receives a nonscalar input id, it gives a CHECK fail that can trigger a denial of service attack. We have patched the issue in GitHub commit 4419d10d576adefa36b0e0a9425d2569f7c0189f. The fix will be included in TensorFlow...

7.5CVSS6.4AI score0.00423EPSS
SaveExploits0References3
OSV
OSV
added 2024/03/06 11:12 a.m.40 views

BIT-TENSORFLOW-2022-36015 Integer overflow in math ops in TensorFlow

TensorFlow is an open source platform for machine learning. When RangeSize receives values that do not fit into an int64t, it crashes. We have patched the issue in GitHub commit 37e64539cd29fcfb814c4451152a60f5d107b0f0. The fix will be included in TensorFlow 2.10.0. We will also cherrypick this...

7.5CVSS6.5AI score0.00583EPSS
SaveExploits0References4
OSV
OSV
added 2024/03/06 11:12 a.m.38 views

BIT-TENSORFLOW-2022-36016 `CHECK`-fail in `tensorflow::full_type::SubstituteFromAttrs` in TensorFlow

TensorFlow is an open source platform for machine learning. When tensorflow::fulltype::SubstituteFromAttrs receives a FullTypeDef& t that is not exactly three args, it triggers a CHECK-fail instead of returning a status. We have patched the issue in GitHub commit...

7.5CVSS6.5AI score0.00583EPSS
SaveExploits0References4
OSV
OSV
added 2024/03/06 11:11 a.m.45 views

BIT-TENSORFLOW-2022-41884 Seg fault in `ndarray_tensor_bridge` due to zero and large inputs in Tensorflow

TensorFlow is an open source platform for machine learning. If a numpy array is created with a shape such that one element is zero and the others sum to a large number, an error will be raised. We have patched the issue in GitHub commit 2b56169c16e375c521a3bc8ea658811cc0793784. The fix will be...

7.5CVSS6AI score0.00343EPSS
SaveExploits1References3
OSV
OSV
added 2024/03/06 11:11 a.m.38 views

BIT-TYPO3-2021-21338

TYPO3 is an open source PHP based web content management system. In TYPO3 before versions 6.2.57, 7.6.51, 8.7.40, 9.5.25, 10.4.14, 11.1.1 it has been discovered that Login Handling is susceptible to open redirection which allows attackers redirecting to arbitrary content, and conducting phishing...

6.1CVSS6.4AI score0.01104EPSS
SaveExploits0References3
OSV
OSV
added 2024/03/06 11:11 a.m.29 views

BIT-TENSORFLOW-2022-41889 Segfault via invalid attributes in `pywrap_tfe_src.cc` in Tensorflow

TensorFlow is an open source platform for machine learning. If a list of quantized tensors is assigned to an attribute, the pywrap code fails to parse the tensor and returns a nullptr, which is not caught. An example can be seen in tf.compat.v1.extractvolumepatches by passing in quantized tensors...

7.5CVSS6.3AI score0.00419EPSS
SaveExploits1References4
OSV
OSV
added 2024/03/06 11:10 a.m.41 views

BIT-TENSORFLOW-2022-41895 `MirrorPadGrad` heap out of bounds read in Tensorflow

TensorFlow is an open source platform for machine learning. If MirrorPadGrad is given outsize input paddings, TensorFlow will give a heap OOB error. We have patched the issue in GitHub commit 717ca98d8c3bba348ff62281fdf38dcb5ea1ec92. The fix will be included in TensorFlow 2.11. We will also...

7.5CVSS6.1AI score0.00457EPSS
SaveExploits1References4
OSV
OSV
added 2024/03/06 11:10 a.m.29 views

BIT-TYPO3-2021-21370

TYPO3 is an open source PHP based web content management system. In TYPO3 before versions 7.6.51, 8.7.40, 9.5.25, 10.4.14, 11.1.1 it has been discovered that content elements of type menu are vulnerable to cross-site scripting when their referenced items get previewed in the page module. A valid...

5.4CVSS5AI score0.00872EPSS
SaveExploits0References3
OSV
OSV
added 2024/03/06 11:10 a.m.35 views

BIT-TENSORFLOW-2022-41898 `CHECK` fail via inputs in `SparseFillEmptyRowsGrad` in Tensorflow

TensorFlow is an open source platform for machine learning. If SparseFillEmptyRowsGrad is given empty inputs, TensorFlow will crash. We have patched the issue in GitHub commit af4a6a3c8b95022c351edae94560acc61253a1b8. The fix will be included in TensorFlow 2.11. We will also cherrypick this commi...

7.5CVSS6.1AI score0.00457EPSS
SaveExploits1References4
OSV
OSV
added 2024/03/06 11:10 a.m.27 views

BIT-TENSORFLOW-2022-41902 Out of bounds write in grappler in Tensorflow

TensorFlow is an open source platform for machine learning. The function MakeGrapplerFunctionItem takes arguments that determine the sizes of inputs and outputs. If the inputs given are greater than or equal to the sizes of the outputs, an out-of-bounds memory read or a crash is triggered. We hav...

9.1CVSS7.8AI score0.00453EPSS
SaveExploits0References4
OSV
OSV
added 2024/03/06 11:10 a.m.36 views

BIT-TENSORFLOW-2022-41907 Overflow in `ResizeNearestNeighborGrad` in Tensorflow

TensorFlow is an open source platform for machine learning. When tf.rawops.ResizeNearestNeighborGrad is given a large size input, it overflows. We have patched the issue in GitHub commit 00c821af032ba9e5f5fa3fe14690c8d28a657624. The fix will be included in TensorFlow 2.11. We will also cherrypick...

7.5CVSS6.1AI score0.00457EPSS
SaveExploits1References4
OSV
OSV
added 2024/03/06 11:10 a.m.40 views

BIT-TYPO3-2021-41114

TYPO3 is an open source PHP based web content management system released under the GNU GPL. It has been discovered that TYPO3 CMS is susceptible to host spoofing due to improper validation of the HTTP Host header. TYPO3 uses the HTTP Host header, for example, to generate absolute URLs during the...

5.3CVSS5AI score0.01221EPSS
SaveExploits0References3
OSV
OSV
added 2024/03/06 11:10 a.m.39 views

BIT-TYPO3-2022-23501

TYPO3 is an open source PHP based web content management system. In versions prior to 8.7.49, 9.5.38, 10.4.33, 11.5.20, and 12.1.1 TYPO3 is vulnerable to Improper Authentication. Restricting frontend login to specific users, organized in different storage folders partitions, can be bypassed. A...

6.5CVSS6AI score0.00479EPSS
SaveExploits0References1
OSV
OSV
added 2024/03/06 11:10 a.m.49 views

BIT-DISCOURSE-2021-32788 Post creator of a whisper post can be revealed to non-staff users in Discourse

Discourse is an open source discussion platform. In versions prior to 2.7.7 there are two bugs which led to the post creator of a whisper post being revealed to non-staff users. 1: Staff users that creates a whisper post in a personal message is revealed to non-staff participants of the personal...

4.3CVSS4.6AI score0.00888EPSS
SaveExploits0References4
Rows per page
Query Builder