Show filters
198 Total Results
Displaying 81-90 of 198
Sort by:
Attacker Value
Unknown

CVE-2021-37652

Disclosure Date: August 12, 2021 (last updated February 23, 2025)
TensorFlow is an end-to-end open source platform for machine learning. In affected versions the implementation for `tf.raw_ops.BoostedTreesCreateEnsemble` can result in a use after free error if an attacker supplies specially crafted arguments. The [implementation](https://github.com/tensorflow/tensorflow/blob/f24faa153ad31a4b51578f8181d3aaab77a1ddeb/tensorflow/core/kernels/boosted_trees/resource_ops.cc#L55) uses a reference counted resource and decrements the refcount if the initialization fails, as it should. However, when the code was written, the resource was represented as a naked pointer but later refactoring has changed it to be a smart pointer. Thus, when the pointer leaves the scope, a subsequent `free`-ing of the resource occurs, but this fails to take into account that the refcount has already reached 0, thus the resource has been already freed. During this double-free process, members of the resource object are accessed for cleanup but they are invalid as the entire resour…
Attacker Value
Unknown

CVE-2021-22386

Disclosure Date: August 10, 2021 (last updated February 23, 2025)
A component of the Huawei smartphone has a Double Free vulnerability. Local attackers may exploit this vulnerability to cause Root Elevation of Privileges.
Attacker Value
Unknown

CVE-2020-36434

Disclosure Date: August 08, 2021 (last updated February 23, 2025)
An issue was discovered in the sys-info crate before 0.8.0 for Rust. sys_info::disk_info calls can trigger a double free.
Attacker Value
Unknown

CVE-2021-22425

Disclosure Date: August 03, 2021 (last updated February 23, 2025)
A component of the HarmonyOS has a Double Free vulnerability. Local attackers may exploit this vulnerability to cause Root Elevating Privileges.
Attacker Value
Unknown

CVE-2021-37159

Disclosure Date: July 21, 2021 (last updated February 23, 2025)
hso_free_net_device in drivers/net/usb/hso.c in the Linux kernel through 5.13.4 calls unregister_netdev without checking for the NETREG_REGISTERED state, leading to a use-after-free and a double free.
Attacker Value
Unknown

CVE-2021-0601

Disclosure Date: July 14, 2021 (last updated February 23, 2025)
In encodeFrames of avc_enc_fuzzer.cpp, there is a possible out of bounds write due to a double free. This could lead to local information disclosure with no additional execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android-10 Android-11 Android-8.1 Android-9Android ID: A-180643802
Attacker Value
Unknown

CVE-2021-34333

Disclosure Date: July 13, 2021 (last updated February 23, 2025)
A vulnerability has been identified in JT2Go (All versions < V13.2), Teamcenter Visualization (All versions < V13.2). The BMP_Loader.dll library in affected applications lacks proper validation of user-supplied data when parsing BMP files. A malformed input file could result in double free of an allocated buffer that leads to a crash. An attacker could leverage this vulnerability to cause denial of service condition. (CNVD-C-2021-79295)
Attacker Value
Unknown

CVE-2021-1888

Disclosure Date: July 13, 2021 (last updated February 23, 2025)
Memory corruption in key parsing and import function due to double freeing the same heap allocation in Snapdragon Auto, Snapdragon Compute, Snapdragon Connectivity, Snapdragon Consumer IOT, Snapdragon Industrial IOT, Snapdragon IoT, Snapdragon Voice & Music, Snapdragon Wearables
Attacker Value
Unknown

CVE-2021-27033

Disclosure Date: July 09, 2021 (last updated February 23, 2025)
A Double Free vulnerability allows remote attackers to execute arbitrary code on PDF files within affected installations of Autodesk Design Review 2018, 2017, 2013, 2012, 2011. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.
Attacker Value
Unknown

CVE-2021-36088

Disclosure Date: July 01, 2021 (last updated February 22, 2025)
Fluent Bit (aka fluent-bit) 1.7.0 through 1.7.4 has a double free in flb_free (called from flb_parser_json_do and flb_parser_do).