CVE Database

117989+ 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-2021-47616
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: RDMA: Fix use-after-free in rxe_queue_cleanup On error handling path in rxe_qp_from_init() qp->sq.queue is freed and …

Jun 19, 2024
CVE-2021-47615

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

Jun 19, 2024
CVE-2021-47614
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Fix a user-after-free in add_pble_prm When irdma_hmc_sd_one fails, 'chunk' is freed while its still …

Jun 19, 2024
CVE-2021-47613
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: i2c: virtio: fix completion handling The driver currently assumes that the notify callback is only …

Jun 19, 2024
CVE-2021-47612
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: nfc: fix segfault in nfc_genl_dump_devices_done When kmalloc in nfc_genl_dump_devices() fails then nfc_genl_dump_devices_done() segfaults as below …

Jun 19, 2024
CVE-2021-47611
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: mac80211: validate extended element ID is present Before attempting to parse an extended element, verify …

Jun 19, 2024
CVE-2021-47610
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fix null ptr access msm_ioctl_gem_submit() Fix the below null pointer dereference in msm_ioctl_gem_submit(): 26545.260705: …

Jun 19, 2024
CVE-2021-47609
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: firmware: arm_scpi: Fix string overflow in SCPI genpd driver Without the bound checks for scpi_pd->name, …

