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

page 261 of 276
  • CVE-2023-22997MedFeb 28, 2023
    risk 0.00cvss 5.5epss 0.00

    In the Linux kernel before 6.1.2, kernel/module/decompress.c misinterprets the module_get_next_page return value (expects it to be NULL in the error case, whereas it is actually an error pointer).

  • CVE-2023-23108HigFeb 27, 2023
    risk 0.00cvss 7.5epss 0.01

    In crasm 1.8-3, invalid input validation, specific files passed to the command line application, can lead to a NULL pointer dereference in the function Xasc.

  • CVE-2021-32844MedFeb 17, 2023
    risk 0.00cvss 6.2epss 0.00

    HyperKit is a toolkit for embedding hypervisor capabilities in an application. In versions 0.20210107 and prior of HyperKit, ` vi_pci_write` has is a call to `vc_cfgwrite` that does not check for null which when called makes the host crash. This issue may lead to a guest…

  • CVE-2021-32843MedFeb 17, 2023
    risk 0.00cvss 6.2epss 0.00

    HyperKit is a toolkit for embedding hypervisor capabilities in an application. In versions 0.20210107 and prior of HyperKit, `virtio.c` has is a call to `vc_cfgread` that does not check for null which when called makes the host crash. This issue may lead to a guest crashing the…

  • CVE-2023-0394MedJan 26, 2023
    risk 0.00cvss 5.5epss 0.01

    A NULL pointer dereference flaw was found in rawv6_push_pending_frames in net/ipv6/raw.c in the network subcomponent in the Linux kernel. This flaw causes the system to crash.

  • CVE-2022-47024HigJan 20, 2023
    risk 0.00cvss 7.8epss 0.00

    A null pointer dereference issue was discovered in function gui_x11_create_blank_mouse in gui_x11.c in vim 8.1.2269 thru 9.0.0339 allows attackers to cause denial of service or other unspecified impacts.

  • CVE-2022-47021HigJan 20, 2023
    risk 0.00cvss 7.8epss 0.00

    A null pointer dereference issue was discovered in functions op_get_data and op_open1 in opusfile.c in xiph opusfile 0.9 thru 0.12 allows attackers to cause denial of service or other unspecified impacts.

  • CVE-2022-47015MedJan 20, 2023
    risk 0.00cvss 6.5epss 0.01

    MariaDB Server before 10.3.34 thru 10.9.3 is vulnerable to Denial of Service. It is possible for function spider_db_mbase::print_warnings to dereference a null pointer.

  • CVE-2023-0122HigJan 17, 2023
    risk 0.00cvss 7.5epss 0.01

    A NULL pointer dereference vulnerability in the Linux kernel NVMe functionality, in nvmet_setup_auth(), allows an attacker to perform a Pre-Auth Denial of Service (DoS) attack on a remote machine. Affected versions v6.0-rc1 to v6.0-rc3, fixed in v6.0-rc4.

  • CVE-2022-47929MedJan 17, 2023
    risk 0.00cvss 5.5epss 0.01

    In the Linux kernel before 6.1.6, a NULL pointer dereference bug in the traffic control subsystem allows an unprivileged user to trigger a denial of service (system crash) via a crafted traffic control configuration that is set up with "tc qdisc" and "tc class" commands. This…

  • CVE-2022-4121MedJan 17, 2023
    risk 0.00cvss 5.5epss 0.01

    In libetpan a null pointer dereference in mailimap_mailbox_data_status_free in low-level/imap/mailimap_types.c was found that could lead to a remote denial of service or other potential consequences.

  • CVE-2022-41860HigJan 17, 2023
    risk 0.00cvss 7.5epss 0.01

    In freeradius, when an EAP-SIM supplicant sends an unknown SIM option, the server will try to look that option up in the internal dictionaries. This lookup will fail, but the SIM code will not check for that failure. Instead, it will dereference a NULL pointer, and cause the…

  • CVE-2022-41858HigJan 17, 2023
    risk 0.00cvss 7.1epss 0.00

    A flaw was found in the Linux kernel. A NULL pointer dereference may occur while a slip driver is in progress to detach in sl_tx_timeout in drivers/net/slip/slip.c. This issue could allow an attacker to crash the system or leak internal kernel information.

  • CVE-2022-3341MedJan 12, 2023
    risk 0.00cvss 5.3epss 0.01

    A null pointer dereference issue was discovered in 'FFmpeg' in decode_main_header() function of libavformat/nutdec.c file. The flaw occurs because the function lacks check of the return value of avformat_new_stream() and triggers the null pointer dereference error, causing an…

  • CVE-2020-36646LowJan 7, 2023
    risk 0.00cvss 3.5epss 0.01

    A vulnerability classified as problematic has been found in MediaArea ZenLib up to 0.4.38. This affects the function Ztring::Date_From_Seconds_1970_Local of the file Source/ZenLib/Ztring.cpp. The manipulation of the argument Value leads to unchecked return value to null pointer…

  • CVE-2022-4843HigDec 29, 2022
    risk 0.00cvss 7.5epss 0.01

    NULL Pointer Dereference in GitHub repository radareorg/radare2 prior to 5.8.2.

  • CVE-2021-44758HigDec 26, 2022
    risk 0.00cvss 7.5epss 0.01

    Heimdal before 7.7.1 allows attackers to cause a NULL pointer dereference in a SPNEGO acceptor via a preferred_mech_type of GSS_C_NO_OID and a nonzero initial_response value to send_accept.

  • CVE-2022-41972LowDec 16, 2022
    risk 0.00cvss 2.9epss 0.00

    Contiki-NG is an open-source, cross-platform operating system for Next-Generation IoT devices. Versions prior to 4.9 contain a NULL Pointer Dereference in BLE L2CAP module. The Contiki-NG operating system for IoT devices contains a Bluetooth Low Energy stack. An attacker can…

  • CVE-2022-3109HigDec 16, 2022
    risk 0.00cvss 7.5epss 0.01

    An issue was discovered in the FFmpeg package, where vp3_decode_frame in libavcodec/vp3.c lacks check of the return value of av_malloc() and will cause a null pointer dereference, impacting availability.

  • CVE-2022-3115MedDec 14, 2022
    risk 0.00cvss 5.5epss 0.00

    An issue was discovered in the Linux kernel through 5.16-rc6. malidp_crtc_reset in drivers/gpu/drm/arm/malidp_crtc.c lacks check of the return value of kzalloc() and will cause the null pointer dereference.