Vulnerability index

Browse CVEs

10,000+ matching
Filters 1 Clear all
Severity

Filters apply as you choose them.

HIGH 7.8 CVE-2024-27394 In the Linux kernel, the following vulnerability has been resolved: tcp: Fix Use-After-Free in tcp_ao_connect_init Since call_rcu, which is called … Linux Kernel 6.8.9+ Fix from $1,9502024-05-14 HIGH 7.8 CVE-2024-27395 In the Linux kernel, the following vulnerability has been resolved: net: openvswitch: Fix Use-After-Free in ovs_ct_exit Since kfree_rcu, which is c… Linux Kernel 4.19.313 / 5.4.275+ Fix from $1,9502024-05-14 HIGH 7.8 CVE-2024-27396 In the Linux kernel, the following vulnerability has been resolved: net: gtp: Fix Use-After-Free in gtp_dellink Since call_rcu, which is called in … Linux Kernel 4.15 / 4.19.313+ Fix from $1,9502024-05-14 HIGH 7.5 CVE-2024-27393 In the Linux kernel, the following vulnerability has been resolved: xen-netfront: Add missing skb_mark_for_recycle Notice that skb_mark_for_recycle… Linux Kernel 5.15.154 / 6.1.85+ Fix from $1,9502024-05-14 MEDIUM 5.5 CVE-2023-52655 In the Linux kernel, the following vulnerability has been resolved: usb: aqc111: check packet for fixup for true limit If a device sends a packet t… Linux Kernel 5.4.265 / 5.10.205+ Fix from $1,6002024-05-14 MEDIUM 5.5 CVE-2023-52656 In the Linux kernel, the following vulnerability has been resolved: io_uring: drop any code related to SCM_RIGHTS This is dead code after we droppe… Linux Kernel 5.4.273 / 5.10.214+ Fix from $1,6002024-05-14 MEDIUM 6.7 CVE-2021-34981 Linux Kernel Bluetooth CMTP Module Double Free Privilege Escalation Vulnerability. This vulnerability allows local attackers to escalate privileges o… Linux Kernel 5.10.42+ Fix from $1,6002024-05-07 HIGH 7.8 CVE-2022-48695 In the Linux kernel, the following vulnerability has been resolved: scsi: mpt3sas: Fix use-after-free warning Fix the following use-after-free warn… Linux Kernel 4.9.328 / 4.14.293+ Fix from $1,9502024-05-03 MEDIUM 5.5 CVE-2022-48690 In the Linux kernel, the following vulnerability has been resolved: ice: Fix DMA mappings leak Fix leak, when user changes ring parameters. During … Linux Kernel 5.19.9+ Fix from $1,6002024-05-03 MEDIUM 5.5 CVE-2022-48704 In the Linux kernel, the following vulnerability has been resolved: drm/radeon: add a force flush to delay work when radeon Although radeon card fe… Linux Kernel 4.9.328 / 4.14.293+ Fix from $1,6002024-05-03 MEDIUM 5.5 CVE-2022-48705 In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7921e: fix crash in chip reset fail In case of drv own fail in re… Linux Kernel 5.19.9+ Fix from $1,6002024-05-03 CRITICAL 9.8 CVE-2022-48697 In the Linux kernel, the following vulnerability has been resolved: nvmet: fix a use-after-free Fix the following use-after-free complaint triggere… Linux Kernel 4.19.260 / 5.4.213+ Fix from $2,3002024-05-03 HIGH 7.8 CVE-2022-48702 In the Linux kernel, the following vulnerability has been resolved: ALSA: emu10k1: Fix out of bounds access in snd_emu10k1_pcm_channel_alloc() The … Linux Kernel 4.9.328 / 4.14.293+ Fix from $1,9502024-05-03 HIGH 7.1 CVE-2022-48696 In the Linux kernel, the following vulnerability has been resolved: regmap: spi: Reserve space for register address/padding Currently the max_raw_r… Linux Kernel 5.19.9+ Fix from $1,9502024-05-03 HIGH 7.1 CVE-2022-48701 In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Fix an out-of-bounds bug in __snd_usb_parse_audio_interface() … Linux Kernel 4.9.328 / 4.14.293+ Fix from $1,9502024-05-03 MEDIUM 5.5 CVE-2022-48699 In the Linux kernel, the following vulnerability has been resolved: sched/debug: fix dentry leak in update_sched_domain_debugfs Kuyo reports that t… Linux Kernel 5.15.68 / 5.19.9+ Fix from $1,6002024-05-03 MEDIUM 5.5 CVE-2022-48703 In the Linux kernel, the following vulnerability has been resolved: thermal/int340x_thermal: handle data_vault when the value is ZERO_SIZE_PTR In s… Linux Kernel 5.19.9+ Fix from $1,6002024-05-03 MEDIUM 5.3 CVE-2022-48698 In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix memory leak when using debugfs_lookup() When calling debug… Linux Kernel 5.15.68 / 5.19.9+ Fix from $1,6002024-05-03 HIGH 7.8 CVE-2022-48694 In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Fix drain SQ hang with no completion SW generated completions for o… Linux Kernel 5.19.9+ Fix from $1,9502024-05-03 HIGH 7.8 CVE-2022-48670 In the Linux kernel, the following vulnerability has been resolved: peci: cpu: Fix use-after-free in adev_release() When auxiliary_device_add() ret… Linux Kernel 5.19.10+ Fix from $1,9502024-05-03 HIGH 7.8 CVE-2022-48672 In the Linux kernel, the following vulnerability has been resolved: of: fdt: fix off-by-one error in unflatten_dt_nodes() Commit 78c44d910d3e ("dri… Linux Kernel 4.14.295 / 4.19.260+ Fix from $1,9502024-05-03 HIGH 7.8 CVE-2022-48674 In the Linux kernel, the following vulnerability has been resolved: erofs: fix pcluster use-after-free on UP platforms During stress testing with C… Linux Kernel 4.20 / 5.15.68+ Fix from $1,9502024-05-03 HIGH 7.8 CVE-2022-48686 In the Linux kernel, the following vulnerability has been resolved: nvme-tcp: fix UAF when detecting digest errors We should also bail from the io_… Linux Kernel 5.4.213 / 5.10.143+ Fix from $1,9502024-05-03 HIGH 7.0 CVE-2022-48689 In the Linux kernel, the following vulnerability has been resolved: tcp: TX zerocopy should not sense pfmemalloc status We got a recent syzbot repo… Linux Kernel 5.15.68 / 5.19.9+ Fix from $1,9502024-05-03 MEDIUM 5.5 CVE-2022-48671 In the Linux kernel, the following vulnerability has been resolved: cgroup: Add missing cpus_read_lock() to cgroup_attach_task_all() syzbot is hitt… Linux Kernel 5.4.215 / 5.10.145+ Fix from $1,6002024-05-03 MEDIUM 5.5 CVE-2022-48673 In the Linux kernel, the following vulnerability has been resolved: net/smc: Fix possible access to freed memory in link clear After modifying the … Linux Kernel 5.19.9+ Fix from $1,6002024-05-03 MEDIUM 5.5 CVE-2022-48675 In the Linux kernel, the following vulnerability has been resolved: IB/core: Fix a nested dead lock as part of ODP flow Fix a nested dead lock as p… Linux Kernel 5.10.143 / 5.15.68+ Fix from $1,6002024-05-03 MEDIUM 5.5 CVE-2022-48687 In the Linux kernel, the following vulnerability has been resolved: ipv6: sr: fix out-of-bounds read when setting HMAC data. The SRv6 layer allows … Linux Kernel 4.14.298 / 4.19.258+ Fix from $1,6002024-05-03 MEDIUM 5.5 CVE-2022-48688 In the Linux kernel, the following vulnerability has been resolved: i40e: Fix kernel crash during module removal The driver incorrectly frees clien… Linux Kernel 4.19.258 / 5.4.213+ Fix from $1,6002024-05-03 MEDIUM 5.5 CVE-2022-48691 In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: clean up hook list when offload flags check fails splice … Linux Kernel 5.10.143 / 5.15.68+ Fix from $1,6002024-05-03