VYPR

CWE-908

Use of Uninitialized Resource

BaseIncompleteLikelihood: Medium

Description

The product uses or accesses a resource that has not been initialized.

When a resource has not been properly initialized, the product may behave unexpectedly. This may lead to a crash or invalid memory access, but the consequences vary depending on the type of resource and how it is used within the product.

Hierarchy (View 1000)

Parents

Children

CVEs mapped to this weakness (829)

page 16 of 42
  • CVE-2025-29958MedMay 13, 2025
    risk 0.42cvss 6.5epss 0.01

    Use of uninitialized resource in Windows Routing and Remote Access Service (RRAS) allows an unauthorized attacker to disclose information over a network.

  • CVE-2025-29830MedMay 13, 2025
    risk 0.42cvss 6.5epss 0.01

    Use of uninitialized resource in Windows Routing and Remote Access Service (RRAS) allows an unauthorized attacker to disclose information over a network.

  • CVE-2025-27474MedApr 8, 2025
    risk 0.42cvss 6.5epss 0.02

    Use of uninitialized resource in Windows Routing and Remote Access Service (RRAS) allows an unauthorized attacker to disclose information over a network.

  • CVE-2025-21288MedJan 14, 2025
    risk 0.42cvss 6.5epss 0.01

    Windows COM Server Information Disclosure Vulnerability

  • CVE-2025-21272MedJan 14, 2025
    risk 0.42cvss 6.5epss 0.01

    Windows COM Server Information Disclosure Vulnerability

  • CVE-2024-12085HigJan 14, 2025
    risk 0.42cvss 7.5epss 0.09

    A flaw was found in rsync which could be triggered when rsync compares file checksums. This flaw allows an attacker to manipulate the checksum length (s2length) to cause a comparison between a checksum and uninitialized memory and leak one byte of uninitialized stack data at a…

  • CVE-2018-9429MedDec 2, 2024
    risk 0.42cvss 6.5epss 0.00

    In buildImageItemsIfPossible of ItemTable.cpp there is a possible out of bound read due to uninitialized data. This could lead to information disclosure with no additional execution privileges needed. User interaction is needed for exploitation.

  • CVE-2024-43537MedOct 8, 2024
    risk 0.42cvss 6.5epss 0.01

    Windows Mobile Broadband Driver Denial of Service Vulnerability

  • CVE-2024-7526MedAug 6, 2024
    risk 0.42cvss 6.5epss 0.01

    ANGLE failed to initialize parameters which lead to reading from uninitialized memory. This could be leveraged to leak sensitive data from memory. This vulnerability affects Firefox < 129, Firefox ESR < 115.14, Firefox ESR < 128.1, Thunderbird < 128.1, and Thunderbird < 115.14.

  • CVE-2024-21502HigFeb 24, 2024
    risk 0.42cvss 7.5epss 0.01

    Versions of the package fastecdsa before 2.3.2 are vulnerable to Use of Uninitialized Variable on the stack, via the curvemath_mul function in src/curveMath.c, due to being used and interpreted as user-defined type. Depending on the variable's actual value it could be arbitrary…

  • CVE-2024-26147HigFeb 21, 2024
    risk 0.42cvss 7.5epss 0.01

    Helm is a package manager for Charts for Kubernetes. Versions prior to 3.14.2 contain an uninitialized variable vulnerability when Helm parses index and plugin yaml files missing expected content. When either an `index.yaml` file or a plugins `plugin.yaml` file were missing all…

  • CVE-2023-4489MedDec 14, 2023
    risk 0.42cvss 6.4epss 0.01

    The first S0 encryption key is generated with an uninitialized PRNG in Z/IP Gateway products running Silicon Labs Z/IP Gateway SDK v7.18.3 and earlier. This makes the first S0 key generated at startup predictable, potentially allowing network key prediction and unauthorized S0…

  • CVE-2023-36398MedNov 14, 2023
    risk 0.42cvss 6.5epss 0.01

    Windows NTFS Information Disclosure Vulnerability

  • CVE-2023-36913MedAug 8, 2023
    risk 0.42cvss 6.5epss 0.02

    Microsoft Message Queuing Information Disclosure Vulnerability

  • CVE-2023-32042MedJul 11, 2023
    risk 0.42cvss 6.5epss 0.01

    OLE Automation Information Disclosure Vulnerability

  • CVE-2022-2308MedSep 1, 2022
    risk 0.42cvss 6.5epss 0.00

    A flaw was found in vDPA with VDUSE backend. There are currently no checks in VDUSE kernel driver to ensure the size of the device config space is in line with the features advertised by the VDUSE userspace application. In case of a mismatch, Virtio drivers config read helpers…

  • CVE-2022-25345HigJun 17, 2022
    risk 0.42cvss 7.5epss 0.01

    All versions of package @discordjs/opus are vulnerable to Denial of Service (DoS) when trying to encode using an encoder with zero channels, or a non-initialized buffer. This leads to a hard crash.

  • CVE-2021-39671MedFeb 11, 2022
    risk 0.42cvss 6.5epss 0.00

    In code generated by aidl_const_expressions.cpp, there is a possible out of bounds read due to uninitialized data. This could lead to information disclosure with no additional execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions:…

  • CVE-2022-23573HigFeb 4, 2022
    risk 0.42cvss 7.6epss 0.01

    Tensorflow is an Open Source Machine Learning Framework. The implementation of `AssignOp` can result in copying uninitialized data to a new tensor. This later results in undefined behavior. The implementation has a check that the left hand side of the assignment is initialized…

  • CVE-2018-25023HigDec 27, 2021
    risk 0.42cvss 7.5epss 0.01

    An issue was discovered in the smallvec crate before 0.6.13 for Rust. It can create an uninitialized value of any type, including a reference type.