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,277)

page 93 of 414
  • CVE-2022-4918HigJul 29, 2023
    risk 0.57cvss 8.8epss 0.01

    Use after free in UI in Google Chrome prior to 102.0.5005.61 allowed a remote attacker to perform arbitrary read/write via a crafted HTML page. (Chromium security severity: Medium)

  • CVE-2022-4916HigJul 29, 2023
    risk 0.57cvss 8.8epss 0.01

    Use after free in Media in Google Chrome prior to 103.0.5060.53 allowed a remote attacker to perform arbitrary read/write via a crafted HTML page. (Chromium security severity: High)

  • CVE-2021-4322HigJul 29, 2023
    risk 0.57cvss 8.8epss 0.01

    Use after free in DevTools in Google Chrome prior to 91.0.4472.77 allowed an attacker who convinced a user to install a malicious extension to execute arbitrary code via a crafted Chrome Extension. (Chromium security severity: Medium)

  • CVE-2021-4320HigJul 29, 2023
    risk 0.57cvss 8.8epss 0.01

    Use after free in Blink in Google Chrome prior to 92.0.4515.107 allowed a remote attacker who had compromised the renderer process to perform arbitrary read/write via a crafted HTML page. (Chromium security severity: High)

  • CVE-2021-4319HigJul 29, 2023
    risk 0.57cvss 8.8epss 0.01

    Use after free in Blink in Google Chrome prior to 93.0.4577.82 allowed a remote attacker to perform arbitrary read/write via a crafted HTML page. (Chromium security severity: High)

  • CVE-2021-4317HigJul 29, 2023
    risk 0.57cvss 8.8epss 0.01

    Use after free in ANGLE in Google Chrome prior to 96.0.4664.93 allowed a remote attacker to perform arbitrary read/write via a crafted HTML page. (Chromium security severity: High)

  • CVE-2023-33876HigJul 19, 2023
    risk 0.57cvss 8.8epss 0.01

    A use-after-free vulnerability exists in the way Foxit Reader 12.1.2.15332 handles destroying annotations. Specially crafted Javascript code inside a malicious PDF document can trigger reuse of a previously freed object, which can lead to memory corruption and result in…

  • CVE-2023-33866HigJul 19, 2023
    risk 0.57cvss 8.8epss 0.01

    A use-after-free vulnerability exists in the JavaScript engine of Foxit Software’s PDF Reader, version 12.1.2.15332. By prematurely deleting objects associated with pages, a specially crafted PDF document can trigger the reuse of previously freed memory, which can lead to…

  • CVE-2023-28744HigJul 19, 2023
    risk 0.57cvss 8.8epss 0.01

    A use-after-free vulnerability exists in the JavaScript engine of Foxit Software's PDF Reader, version 12.1.1.15289. A specially crafted PDF document can trigger the reuse of previously freed memory by manipulating form fields of a specific type. This can lead to memory…

  • CVE-2023-27379HigJul 19, 2023
    risk 0.57cvss 8.8epss 0.01

    A use-after-free vulnerability exists in the JavaScript engine of Foxit Software’s PDF Reader, version 12.1.2.15332. By prematurely deleting objects associated with pages, a specially crafted PDF document can trigger the reuse of previously freed memory, which can lead to…

  • CVE-2023-3600HigJul 12, 2023
    risk 0.57cvss 8.8epss 0.01

    During the worker lifecycle, a use-after-free condition could have occurred, which could have led to a potentially exploitable crash. This vulnerability affects Firefox < 115.0.2, Firefox ESR < 115.0.2, and Thunderbird < 115.0.1.

  • CVE-2023-35300HigJul 11, 2023
    risk 0.57cvss 8.8epss 0.01

    Remote Procedure Call Runtime Remote Code Execution Vulnerability

  • CVE-2023-32038HigJul 11, 2023
    risk 0.57cvss 8.8epss 0.01

    Microsoft ODBC Driver Remote Code Execution Vulnerability

  • CVE-2023-29824CriJul 6, 2023
    risk 0.57cvss 9.8epss 0.01

    A use-after-free issue was discovered in Py_FindObjects() function in SciPy versions prior to 1.8.0. NOTE: the vendor and discoverer indicate that this is not a security issue.

  • CVE-2023-37209HigJul 5, 2023
    risk 0.57cvss 8.8epss 0.01

    A use-after-free condition existed in `NotifyOnHistoryReload` where a `LoadingSessionHistoryEntry` object was freed and a reference to that object remained. This resulted in a potentially exploitable condition when the reference to that object was later reused. This…

  • CVE-2023-37202HigJul 5, 2023
    risk 0.57cvss 8.8epss 0.01

    Cross-compartment wrappers wrapping a scripted proxy could have caused objects from other compartments to be stored in the main compartment resulting in a use-after-free. This vulnerability affects Firefox < 115, Firefox ESR < 102.13, and Thunderbird < 102.13.

  • CVE-2023-37201HigJul 5, 2023
    risk 0.57cvss 8.8epss 0.01

    An attacker could have triggered a use-after-free condition when creating a WebRTC connection over HTTPS. This vulnerability affects Firefox < 115, Firefox ESR < 102.13, and Thunderbird < 102.13.

  • CVE-2023-3422HigJun 26, 2023
    risk 0.57cvss 8.8epss 0.01

    Use after free in Guest View in Google Chrome prior to 114.0.5735.198 allowed an attacker who convinced a user to install a malicious extension to potentially exploit heap corruption via a crafted HTML page. (Chromium security severity: High)

  • CVE-2023-3421HigJun 26, 2023
    risk 0.57cvss 8.8epss 0.01

    Use after free in Media in Google Chrome prior to 114.0.5735.198 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page. (Chromium security severity: High)

  • CVE-2023-21108HigJun 15, 2023
    risk 0.57cvss 8.8epss 0.00

    In sdpu_build_uuid_seq of sdp_discovery.cc, there is a possible out of bounds write due to a use after free. This could lead to remote code execution over Bluetooth, if HFP support is enabled, with no additional execution privileges needed. User interaction is not needed for…