imPC@ndo IT

Linux vulnerabilities

14.775 CVE

CVE-2022-1652
High 7.8

Linux Kernel could allow a local attacker to execute arbitrary code on the system, caused by a concurrency use-after-free flaw in the bad_flp_intr function. By executing a specially-crafted program, an attacker could exploit this vulnerability to execute arbit…

debian debian_linux · linux linux_kernel · netapp h300s_firmware · netapp h410c_firmware · and 4 more
0.01EPSS
CVE-2019-7308
Medium 5.6

kernel/bpf/verifier.c in the Linux kernel before 4.20.6 performs undesirable out-of-bounds speculation on pointer arithmetic in various cases, including cases of different branches with different state or limits to sanitize, leading to side-channel attacks.

canonical ubuntu_linux · linux linux_kernel · opensuse leap
0.01EPSS
CVE-2015-8953
Medium 5.5

fs/overlayfs/copy_up.c in the Linux kernel before 4.2.6 uses an incorrect cleanup code path, which allows local users to cause a denial of service (dentry reference leak) via filesystem operations on a large file in a lower overlayfs layer.

linux linux_kernel
0.01EPSS
CVE-2026-31711
High 7.5

In the Linux kernel, the following vulnerability has been resolved: smb: server: fix active_num_conn leak on transport allocation failure Commit 77ffbcac4e56 ("smb: server: fix leak of active_num_conn in ksmbd_tcp_new_connection()") addressed the kthread_run…

linux linux_kernel
0.01EPSS
CVE-2019-17055
Low 3.3

base_sock_create in drivers/isdn/mISDN/socket.c in the AF_ISDN network module in the Linux kernel through 5.3.2 does not enforce CAP_NET_RAW, which means that unprivileged users can create a raw socket, aka CID-b91ee4aa2a21.

canonical ubuntu_linux · debian debian_linux · fedoraproject fedora · linux linux_kernel · and 4 more
0.01EPSS
CVE-2017-18550
Medium 5.5

An issue was discovered in drivers/scsi/aacraid/commctrl.c in the Linux kernel before 4.13. There is potential exposure of kernel stack memory because aac_get_hba_info does not initialize the hbainfo structure.

linux linux_kernel
0.01EPSS
CVE-2018-16597
Medium 5.5

An issue was discovered in the Linux kernel before 4.8. Incorrect access checking in overlayfs mounts could be used by local attackers to modify or truncate files in the underlying filesystem.

linux linux_kernel · netapp active_iq_performance_analytics_services · netapp element_software · opensuse leap
0.01EPSS
CVE-2011-1776
Medium 6.1

