Latest CVE Feed
-
7.5
HIGHCVE-2021-37698
Icinga is a monitoring system which checks the availability of network resources, notifies users of outages, and generates performance data for reporting. In versions 2.5.0 through 2.13.0, ElasticsearchWriter, GelfWriter, InfluxdbWriter and Influxdb2Write... Read more
- EPSS Score: %0.13
- Published: Aug. 19, 2021
- Modified: Nov. 21, 2024
-
7.1
HIGHCVE-2021-37697
tmerc-cogs are a collection of open source plugins for the Red Discord bot. A vulnerability has been found in the code that allows any user to access sensitive information by crafting a specific membership event message. Issue is patched in commit d63c49b... Read more
Affected Products : tmerc-cogs- EPSS Score: %0.22
- Published: Aug. 11, 2021
- Modified: Nov. 21, 2024
-
7.1
HIGHCVE-2021-37696
tmerc-cogs are a collection of open source plugins for the Red Discord bot. A vulnerability has been found in the code that allows any user to access sensitive information by crafting a specific MassDM message. Issue is patched in commit 92325be650a6c1794... Read more
Affected Products : tmerc-cogs- EPSS Score: %0.22
- Published: Aug. 11, 2021
- Modified: Nov. 21, 2024
-
7.3
HIGHCVE-2021-37695
ckeditor is an open source WYSIWYG HTML editor with rich content support. A potential vulnerability has been discovered in CKEditor 4 [Fake Objects](https://ckeditor.com/cke4/addon/fakeobjects) package. The vulnerability allowed to inject malformed Fake O... Read more
Affected Products : fedora debian_linux peoplesoft_enterprise_peopletools commerce_guided_search jd_edwards_enterpriseone_tools documaker financial_services_analytical_applications_infrastructure application_express banking_party_management financial_services_model_management_and_governance +2 more products- EPSS Score: %0.40
- Published: Aug. 13, 2021
- Modified: Nov. 21, 2024
-
8.7
HIGHCVE-2021-37694
@asyncapi/java-spring-cloud-stream-template generates a Spring Cloud Stream (SCSt) microservice. In versions prior to 0.7.0 arbitrary code injection was possible when an attacker controls the AsyncAPI document. An example is provided in GHSA-xj6r-2jpm-qvx... Read more
Affected Products : java-spring-cloud-stream-template- EPSS Score: %0.21
- Published: Aug. 11, 2021
- Modified: Nov. 21, 2024
-
7.5
HIGHCVE-2021-37693
Discourse is an open-source platform for community discussion. In Discourse before versions 2.7.8 and 2.8.0.beta4, when adding additional email addresses to an existing account on a Discourse site an email token is generated as part of the email verificat... Read more
Affected Products : discourse- EPSS Score: %0.27
- Published: Aug. 13, 2021
- Modified: Nov. 21, 2024
-
5.5
MEDIUMCVE-2021-37692
TensorFlow is an end-to-end open source platform for machine learning. In affected versions under certain conditions, Go code can trigger a segfault in string deallocation. For string tensors, `C.TF_TString_Dealloc` is called during garbage collection wit... Read more
Affected Products : tensorflow- EPSS Score: %0.03
- Published: Aug. 12, 2021
- Modified: Nov. 21, 2024
-
5.5
MEDIUMCVE-2021-37691
TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can craft a TFLite model that would trigger a division by zero error in LSH [implementation](https://github.com/tensorflow/tensorflow/blob/149562d49faa... Read more
Affected Products : tensorflow- EPSS Score: %0.01
- Published: Aug. 12, 2021
- Modified: Nov. 21, 2024
-
6.6
MEDIUMCVE-2021-37690
TensorFlow is an end-to-end open source platform for machine learning. In affected versions when running shape functions, some functions (such as `MutableHashTableShape`) produce extra output information in the form of a `ShapeAndType` struct. The shapes ... Read more
Affected Products : tensorflow- EPSS Score: %0.01
- Published: Aug. 13, 2021
- Modified: Nov. 21, 2024
-
7.8
HIGHCVE-2021-37689
TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can craft a TFLite model that would trigger a null pointer dereference, which would result in a crash and denial of service. This is caused by the MLIR... Read more
Affected Products : tensorflow- EPSS Score: %0.05
- Published: Aug. 12, 2021
- Modified: Nov. 21, 2024
-
7.8
HIGHCVE-2021-37688
TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can craft a TFLite model that would trigger a null pointer dereference, which would result in a crash and denial of service. The [implementation](https... Read more
Affected Products : tensorflow- EPSS Score: %0.01
- Published: Aug. 12, 2021
- Modified: Nov. 21, 2024
-
5.5
MEDIUMCVE-2021-37687
TensorFlow is an end-to-end open source platform for machine learning. In affected versions TFLite's [`GatherNd` implementation](https://github.com/tensorflow/tensorflow/blob/149562d49faa709ea80df1d99fc41d005b81082a/tensorflow/lite/kernels/gather_nd.cc#L1... Read more
Affected Products : tensorflow- EPSS Score: %0.04
- Published: Aug. 12, 2021
- Modified: Nov. 21, 2024
-
5.5
MEDIUMCVE-2021-37686
TensorFlow is an end-to-end open source platform for machine learning. In affected versions the strided slice implementation in TFLite has a logic bug which can allow an attacker to trigger an infinite loop. This arises from newly introduced support for [... Read more
Affected Products : tensorflow- EPSS Score: %0.01
- Published: Aug. 12, 2021
- Modified: Nov. 21, 2024
-
5.5
MEDIUMCVE-2021-37685
TensorFlow is an end-to-end open source platform for machine learning. In affected versions TFLite's [`expand_dims.cc`](https://github.com/tensorflow/tensorflow/blob/149562d49faa709ea80df1d99fc41d005b81082a/tensorflow/lite/kernels/expand_dims.cc#L36-L50) ... Read more
Affected Products : tensorflow- EPSS Score: %0.02
- Published: Aug. 12, 2021
- Modified: Nov. 21, 2024
-
5.5
MEDIUMCVE-2021-37684
TensorFlow is an end-to-end open source platform for machine learning. In affected versions the implementations of pooling in TFLite are vulnerable to division by 0 errors as there are no checks for divisors not being 0. We have patched the issue in GitHu... Read more
Affected Products : tensorflow- EPSS Score: %0.01
- Published: Aug. 12, 2021
- Modified: Nov. 21, 2024
-
5.5
MEDIUMCVE-2021-37683
TensorFlow is an end-to-end open source platform for machine learning. In affected versions the implementation of division in TFLite is [vulnerable to a division by 0 error](https://github.com/tensorflow/tensorflow/blob/460e000de3a83278fb00b61a16d161b1964... Read more
Affected Products : tensorflow- EPSS Score: %0.01
- Published: Aug. 12, 2021
- Modified: Nov. 21, 2024
-
7.1
HIGHCVE-2021-37682
TensorFlow is an end-to-end open source platform for machine learning. In affected versions all TFLite operations that use quantization can be made to use unitialized values. [For example](https://github.com/tensorflow/tensorflow/blob/460e000de3a83278fb00... Read more
Affected Products : tensorflow- EPSS Score: %0.04
- Published: Aug. 12, 2021
- Modified: Nov. 21, 2024
-
7.8
HIGHCVE-2021-37681
TensorFlow is an end-to-end open source platform for machine learning. In affected versions the implementation of SVDF in TFLite is [vulnerable to a null pointer error](https://github.com/tensorflow/tensorflow/blob/460e000de3a83278fb00b61a16d161b1964f15f4... Read more
Affected Products : tensorflow- EPSS Score: %0.01
- Published: Aug. 12, 2021
- Modified: Nov. 21, 2024
-
5.5
MEDIUMCVE-2021-37680
TensorFlow is an end-to-end open source platform for machine learning. In affected versions the implementation of fully connected layers in TFLite is [vulnerable to a division by zero error](https://github.com/tensorflow/tensorflow/blob/460e000de3a83278fb... Read more
Affected Products : tensorflow- EPSS Score: %0.01
- Published: Aug. 12, 2021
- Modified: Nov. 21, 2024
-
7.8
HIGHCVE-2021-37679
TensorFlow is an end-to-end open source platform for machine learning. In affected versions it is possible to nest a `tf.map_fn` within another `tf.map_fn` call. However, if the input tensor is a `RaggedTensor` and there is no function signature provided,... Read more
Affected Products : tensorflow- EPSS Score: %0.01
- Published: Aug. 12, 2021
- Modified: Nov. 21, 2024