Vulnerabilities > NULL Pointer Dereference
DATE | CVE | VULNERABILITY TITLE | RISK |
---|---|---|---|
2024-06-19 | CVE-2024-38574 | NULL Pointer Dereference vulnerability in Linux Kernel In the Linux kernel, the following vulnerability has been resolved: libbpf: Prevent null-pointer dereference when prog to load has no BTF In bpf_objec_load_prog(), there's no guarantee that obj->btf is non-NULL when passing it to btf__fd(), and this function does not perform any check before dereferencing its argument (as bpf_object__btf_fd() used to do). | 5.5 |
2024-06-19 | CVE-2024-38575 | NULL Pointer Dereference vulnerability in Linux Kernel In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: pcie: handle randbuf allocation failure The kzalloc() in brcmf_pcie_download_fw_nvram() will return null if the physical memory has run out. | 5.5 |
2024-06-19 | CVE-2024-38584 | NULL Pointer Dereference vulnerability in Linux Kernel In the Linux kernel, the following vulnerability has been resolved: net: ti: icssg_prueth: Fix NULL pointer dereference in prueth_probe() In the prueth_probe() function, if one of the calls to emac_phy_connect() fails due to of_phy_connect() returning NULL, then the subsequent call to phy_attached_info() will dereference a NULL pointer. Check the return code of emac_phy_connect and fail cleanly if there is an error. | 5.5 |
2024-06-19 | CVE-2024-38608 | NULL Pointer Dereference vulnerability in Linux Kernel In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix netif state handling mlx5e_suspend cleans resources only if netif_device_present() returns true. | 5.5 |
2024-06-19 | CVE-2024-38609 | NULL Pointer Dereference vulnerability in Linux Kernel 6.9/6.9.1/6.9.2 In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: connac: check for null before dereferencing The wcid can be NULL. | 5.5 |
2024-06-13 | CVE-2024-0086 | NULL Pointer Dereference vulnerability in Nvidia Cloud Gaming and Virtual GPU NVIDIA vGPU software for Linux contains a vulnerability where the software can dereference a NULL pointer. | 5.5 |
2024-06-06 | CVE-2024-22524 | NULL Pointer Dereference vulnerability in Dnspod Security Recursive dnspod-sr 0dfbd37 is vulnerable to buffer overflow. | 5.5 |
2024-06-06 | CVE-2024-22525 | NULL Pointer Dereference vulnerability in Dnspod Security Recursive dnspod-sr 0dfbd37 contains a SEGV. | 5.5 |
2024-06-03 | CVE-2024-21478 | NULL Pointer Dereference vulnerability in Qualcomm products transient DOS when setting up a fence callback to free a KGSL memory entry object during DMA. | 5.5 |
2024-05-30 | CVE-2024-36884 | NULL Pointer Dereference vulnerability in Linux Kernel In the Linux kernel, the following vulnerability has been resolved: iommu/arm-smmu: Use the correct type in nvidia_smmu_context_fault() This was missed because of the function pointer indirection. nvidia_smmu_context_fault() is also installed as a irq function, and the 'void *' was changed to a struct arm_smmu_domain. | 5.5 |