CVE Database

122268+ vulnerabilities with CVSS scores, EPSS exploit predictions, and CISA KEV status. Updated daily.

Filter: All CRITICAL HIGH MEDIUM LOW CISA KEV
Sort: Newest CVSS EPSS
CVE-2024-26893
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: firmware: arm_scmi: Fix double free in SMC transport cleanup path When the generic SCMI code …

Apr 17, 2024
CVE-2024-26892
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7921e: fix use-after-free in free_irq() From commit a304e1b82808 ("[PATCH] Debug shared irqs"), there …

Apr 17, 2024
CVE-2024-26891
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Don't issue ATS Invalidation request when device is disconnected For those endpoint devices connect …

Apr 17, 2024
CVE-2024-26890
6.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btrtl: fix out of bounds memory access The problem is detected by KASAN. btrtl …

Apr 17, 2024
CVE-2024-26889
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_core: Fix possible buffer overflow struct hci_dev_info has a fixed size name[8] field so …

Apr 17, 2024
CVE-2024-26888
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: msft: Fix memory leak Fix leaking buffer allocated to send MSFT_OP_LE_MONITOR_ADVERTISEMENT.

Apr 17, 2024
CVE-2024-26887
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: Fix memory leak This checks if CONFIG_DEV_COREDUMP is enabled before attempting to clone …

Apr 17, 2024
CVE-2024-26886
6.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: af_bluetooth: Fix deadlock Attemting to do sock_lock on .recvmsg may cause a deadlock as …

Apr 17, 2024
CVE-2024-26885
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix DEVMAP_HASH overflow check on 32-bit arches The devmap code allocates a number hash …

Apr 17, 2024
CVE-2024-26884
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix hashtab overflow check on 32-bit arches The hashtab code relies on roundup_pow_of_two() to …

Apr 17, 2024
CVE-2024-26883
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix stackmap overflow check on 32-bit arches The stackmap code relies on roundup_pow_of_two() to …

Apr 17, 2024
CVE-2024-26882
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: net: ip_tunnel: make sure to pull inner header in ip_tunnel_rcv() Apply the same fix than …

Apr 17, 2024
CVE-2024-26881
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: net: hns3: fix kernel crash when 1588 is received on HIP08 devices The HIP08 devices …

Apr 17, 2024
CVE-2024-26880
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: dm: call the resume method on internal suspend There is this reported crash when experimenting …

Apr 17, 2024
CVE-2024-26879
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: clk: meson: Add missing clocks to axg_clk_regmaps Some clocks were missing from axg_clk_regmaps, which caused …

Apr 17, 2024
CVE-2024-26878
4.7 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: quota: Fix potential NULL pointer dereference Below race may cause NULL pointer dereference P1 P2 …

Apr 17, 2024
CVE-2024-26877
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: crypto: xilinx - call finalize with bh disabled When calling crypto_finalize_request, BH should be disabled …

Apr 17, 2024
CVE-2024-26876
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: drm/bridge: adv7511: fix crash on irq during probe Moved IRQ registration down to end of …

Apr 17, 2024
CVE-2024-26875
6.4 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: media: pvrusb2: fix uaf in pvr2_context_set_notify [Syzbot reported] BUG: KASAN: slab-use-after-free in pvr2_context_set_notify+0x2c4/0x310 drivers/media/usb/pvrusb2/pvrusb2-context.c:35 Read …

Apr 17, 2024
CVE-2024-26874
4.7 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: Fix a null pointer crash in mtk_drm_crtc_finish_page_flip It's possible that mtk_crtc->event is NULL in …

Apr 17, 2024
CVE-2024-26873
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: scsi: hisi_sas: Fix a deadlock issue related to automatic dump If we issue a disabling …

Apr 17, 2024
CVE-2024-26872
7.0 HIGH

In the Linux kernel, the following vulnerability has been resolved: RDMA/srpt: Do not register event handler until srpt device is fully setup Upon rare occasions, …

Apr 17, 2024
CVE-2024-26871
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix NULL pointer dereference in f2fs_submit_page_write() BUG: kernel NULL pointer dereference, address: 0000000000000014 RIP: …

Apr 17, 2024
CVE-2024-26870
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: NFSv4.2: fix nfs4_listxattr kernel BUG at mm/usercopy.c:102 A call to listxattr() with a buffer size …

Apr 17, 2024
CVE-2024-26869
4.7 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to truncate meta inode pages forcely Below race case can cause data corruption: …

