VYPR

CWE-416

Use After Free

VariantStableLikelihood: High

Description

The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.

Hierarchy (View 1000)

Parents

Children

none

CVEs mapped to this weakness (8,274)

page 111 of 414
  • CVE-2021-21180HigMar 9, 2021
    risk 0.57cvss 8.8epss 0.02

    Use after free in tab search in Google Chrome prior to 89.0.4389.72 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page.

  • CVE-2021-21179HigMar 9, 2021
    risk 0.57cvss 8.8epss 0.01

    Use after free in Network Internals in Google Chrome on Linux prior to 89.0.4389.72 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page.

  • CVE-2021-21167HigMar 9, 2021
    risk 0.57cvss 8.8epss 0.01

    Use after free in bookmarks in Google Chrome prior to 89.0.4389.72 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page.

  • CVE-2021-21162HigMar 9, 2021
    risk 0.57cvss 8.8epss 0.01

    Use after free in WebRTC in Google Chrome prior to 89.0.4389.72 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page.

  • CVE-2021-21159HigMar 9, 2021
    risk 0.57cvss 8.8epss 0.02

    Heap buffer overflow in TabStrip in Google Chrome prior to 89.0.4389.72 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page.

  • CVE-2021-28032CriMar 5, 2021
    risk 0.57cvss 9.8epss 0.01

    An issue was discovered in the nano_arena crate before 0.5.2 for Rust. There is an aliasing violation in split_at because two mutable references can exist for the same element, if Borrow behaves in certain ways. This can have a resultant out-of-bounds write or…

  • CVE-2020-13558HigMar 3, 2021
    risk 0.57cvss 8.8epss 0.02

    A code execution vulnerability exists in the AudioSourceProviderGStreamer functionality of Webkit WebKitGTK 2.30.1. A specially crafted web page can lead to a use after free.

  • CVE-2021-21145HigFeb 9, 2021
    risk 0.57cvss 8.8epss 0.01

    Use after free in Fonts in Google Chrome prior to 88.0.4324.146 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page.

  • CVE-2020-16044HigFeb 9, 2021
    risk 0.57cvss 8.8epss 0.01

    Use after free in WebRTC in Google Chrome prior to 88.0.4324.96 allowed a remote attacker to potentially exploit heap corruption via a crafted SCTP packet.

  • CVE-2021-21114HigJan 8, 2021
    risk 0.57cvss 8.8epss 0.01

    Use after free in audio in Google Chrome prior to 87.0.4280.141 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page.

  • CVE-2021-21112HigJan 8, 2021
    risk 0.57cvss 8.8epss 0.01

    Use after free in Blink in Google Chrome prior to 87.0.4280.141 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page.

  • CVE-2020-16039HigJan 8, 2021
    risk 0.57cvss 8.8epss 0.01

    Use after free in extensions in Google Chrome prior to 87.0.4280.88 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page.

  • CVE-2020-16038HigJan 8, 2021
    risk 0.57cvss 8.8epss 0.01

    Use after free in media in Google Chrome on OS X prior to 87.0.4280.88 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page.

  • CVE-2020-16037HigJan 8, 2021
    risk 0.57cvss 8.8epss 0.01

    Use after free in clipboard in Google Chrome prior to 87.0.4280.88 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page.

  • CVE-2020-16026HigJan 8, 2021
    risk 0.57cvss 8.8epss 0.01

    Use after free in WebRTC in Google Chrome prior to 87.0.4280.66 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page.

  • CVE-2020-16023HigJan 8, 2021
    risk 0.57cvss 8.8epss 0.01

    Use after free in WebCodecs in Google Chrome prior to 87.0.4280.66 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page.

  • CVE-2020-35873CriDec 31, 2020
    risk 0.57cvss 9.8epss 0.02

    An issue was discovered in the rusqlite crate before 0.23.0 for Rust. Memory safety can be violated because sessions.rs has a use-after-free.

  • CVE-2020-35870CriDec 31, 2020
    risk 0.57cvss 9.8epss 0.02

    An issue was discovered in the rusqlite crate before 0.23.0 for Rust. Memory safety can be violated via an Auxdata API use-after-free.

  • CVE-2020-35902CriDec 31, 2020
    risk 0.57cvss 9.8epss 0.02

    An issue was discovered in the actix-codec crate before 0.3.0-beta.1 for Rust. There is a use-after-free in Framed.

  • CVE-2020-13570HigDec 22, 2020
    risk 0.57cvss 8.8epss 0.02

    A use-after-free vulnerability exists in the JavaScript engine of Foxit Software’s PDF Reader, version 10.1.0.37527. A specially crafted PDF document can trigger the reuse of previously free memory which can lead to arbitrary code execution. An attacker needs to trick the user…