VYPR

CWE-476

NULL Pointer Dereference

BaseStableLikelihood: Medium

Description

The product dereferences a pointer that it expects to be valid but is NULL.

Hierarchy (View 1000)

Children

none

CVEs mapped to this weakness (5,530)

page 88 of 277
  • CVE-2021-28166MedApr 7, 2021
    risk 0.42cvss 6.5epss 0.01

    In Eclipse Mosquitto version 2.0.0 to 2.0.9, if an authenticated client that had connected with MQTT v5 sent a crafted CONNACK message to the broker, a NULL pointer dereference would occur.

  • CVE-2020-28346HigMar 26, 2021
    risk 0.42cvss 7.5epss 0.01

    ACRN through 2.2 has a devicemodel/hw/pci/virtio/virtio.c NULL Pointer Dereference.

  • CVE-2020-36149MedFeb 8, 2021
    risk 0.42cvss 6.5epss 0.01

    Incorrect handling of input data in changeAttribute function in the libmysofa library 0.5 - 1.1 will lead to NULL pointer dereference and segmentation fault error in case of restrictive memory protection or near NULL pointer overwrite in case of no memory restrictions (e.g. in…

  • CVE-2020-36148MedFeb 8, 2021
    risk 0.42cvss 6.5epss 0.01

    Incorrect handling of input data in verifyAttribute function in the libmysofa library 0.5 - 1.1 will lead to NULL pointer dereference and segmentation fault error in case of restrictive memory protection or near NULL pointer overwrite in case of no memory restrictions (e.g. in…

  • CVE-2019-25014MedJan 29, 2021
    risk 0.42cvss 6.5epss 0.01

    A NULL pointer dereference was found in pkg/proxy/envoy/v2/debug.go getResourceVersion in Istio pilot before 1.5.0-alpha.0. If a particular HTTP GET request is made to the pilot API endpoint, it is possible to cause the Go runtime to panic (resulting in a denial of service to…

  • CVE-2020-35680HigDec 24, 2020
    risk 0.42cvss 7.5epss 0.04

    smtpd/lka_filter.c in OpenSMTPD before 6.8.0p1, in certain configurations, allows remote attackers to cause a denial of service (NULL pointer dereference and daemon crash) via a crafted pattern of client activity, because the filter state machine does not properly maintain the…

  • CVE-2020-35668HigDec 23, 2020
    risk 0.42cvss 7.5epss 0.02

    RedisGraph 2.x through 2.2.11 has a NULL Pointer Dereference that leads to a server crash because it mishandles an unquoted string, such as an alias that has not yet been introduced.

  • CVE-2020-26521HigNov 6, 2020
    risk 0.42cvss 7.5epss 0.02

    The JWT library in NATS nats-server before 2.1.9 allows a denial of service (a nil dereference in Go code).

  • CVE-2018-18508MedOct 22, 2020
    risk 0.42cvss 6.5epss 0.02

    In Network Security Services (NSS) before 3.36.7 and before 3.41.1, a malformed signature can cause a crash due to a null dereference, resulting in a Denial of Service.

  • CVE-2020-15807MedJul 17, 2020
    risk 0.42cvss 6.5epss 0.01

    GNU LibreDWG before 0.11 allows NULL pointer dereferences via crafted input files.

  • CVE-2019-20909HigJul 16, 2020
    risk 0.42cvss 7.5epss 0.02

    An issue was discovered in GNU LibreDWG through 0.9.3. There is a NULL pointer dereference in the function dwg_encode_LWPOLYLINE in dwg.spec.

  • CVE-2020-10730MedJul 7, 2020
    risk 0.42cvss 6.5epss 0.02

    A NULL pointer dereference, or possible use-after-free flaw was found in Samba AD LDAP server in versions before 4.10.17, before 4.11.11 and before 4.12.4. Although some versions of Samba shipped with Red Hat Enterprise Linux do not support Samba in AD mode, the affected code is…

  • CVE-2020-10739HigJun 2, 2020
    risk 0.42cvss 7.5epss 0.02

    Istio 1.4.x before 1.4.9 and Istio 1.5.x before 1.5.4 contain the following vulnerability when telemetry v2 is enabled: by sending a specially crafted packet, an attacker could trigger a Null Pointer Exception resulting in a Denial of Service. This could be sent to the ingress…

  • CVE-2020-10703MedJun 2, 2020
    risk 0.42cvss 6.5epss 0.02

    A NULL pointer dereference was found in the libvirt API responsible introduced in upstream version 3.10.0, and fixed in libvirt 6.0.0, for fetching a storage pool based on its target path. In more detail, this flaw affects storage pools created without a target path such as…

  • CVE-2020-5736MedApr 8, 2020
    risk 0.42cvss 6.5epss 0.02

    Amcrest cameras and NVR are vulnerable to a null pointer dereference over port 37777. An authenticated remote attacker can abuse this issue to crash the device.

  • CVE-2019-14878MedMar 19, 2020
    risk 0.42cvss 6.5epss 0.01

    In the __d2b function of the newlib libc library, all versions prior to 3.3.0 (see newlib/libc/stdlib/mprec.c), Balloc is used to allocate a big integer, however no check is performed to verify if the allocation succeeded or not. Accessing _x will trigger a null pointer…

  • CVE-2019-14877MedMar 19, 2020
    risk 0.42cvss 6.5epss 0.01

    In the __mdiff function of the newlib libc library, all versions prior to 3.3.0 (see newlib/libc/stdlib/mprec.c), Balloc is used to allocate big integers, however no check is performed to verify if the allocation succeeded or not. The access to _wds and _sign will trigger a null…

  • CVE-2019-14876MedMar 19, 2020
    risk 0.42cvss 6.5epss 0.01

    In the __lshift function of the newlib libc library, all versions prior to 3.3.0 (see newlib/libc/stdlib/mprec.c), Balloc is used to allocate a big integer, however no check is performed to verify if the allocation succeeded or not. The access to b1 will trigger a null pointer…

  • CVE-2019-14875MedMar 19, 2020
    risk 0.42cvss 6.5epss 0.01

    In the __multiply function of the newlib libc library, all versions prior to 3.3.0 (see newlib/libc/stdlib/mprec.c), Balloc is used to allocate a big integer, however no check is performed to verify if the allocation succeeded or not. The access of _x[0] will trigger a null…

  • CVE-2019-14874MedMar 19, 2020
    risk 0.42cvss 6.5epss 0.01

    In the __i2b function of the newlib libc library, all versions prior to 3.3.0 (see newlib/libc/stdlib/mprec.c), Balloc is used to allocate a big integer, however no check is performed to verify if the allocation succeeded or not. The access of _ x[0] will trigger a null pointer…