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

page 345 of 409
  • CVE-2021-45291MedDec 21, 2021
    risk 0.36cvss 5.5epss 0.01

    The gf_dump_setup function in GPAC 1.0.1 allows malicoius users to cause a denial of service (Invalid memory address dereference) via a crafted file in the MP4Box command.

  • CVE-2021-33480MedNov 17, 2021
    risk 0.36cvss 5.5epss 0.01

    An use-after-free vulnerability was discovered in gocr through 0.53-20200802 in context_correction() in pgm2asc.c.

  • CVE-2020-12901MedNov 15, 2021
    risk 0.36cvss 5.5epss 0.00

    Arbitrary Free After Use in AMD Graphics Driver for Windows 10 may lead to KASLR bypass or information disclosure.

  • CVE-2021-22466MedOct 28, 2021
    risk 0.36cvss 5.5epss 0.00

    A component of the HarmonyOS has a Use After Free vulnerability. Local attackers may exploit this vulnerability to cause kernel crash.

  • CVE-2021-22463MedOct 28, 2021
    risk 0.36cvss 5.5epss 0.00

    A component of the HarmonyOS has a Use After Free vulnerability . Local attackers may exploit this vulnerability to cause Kernel Information disclosure.

  • CVE-2021-0695MedOct 6, 2021
    risk 0.36cvss 5.5epss 0.00

    In get_sock_stat of xt_qtaguid.c, there is a possible out of bounds read due to a use after free. This could lead to local information disclosure with User execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android…

  • CVE-2021-37690MedAug 13, 2021
    risk 0.36cvss 6.6epss 0.00

    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 embedded in this struct…

  • CVE-2021-0012MedAug 11, 2021
    risk 0.36cvss 5.5epss 0.00

    Use after free in some Intel(R) Graphics Driver before version 27.20.100.8336, 15.45.33.5164, and 15.40.47.5166 may allow an authenticated user to potentially enable denial of service via local access.

  • CVE-2020-19474MedJul 21, 2021
    risk 0.36cvss 5.5epss 0.01

    An issue has been found in function Gfx::doShowText in PDF2JSON 0.70 that allows attackers to cause a Denial of Service due to an Use After Free .

  • CVE-2020-19467MedJul 21, 2021
    risk 0.36cvss 5.5epss 0.01

    An issue has been found in function DCTStream::transformDataUnit in PDF2JSON 0.70 that allows attackers to cause a Denial of Service due to an Illegal Use After Free .

  • CVE-2021-27347MedJun 10, 2021
    risk 0.36cvss 5.5epss 0.01

    Use after free in lzma_decompress_buf function in stream.c in Irzip 0.631 allows attackers to cause Denial of Service (DoS) via a crafted compressed file.

  • CVE-2021-30469MedMay 26, 2021
    risk 0.36cvss 5.5epss 0.01

    A flaw was found in PoDoFo 0.9.7. An use-after-free in PoDoFo::PdfVecObjects::Clear() function can cause a denial of service via a crafted PDF file.

  • CVE-2020-23856MedMay 18, 2021
    risk 0.36cvss 5.5epss 0.00

    Use-after-Free vulnerability in cflow 1.6 in the void call(char *name, int line) function at src/parser.c, which could cause a denial of service via the pointer variable caller->callee.

  • CVE-2021-31804MedApr 26, 2021
    risk 0.36cvss 5.5epss 0.01

    LeoCAD before 21.03 sometimes allows a use-after-free during the opening of a new document.

  • CVE-2021-29626MedApr 7, 2021
    risk 0.36cvss 5.5epss 0.00

    In FreeBSD 13.0-STABLE before n245117, 12.2-STABLE before r369551, 11.4-STABLE before r369559, 13.0-RC5 before p1, 12.2-RELEASE before p6, and 11.4-RELEASE before p9, copy-on-write logic failed to invalidate shared memory page mappings between multiple processes allowing an…

  • CVE-2020-7463MedMar 26, 2021
    risk 0.36cvss 5.5epss 0.00

    In FreeBSD 12.1-STABLE before r364644, 11.4-STABLE before r364651, 12.1-RELEASE before p9, 11.4-RELEASE before p3, and 11.3-RELEASE before p13, improper handling in the kernel causes a use-after-free bug by sending large user messages from multiple threads on the same SCTP…

  • CVE-2020-7462MedMar 26, 2021
    risk 0.36cvss 5.5epss 0.00

    In 11.4-PRERELEASE before r360733 and 11.3-RELEASE before p13, improper mbuf handling in the kernel causes a use-after-free bug by sending IPv6 Hop-by-Hop options over the loopback interface. The use-after-free situation may result in unintended kernel behaviour including a…

  • CVE-2020-12361MedFeb 17, 2021
    risk 0.36cvss 5.5epss 0.00

    Use after free in some Intel(R) Graphics Drivers before version 15.33.51.5146 may allow an authenticated user to potentially enable denial of service via local access.

  • CVE-2020-36205MedJan 26, 2021
    risk 0.36cvss 5.5epss 0.00

    An issue was discovered in the xcb crate through 2020-12-10 for Rust. base::Error does not have soundness. Because of the public ptr field, a use-after-free or double-free can occur.

  • CVE-2020-35900MedDec 31, 2020
    risk 0.36cvss 5.5epss 0.00

    An issue was discovered in the array-queue crate through 2020-09-26 for Rust. A pop_back() call may lead to a use-after-free.