Apr 17, 2024
CVE-2024-26868
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: nfs: fix panic when nfs4_ff_layout_prepare_ds() fails We've been seeing the following panic in production BUG: …

Apr 17, 2024
CVE-2024-26867
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: comedi: comedi_8255: Correct error in subdevice initialization The refactoring done in commit 5c57b1ccecc7 ("comedi: comedi_8255: …

Apr 17, 2024
CVE-2024-26866
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: spi: lpspi: Avoid potential use-after-free in probe() fsl_lpspi_probe() is allocating/disposing memory manually with spi_alloc_host()/spi_alloc_target(), but …

Apr 17, 2024
CVE-2024-26865
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: rds: tcp: Fix use-after-free of net in reqsk_timer_handler(). syzkaller reported a warning of netns tracker …

Apr 17, 2024
CVE-2024-26864
5.9 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: tcp: Fix refcnt handling in __inet_hash_connect(). syzbot reported a warning in sk_nulls_del_node_init_rcu(). The commit 66b60b0c8c4a …

Apr 17, 2024
CVE-2024-26863
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: hsr: Fix uninit-value access in hsr_get_node() KMSAN reported the following uninit-value access issue [1]: ===================================================== …

Apr 17, 2024
CVE-2024-26862
4.7 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: packet: annotate data-races around ignore_outgoing ignore_outgoing is read locklessly from dev_queue_xmit_nit() and packet_getsockopt() Add appropriate …

Apr 17, 2024
CVE-2024-26861
4.7 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: wireguard: receive: annotate data-race around receiving_counter.counter Syzkaller with KCSAN identified a data-race issue when accessing …

Apr 17, 2024
CVE-2024-26860
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: dm-integrity: fix a memory leak when rechecking the data Memory for the "checksums" pointer will …

Apr 17, 2024
CVE-2024-26859
4.7 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: net/bnx2x: Prevent access to a freed page in page_pool Fix race condition leading to system …

Apr 17, 2024
CVE-2024-26858
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Use a memory barrier to enforce PTP WQ xmit submission tracking occurs after populating …

Apr 17, 2024
CVE-2024-26857
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: geneve: make sure to pull inner header in geneve_rx() syzbot triggered a bug in geneve_rx() …

Apr 17, 2024
CVE-2024-26856
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: net: sparx5: Fix use after free inside sparx5_del_mact_entry Based on the static analyzis of the …

Apr 17, 2024
CVE-2024-26855
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: net: ice: Fix potential NULL pointer dereference in ice_bridge_setlink() The function ice_bridge_setlink() may encounter a …

Apr 17, 2024
CVE-2024-26854
7.5 HIGH

In the Linux kernel, the following vulnerability has been resolved: ice: fix uninitialized dplls mutex usage The pf->dplls.lock mutex is initialized too late, after its …

Apr 17, 2024
CVE-2024-26853
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: igc: avoid returning frame twice in XDP_REDIRECT When a frame can not be transmitted in …

Apr 17, 2024
CVE-2024-26852
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: net/ipv6: avoid possible UAF in ip6_route_mpath_notify() syzbot found another use-after-free in ip6_route_mpath_notify() [1] Commit f7225172f25a …

Apr 17, 2024
CVE-2024-26851
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_conntrack_h323: Add protection for bmp length out of range UBSAN load reports an exception …

Apr 17, 2024
CVE-2024-26850
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: mm/debug_vm_pgtable: fix BUG_ON with pud advanced test Architectures like powerpc add debug checks to ensure …

Apr 17, 2024
CVE-2024-26849
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: netlink: add nla be16/32 types to minlen array BUG: KMSAN: uninit-value in nla_validate_range_unsigned lib/nlattr.c:222 [inline] …

Apr 17, 2024
CVE-2024-26848

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.

Apr 17, 2024
CVE-2024-26847
5.1 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: powerpc/rtas: use correct function name for resetting TCE tables The PAPR spec spells the function …

Apr 17, 2024
CVE-2023-52644
6.3 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: wifi: b43: Stop/wake correct queue in DMA Tx path when QoS is disabled When QoS …

Apr 17, 2024
CVE-2023-51500
7.7 HIGH

Missing Authorization vulnerability in Undsgn Uncode Core.This issue affects Uncode Core: from n/a through 2.8.8.

Apr 17, 2024
CVE-2023-51418
7.7 HIGH

Missing Authorization vulnerability in Joris van Montfort JVM rich text icons.This issue affects JVM rich text icons: from n/a through 1.2.6.

Apr 17, 2024

Scan your infrastructure for known CVEs

Free website and port scanning — find vulnerabilities before attackers do.