The is_gpt_valid function in fs/partitions/efi.c in the Linux kernel before 2.6.39 does not check the size of an Extensible Firmware Interface (EFI) GUID Partition Table (GPT) entry, which allows physically proximate attackers to cause a denial of service (hea…

linux linux_kernel · redhat enterprise_linux_desktop · redhat enterprise_linux_server · redhat enterprise_linux_server_aus · and 2 more
0.01EPSS
CVE-2004-1234
Low 2.1

load_elf_binary in Linux before 2.4.26 allows local users to cause a denial of service (system crash) via an ELF binary in which the interpreter is NULL.

linux linux_kernel
0.01EPSS
CVE-2024-53169
Critical 9.8

In the Linux kernel, the following vulnerability has been resolved: nvme-fabrics: fix kernel crash while shutting down controller The nvme keep-alive operation, which executes at a periodic interval, could potentially sneak in while shutting down a fabric co…

linux linux_kernel
0.01EPSS
CVE-2024-49875
High 7.5

In the Linux kernel, the following vulnerability has been resolved: nfsd: map the EBADMSG to nfserr_io to avoid warning Ext4 will throw -EBADMSG through ext4_readdir when a checksum error occurs, resulting in the following WARNING. Fix it by mapping EBADMSG…

linux linux_kernel
0.01EPSS
CVE-2011-2183
Medium 4.0

Race condition in the scan_get_next_rmap_item function in mm/ksm.c in the Linux kernel before 2.6.39.3, when Kernel SamePage Merging (KSM) is enabled, allows local users to cause a denial of service (NULL pointer dereference) or possibly have unspecified other…

linux linux_kernel
0.01EPSS
CVE-2024-56688
High 7.5

In the Linux kernel, the following vulnerability has been resolved: sunrpc: clear XPRT_SOCK_UPD_TIMEOUT when reset transport Since transport->sock has been set to NULL during reset transport, XPRT_SOCK_UPD_TIMEOUT also needs to be cleared. Otherwise, the xs_…

linux linux_kernel
0.01EPSS
CVE-2024-46855
High 7.5

In the Linux kernel, the following vulnerability has been resolved: netfilter: nft_socket: fix sk refcount leaks We must put 'sk' reference before returning.

linux linux_kernel
0.01EPSS
CVE-2021-47136
High 8.6

In the Linux kernel, the following vulnerability has been resolved: net: zero-initialize tc skb extension on allocation Function skb_ext_add() doesn't initialize created skb extension with any value and leaves it up to the user. However, since extension of t…

linux linux_kernel
0.01EPSS
CVE-2018-10940
Medium 5.5

The cdrom_ioctl_media_changed function in drivers/cdrom/cdrom.c in the Linux kernel before 4.16.6 allows local attackers to use a incorrect bounds check in the CDROM driver CDROM_MEDIA_CHANGED ioctl to read out kernel memory.

debian debian_linux · linux linux_kernel
0.01EPSS
CVE-2010-4157
Medium 6.2

Integer overflow in the ioc_general function in drivers/scsi/gdth.c in the Linux kernel before 2.6.36.1 on 64-bit platforms allows local users to cause a denial of service (memory corruption) or possibly have unspecified other impact via a large argument in an…

fedoraproject fedora · linux linux_kernel · opensuse opensuse · suse linux_enterprise_desktop · and 3 more
0.01EPSS
CVE-2024-53178
High 7.5

In the Linux kernel, the following vulnerability has been resolved: smb: Don't leak cfid when reconnect races with open_cached_dir open_cached_dir() may either race with the tcon reconnection even before compound_send_recv() or directly trigger a reconnectio…

linux linux_kernel
0.01EPSS
CVE-2018-7757
Medium 5.5

Memory leak in the sas_smp_get_phy_events function in drivers/scsi/libsas/sas_expander.c in the Linux kernel through 4.15.7 allows local users to cause a denial of service (memory consumption) via many read accesses to files in the /sys/class/sas_phy directory…

linux linux_kernel
0.01EPSS
CVE-2024-50284
High 7.5

In the Linux kernel, the following vulnerability has been resolved: ksmbd: Fix the missing xa_store error check xa_store() can fail, it return xa_err(-EINVAL) if the entry cannot be stored in an XArray, or xa_err(-ENOMEM) if memory allocation failed, so chec…

linux linux_kernel
0.01EPSS
CVE-2019-3882
Medium 5.5

A flaw was found in the Linux kernel's vfio interface implementation that permits violation of the user's locked memory limit. If a device is bound to a vfio driver, such as vfio-pci, and the local attacker is administratively granted ownership of the device, …

canonical ubuntu_linux · debian debian_linux · fedoraproject fedora · linux linux_kernel · and 9 more
0.01EPSS
CVE-2014-0203
Medium 5.5

The __do_follow_link function in fs/namei.c in the Linux kernel before 2.6.33 does not properly handle the last pathname component during use of certain filesystems, which allows local users to cause a denial of service (incorrect free operations and system cr…

linux linux_kernel · oracle linux
0.01EPSS
CVE-2014-0181
Low 2.1

The Netlink implementation in the Linux kernel through 3.14.1 does not provide a mechanism for authorizing socket operations based on the opener of a socket, which allows local users to bypass intended access restrictions and modify network configurations by u…

linux linux_kernel · opensuse evergreen · redhat enterprise_linux_desktop · redhat enterprise_linux_server · and 3 more
0.01EPSS
CVE-2010-1148
Medium 4.7

The cifs_create function in fs/cifs/dir.c in the Linux kernel 2.6.33.2 and earlier allows local users to cause a denial of service (NULL pointer dereference and OOPS) or possibly have unspecified other impact via a NULL nameidata (aka nd) field in a POSIX file…

linux linux_kernel
0.01EPSS
CVE-2026-52958
Critical 9.1

In the Linux kernel, the following vulnerability has been resolved: libceph: Fix potential out-of-bounds access in osdmap_decode() When decoding osd_state and osd_weight from an incoming osdmap in osdmap_decode(), both are decoded for each osd, i.e., map->ma…

linux linux_kernel
0.01EPSS