Jun 19, 2024
CVE-2021-47608
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix kernel address leakage in atomic fetch The change in commit 37086bfdc737 ("bpf: Propagate …

Jun 19, 2024
CVE-2021-47607
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix kernel address leakage in atomic cmpxchg's r0 aux reg The implementation of BPF_CMPXCHG …

Jun 19, 2024
CVE-2021-47606
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: net: netlink: af_netlink: Prevent empty skb by adding a check on len. Adding a check …

Jun 19, 2024
CVE-2021-47605
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: vduse: fix memory corruption in vduse_dev_ioctl() The "config.offset" comes from the user. There needs to …

Jun 19, 2024
CVE-2021-47604
7.1 HIGH

In the Linux kernel, the following vulnerability has been resolved: vduse: check that offset is within bounds in get_config() This condition checks "len" but it …

Jun 19, 2024
CVE-2021-47603
4.4 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: audit: improve robustness of the audit queue handling If the audit daemon were ever to …

Jun 19, 2024
CVE-2021-47602
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: mac80211: track only QoS data frames for admission control For admission control, obviously all of …

Jun 19, 2024
CVE-2021-47601
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: tee: amdtee: fix an IS_ERR() vs NULL bug The __get_free_pages() function does not return error …

Jun 19, 2024
CVE-2021-47600
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: dm btree remove: fix use after free in rebalance_children() Move dm_tm_unlock() after dm_tm_dec().

Jun 19, 2024
CVE-2021-47599
4.7 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: btrfs: use latest_dev in btrfs_show_devname The test case btrfs/238 reports the warning below: WARNING: CPU: …

Jun 19, 2024
CVE-2021-47598
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: sch_cake: do not call cake_destroy() from cake_init() qdiscs are not supposed to call their own …

Jun 19, 2024
CVE-2021-47597
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: inet_diag: fix kernel-infoleak for UDP sockets KMSAN reported a kernel-infoleak [1], that can exploited by …

Jun 19, 2024
CVE-2021-47596
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: net: hns3: fix use-after-free bug in hclgevf_send_mbx_msg Currently, the hns3_remove function firstly uninstall client instance, …

Jun 19, 2024
CVE-2021-47595
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: net/sched: sch_ets: don't remove idle classes from the round-robin list Shuang reported that the following …

Jun 19, 2024
CVE-2021-47594
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: mptcp: never allow the PM to close a listener subflow Currently, when deleting an endpoint …

Jun 19, 2024
CVE-2021-47593
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: mptcp: clear 'kern' flag from fallback sockets The mptcp ULP extension relies on sk->sk_sock_kern being …

Jun 19, 2024
CVE-2021-47592
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: net: stmmac: fix tc flower deletion for VLAN priority Rx steering To replicate the issue:- …

Jun 19, 2024
CVE-2021-47591
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: mptcp: remove tcp ulp setsockopt support TCP_ULP setsockopt cannot be used for mptcp because its …

Jun 19, 2024
CVE-2021-47590
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix deadlock in __mptcp_push_pending() __mptcp_push_pending() may call mptcp_flush_join_list() with subflow socket lock held. If …

Jun 19, 2024
CVE-2021-47589
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: igbvf: fix double free in `igbvf_probe` In `igbvf_probe`, if register_netdev() fails, the program will go …

Jun 19, 2024
CVE-2021-47588
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: sit: do not call ipip6_dev_free() from sit_init_net() ipip6_dev_free is sit dev->priv_destructor, already called by register_netdevice() …

Jun 19, 2024
CVE-2021-47587
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: net: systemport: Add global locking for descriptor lifecycle The descriptor list is a shared resource …

Jun 19, 2024
CVE-2021-47586
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: net: stmmac: dwmac-rk: fix oob read in rk_gmac_setup KASAN reports an out-of-bounds read in rk_gmac_setup …

Jun 19, 2024
CVE-2021-47585
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix memory leak in __add_inode_ref() Line 1169 (#3) allocates a memory chunk for victim_name …

Jun 19, 2024
CVE-2021-47584
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: iocost: Fix divide-by-zero on donation from low hweight cgroup The donation calculation logic assumes that …

Jun 19, 2024
CVE-2021-47583
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: media: mxl111sf: change mutex_init() location Syzbot reported, that mxl111sf_ctrl_msg() uses uninitialized mutex. The problem was …

Jun 19, 2024
CVE-2021-47582
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: USB: core: Make do_proc_control() and do_proc_bulk() killable The USBDEVFS_CONTROL and USBDEVFS_BULK ioctls invoke usb_start_wait_urb(), which …

Jun 19, 2024
CVE-2021-47581

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

Jun 19, 2024
CVE-2021-47580
6.6 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: scsi: scsi_debug: Fix type in min_t to avoid stack OOB Change min_t() to use type …

Jun 19, 2024
CVE-2021-47579
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: ovl: fix warning in ovl_create_real() Syzbot triggered the following warning in ovl_workdir_create() -> ovl_create_real(): if …

Jun 19, 2024
CVE-2021-47578
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: scsi: scsi_debug: Don't call kcalloc() if size arg is zero If the size arg to …

Jun 19, 2024
CVE-2021-47577
4.7 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: io-wq: check for wq exit after adding new worker task_work We check IO_WQ_BIT_EXIT before attempting …

Jun 19, 2024
CVE-2021-47576
7.8 HIGH

In the Linux kernel, the following vulnerability has been resolved: scsi: scsi_debug: Sanity check block descriptor length in resp_mode_select() In resp_mode_select() sanity check the block …

Jun 19, 2024
CVE-2021-47575

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

Jun 19, 2024
CVE-2021-47574

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

Jun 19, 2024
CVE-2021-47573

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

Jun 19, 2024
CVE-2024-38618
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: ALSA: timer: Set lower bound of start tick time Currently ALSA timer doesn't have the …

Jun 19, 2024
CVE-2024-38617
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: kunit/fortify: Fix mismatched kvalloc()/vfree() usage The kv*() family of tests were accidentally freeing with vfree() …

Jun 19, 2024
CVE-2024-38616
8.2 HIGH

In the Linux kernel, the following vulnerability has been resolved: wifi: carl9170: re-fix fortified-memset warning The carl9170_tx_release() function sometimes triggers a fortified-memset warning in my …

Jun 19, 2024
CVE-2024-38615
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: cpufreq: exit() callback is optional The exit() callback is optional and shouldn't be called without …

Jun 19, 2024
CVE-2024-38614
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: openrisc: traps: Don't send signals to kernel mode threads OpenRISC exception handling sends signals to …

Jun 19, 2024
CVE-2024-38613
4.7 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: m68k: Fix spinlock race in kernel thread creation Context switching does take care to retain …

Jun 19, 2024

Scan your infrastructure for known CVEs

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