imPC@ndo IT

Linux vulnerabilities

14.775 CVE

CVE-2014-8480
Medium 4.9

The instruction decoder in arch/x86/kvm/emulate.c in the KVM subsystem in the Linux kernel before 3.18-rc2 lacks intended decoder-table flags for certain RIP-relative instructions, which allows guest OS users to cause a denial of service (NULL pointer derefere…

linux linux_kernel
0.01EPSS
CVE-2021-3491
High 7.8

The io_uring subsystem in the Linux kernel allowed the MAX_RW_COUNT limit to be bypassed in the PROVIDE_BUFFERS operation, which led to negative values being usedin mem_rw when reading /proc/<PID>/mem. This could be used to create a heap overflow leading to ar…

canonical ubuntu_linux · linux linux_kernel
0.01EPSS
CVE-2024-50215
High 8.1

In the Linux kernel, the following vulnerability has been resolved: nvmet-auth: assign dh_key to NULL after kfree_sensitive ctrl->dh_key might be used across multiple calls to nvmet_setup_dhgroup() for the same controller. So it's better to nullify it after …

linux linux_kernel
0.01EPSS
CVE-2024-56627
High 8.1

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix Out-of-Bounds Read in ksmbd_vfs_stream_read An offset from client could be a negative value, It could lead to an out-of-bounds read from the stream_buf. Note that this issue is co…

linux linux_kernel
0.01EPSS
CVE-2024-26620
High 8.2

In the Linux kernel, the following vulnerability has been resolved: s390/vfio-ap: always filter entire AP matrix The vfio_ap_mdev_filter_matrix function is called whenever a new adapter or domain is assigned to the mdev. The purpose of the function is to upd…

linux linux_kernel
0.01EPSS
CVE-2021-46983
High 7.5

In the Linux kernel, the following vulnerability has been resolved: nvmet-rdma: Fix NULL deref when SEND is completed with error When running some traffic and taking down the link on peer, a retry counter exceeded error is received. This leads to nvmet_rdma_…

linux linux_kernel
0.01EPSS
CVE-2020-25669
High 7.8

A vulnerability was found in the Linux Kernel where the function sunkbd_reinit having been scheduled by sunkbd_interrupt before sunkbd being freed. Though the dangling pointer is set to NULL in sunkbd_disconnect, there is still an alias in sunkbd_reinit causin…

debian debian_linux · linux linux_kernel · netapp cloud_backup · netapp h300e_firmware · and 9 more
0.01EPSS
CVE-2019-14835
High 7.8

A buffer overflow flaw was found, in versions from 2.6.34 to 5.2.x, in the way Linux kernel's vhost functionality that translates virtqueue buffers to IOVs, logged the buffer descriptors during migration. A privileged guest user able to pass descriptors with i…

canonical ubuntu_linux · debian debian_linux · fedoraproject fedora · huawei imanager_neteco · and 30 more
0.01EPSS
CVE-2022-48828
Critical 9.1

In the Linux kernel, the following vulnerability has been resolved: NFSD: Fix ia_size underflow iattr::ia_size is a loff_t, which is a signed 64-bit type. NFSv3 and NFSv4 both define file size as an unsigned 64-bit type. Thus there is a range of valid file s…

linux linux_kernel
0.01EPSS
CVE-2024-26853
Critical 9.8

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 XDP_REDIRECT (e.g. due to a full queue), it is necessary to free it by calling xdp_return_frame_rx_nap…

linux linux_kernel
0.01EPSS
CVE-2025-21796
Critical 9.8

In the Linux kernel, the following vulnerability has been resolved: nfsd: clear acl_access/acl_default after releasing them If getting acl_default fails, acl_access and acl_default will be released simultaneously. However, acl_access will still retain a poin…

linux linux_kernel
0.01EPSS
CVE-2024-47408
Critical 9.8

In the Linux kernel, the following vulnerability has been resolved: net/smc: check smcd_v2_ext_offset when receiving proposal msg When receiving proposal msg in server, the field smcd_v2_ext_offset in proposal msg is from the remote client and can not be ful…

linux linux_kernel
0.01EPSS
CVE-2013-7446
Medium 5.3

Use-after-free vulnerability in net/unix/af_unix.c in the Linux kernel before 4.3.3 allows local users to bypass intended AF_UNIX socket permissions or cause a denial of service (panic) via crafted epoll_ctl calls.

linux linux_kernel
0.01EPSS
CVE-2024-53240
Medium 5.7

In the Linux kernel, the following vulnerability has been resolved: xen/netfront: fix crash when removing device When removing a netfront device directly after a suspend/resume cycle it might happen that the queues have not been setup again, causing a crash …

linux linux_kernel
0.01EPSS
CVE-2015-5157
High 7.2

arch/x86/entry/entry_64.S in the Linux kernel before 4.1.6 on the x86_64 platform mishandles IRET faults in processing NMIs that occurred during userspace execution, which might allow local users to gain privileges by triggering an NMI.

linux linux_kernel · redhat enterprise_linux_desktop · redhat enterprise_linux_hpc_node · redhat enterprise_linux_server · and 2 more
0.01EPSS
CVE-2024-50283
Critical 9.8

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix slab-use-after-free in smb3_preauth_hash_rsp ksmbd_user_session_put should be called under smb3_preauth_hash_rsp(). It will avoid freeing session before calling smb3_preauth_hash_…

linux linux_kernel
0.01EPSS
CVE-2024-0564
Medium 5.3

A flaw was found in the Linux kernel's memory deduplication mechanism. The max page sharing of Kernel Samepage Merging (KSM), added in Linux kernel version 4.4.0-96.119, can create a side channel. When the attacker and the victim share the same host and the de…

linux linux_kernel · redhat enterprise_linux
0.01EPSS
CVE-2019-12614
Medium 4.1

An issue was discovered in dlpar_parse_cc_property in arch/powerpc/platforms/pseries/dlpar.c in the Linux kernel through 5.1.6. There is an unchecked kstrdup of prop->name, which might allow an attacker to cause a denial of service (NULL pointer dereference an…

canonical ubuntu_linux · fedoraproject fedora · linux linux_kernel · opensuse leap · and 1 more
0.01EPSS
CVE-2026-43185
Critical 9.8

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix signededness bug in smb_direct_prepare_negotiation() smb_direct_prepare_negotiation() casts an unsigned __u32 value from sp->max_recv_size and req->preferred_send_size to a signed…

linux linux_kernel
0.01EPSS
CVE-2024-50299
High 8.2

In the Linux kernel, the following vulnerability has been resolved: sctp: properly validate chunk size in sctp_sf_ootb() A size validation fix similar to that in Commit 50619dbf8db7 ("sctp: add size validation when walking chunks") is also required in sctp_s…

linux linux_kernel
0.01EPSS
CVE-2024-47689
Medium 5.3

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to don't set SB_RDONLY in f2fs_handle_critical_error() syzbot reports a f2fs bug as below: ------------[ cut here ]------------ WARNING: CPU: 1 PID: 58 at kernel/rcu/sync.c:177 rc…

linux linux_kernel
0.01EPSS
CVE-2021-47316
High 7.5

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix NULL dereference in nfs3svc_encode_getaclres In error cases the dentry may be NULL. Before 20798dfe249a, the encoder also checked dentry and d_really_is_positive(dentry), but that…

linux linux_kernel
0.01EPSS
CVE-2024-27436
Medium 5.5

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Stop parsing channels bits when all channels are found. If a usb audio device sets more bits than the amount of channels it could write outside of the map array.

debian debian_linux · linux linux_kernel
0.01EPSS
CVE-2021-38300
High 7.8

arch/mips/net/bpf_jit.c in the Linux kernel before 5.4.10 can generate undesirable machine code when transforming unprivileged cBPF programs, allowing execution of arbitrary code within the kernel context. This occurs because conditional branches can exceed th…

debian debian_linux · linux linux_kernel · netapp cloud_backup · netapp h300e_firmware · and 7 more
0.01EPSS
CVE-2025-21795
High 7.5

In the Linux kernel, the following vulnerability has been resolved: NFSD: fix hang in nfsd4_shutdown_callback If nfs4_client is in courtesy state then there is no point to send the callback. This causes nfsd4_shutdown_callback to hang since cl_cb_inflight is…

linux linux_kernel
0.01EPSS