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

page 269 of 410
  • CVE-2022-1145HigJul 23, 2022
    risk 0.49cvss 7.5epss 0.01

    Use after free in Extensions in Google Chrome prior to 100.0.4896.60 allowed an attacker who convinced a user to install a malicious extension to potentially exploit heap corruption via specific user interaction and profile destruction.

  • CVE-2022-22207HigJul 20, 2022
    risk 0.49cvss 7.5epss 0.01

    A Use After Free vulnerability in the Advanced Forwarding Toolkit (AFT) manager process (aftmand) of Juniper Networks Junos OS allows an unauthenticated networked attacker to cause a kernel crash due to intensive polling of Abstracted Fabric (AF) interface statistics and thereby…

  • CVE-2022-32091HigJul 1, 2022
    risk 0.49cvss 7.5epss 0.02

    MariaDB v10.7 was discovered to contain an use-after-poison in in __interceptor_memset at /libsanitizer/sanitizer_common/sanitizer_common_interceptors.inc.

  • CVE-2022-32081HigJul 1, 2022
    risk 0.49cvss 7.5epss 0.02

    MariaDB v10.4 to v10.7 was discovered to contain an use-after-poison in prepare_inplace_add_virtual at /storage/innobase/handler/handler0alter.cc.

  • CVE-2022-22252HigMay 13, 2022
    risk 0.49cvss 7.5epss 0.01

    The DFX module has a UAF vulnerability.Successful exploitation of this vulnerability may affect system stability.

  • CVE-2021-44497HigApr 15, 2022
    risk 0.49cvss 7.5epss 0.01

    An issue was discovered in FIS GT.M through V7.0-000 (related to the YottaDB code base). Using crafted input, can cause the bounds of a for loop to be miscalculated, which leads to a use after free condition a pointer is pushed into previously free memory by the loop.

  • CVE-2022-27457HigApr 14, 2022
    risk 0.49cvss 7.5epss 0.02

    MariaDB Server v10.6.3 and below was discovered to contain an use-after-free in the component my_mb_wc_latin1 at /strings/ctype-latin1.c.

  • CVE-2022-27456HigApr 14, 2022
    risk 0.49cvss 7.5epss 0.02

    MariaDB Server v10.6.3 and below was discovered to contain an use-after-free in the component VDec::VDec at /sql/sql_type.cc.

  • CVE-2022-27455HigApr 14, 2022
    risk 0.49cvss 7.5epss 0.02

    MariaDB Server v10.6.3 and below was discovered to contain an use-after-free in the component my_wildcmp_8bit_impl at /strings/ctype-simple.c.

  • CVE-2022-27447HigApr 14, 2022
    risk 0.49cvss 7.5epss 0.02

    MariaDB Server v10.9 and below was discovered to contain a use-after-free via the component Binary_string::free_buffer() at /sql/sql_string.h.

  • CVE-2022-27383HigApr 12, 2022
    risk 0.49cvss 7.5epss 0.02

    MariaDB Server v10.6 and below was discovered to contain an use-after-free in the component my_strcasecmp_8bit, which is exploited via specially crafted SQL statements.

  • CVE-2022-27377HigApr 12, 2022
    risk 0.49cvss 7.5epss 0.02

    MariaDB Server v10.6.3 and below was discovered to contain an use-after-free in the component Item_func_in::cleanup(), which is exploited via specially crafted SQL statements.

  • CVE-2022-27376HigApr 12, 2022
    risk 0.49cvss 7.5epss 0.02

    MariaDB Server v10.6.5 and below was discovered to contain an use-after-free in the component Item_args::walk_arg, which is exploited via specially crafted SQL statements.

  • CVE-2022-24070HigApr 12, 2022
    risk 0.49cvss 7.5epss 0.09

    Subversion's mod_dav_svn is vulnerable to memory corruption. While looking up path-based authorization rules, mod_dav_svn servers may attempt to use memory which has already been freed. Affected Subversion mod_dav_svn servers 1.10.0 through 1.14.1 (inclusive). Servers that do…

  • CVE-2022-22533HigFeb 9, 2022
    risk 0.49cvss 7.5epss 0.02

    Due to improper error handling in SAP NetWeaver Application Server Java - versions KRNL64NUC 7.22, 7.22EXT, 7.49, KRNL64UC, 7.22, 7.22EXT, 7.49, 7.53, KERNEL 7.22, 7.49, 7.53, an attacker could submit multiple HTTP server requests resulting in errors, such that it consumes the…

  • CVE-2021-46669HigFeb 1, 2022
    risk 0.49cvss 7.5epss 0.02

    MariaDB through 10.5.9 allows attackers to trigger a convert_const_to_int use-after-free when the BIGINT data type is used.

  • CVE-2021-46170HigJan 14, 2022
    risk 0.49cvss 7.5epss 0.01

    An issue was discovered in JerryScript commit a6ab5e9. There is an Use-After-Free in lexer_compare_identifier_to_string in js-lexer.c file.

  • CVE-2018-25028HigDec 27, 2021
    risk 0.49cvss 7.5epss 0.01

    An issue was discovered in the libpulse-binding crate before 1.2.1 for Rust. get_context can cause a use-after-free.

  • CVE-2018-25027HigDec 27, 2021
    risk 0.49cvss 7.5epss 0.01

    An issue was discovered in the libpulse-binding crate before 1.2.1 for Rust. get_format_info can cause a use-after-free.

  • CVE-2021-45720HigDec 26, 2021
    risk 0.49cvss 7.5epss 0.01

    An issue was discovered in the lru crate before 0.7.1 for Rust. The iterators have a use-after-free, as demonstrated by an access after a pop operation.