imPC@ndo EN

Vulnerabilità Linux

14.775 CVE

CVE-2018-9363
Alta 8.4

In the hidp_process_report in bluetooth, there is an integer overflow. This could lead to an out of bounds write with no additional execution privileges needed. User interaction is not needed for exploitation. Product: Android Versions: Android kernel Android …

canonical ubuntu_linux · debian debian_linux · google android · linux linux_kernel
0.00EPSS
CVE-2014-2039
Media 4.9

arch/s390/kernel/head64.S in the Linux kernel before 3.13.5 on the s390 platform does not properly handle attempted use of the linkage stack, which allows local users to cause a denial of service (system crash) by executing a crafted instruction.

linux linux_kernel
0.00EPSS
CVE-2011-4081
Media 5.5

crypto/ghash-generic.c in the Linux kernel before 3.1 allows local users to cause a denial of service (NULL pointer dereference and OOPS) or possibly have unspecified other impact by triggering a failed or missing ghash_setkey function call, followed by a (1) …

linux linux_kernel
0.00EPSS
CVE-2026-63796
Alta 8.8

In the Linux kernel, the following vulnerability has been resolved: ocfs2: reject oversized group bitmap descriptors ocfs2_validate_gd_parent() only bounds bg_bits against the parent allocator's chain geometry. A malicious descriptor can still claim a bg_si…

linux linux_kernel
0.00EPSS
CVE-2026-52946
Alta 7.5

In the Linux kernel, the following vulnerability has been resolved: fs/fcntl: fix SOFTIRQ-unsafe lock order in fasync signaling A SOFTIRQ-safe to SOFTIRQ-unsafe lock order deadlock can occur in send_sigio() and send_sigurg() when a process group receives a s…

linux linux_kernel
0.00EPSS
CVE-2019-18198
Alta 7.8

In the Linux kernel before 5.3.4, a reference count usage error in the fib6_rule_suppress() function in the fib6 suppression feature of net/ipv6/fib6_rules.c, when handling the FIB_LOOKUP_NOREF flag, can be exploited by a local attacker to corrupt memory, aka …

canonical ubuntu_linux · linux linux_kernel
0.00EPSS
CVE-2013-2634
Bassa 1.9

net/dcb/dcbnl.c in the Linux kernel before 3.8.4 does not initialize certain structures, which allows local users to obtain sensitive information from kernel stack memory via a crafted application.

linux linux_kernel
0.00EPSS
CVE-2006-0557
Media 4.9

sys_mbind in mempolicy.c in Linux kernel 2.6.16 and earlier does not sanity check the maxnod variable before making certain computations for the get_nodes function, which has unknown impact and attack vectors.

linux linux_kernel
0.00EPSS
CVE-2026-31409
Alta 8.8

In the Linux kernel, the following vulnerability has been resolved: ksmbd: unset conn->binding on failed binding request When a multichannel SMB2_SESSION_SETUP request with SMB2_SESSION_REQ_FLAG_BINDING fails ksmbd sets conn->binding = true but never clears …

linux linux_kernel
0.00EPSS
CVE-2023-53629
Critica 9.8

In the Linux kernel, the following vulnerability has been resolved: fs: dlm: fix use after free in midcomms commit While working on processing dlm message in softirq context I experienced the following KASAN use-after-free warning: [ 151.760477] ==========…

linux linux_kernel
0.00EPSS
CVE-2024-53186
Critica 9.8

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in SMB request handling A race condition exists between SMB request handling in `ksmbd_conn_handler_loop()` and the freeing of `ksmbd_conn` in the workqueue handler…

linux linux_kernel
0.00EPSS
CVE-2023-1079
Media 6.8

A flaw was found in the Linux kernel. A use-after-free may be triggered in asus_kbd_backlight_set when plugging/disconnecting in a malicious USB device, which advertises itself as an Asus device. Similarly to the previous known CVE-2023-25012, but in asus devi…

linux linux_kernel
0.00EPSS
CVE-2020-29534
Alta 7.8

An issue was discovered in the Linux kernel before 5.9.3. io_uring takes a non-refcounted reference to the files_struct of the process that submitted a request, causing execve() to incorrectly optimize unshare_fd(), aka CID-0f2122045b94.

linux linux_kernel
0.00EPSS
CVE-2019-16994
Media 4.7

In the Linux kernel before 5.0, a memory leak exists in sit_init_net() in net/ipv6/sit.c when register_netdev() fails to register sitn->fb_tunnel_dev, which may cause denial of service, aka CID-07f12b26e21a.

linux linux_kernel · opensuse leap · redhat enterprise_linux
0.00EPSS
CVE-2017-7542
Media 5.5

The ip6_find_1stfragopt function in net/ipv6/output_core.c in the Linux kernel through 4.12.3 allows local users to cause a denial of service (integer overflow and infinite loop) by leveraging the ability to open a raw socket.

linux linux_kernel
0.00EPSS
CVE-2017-7273
Media 6.6

The cp_report_fixup function in drivers/hid/hid-cypress.c in the Linux kernel 3.2 and 4.x before 4.9.4 allows physically proximate attackers to cause a denial of service (integer underflow) or possibly have unspecified other impact via a crafted HID report.

linux linux_kernel
0.00EPSS
CVE-2015-8952
Media 5.5

The mbcache feature in the ext2 and ext4 filesystem implementations in the Linux kernel before 4.6 mishandles xattr block caching, which allows local users to cause a denial of service (soft lockup) via filesystem operations in environments that use many attri…

linux linux_kernel
0.00EPSS
CVE-2013-4129
Media 4.7

The bridge multicast implementation in the Linux kernel through 3.10.3 does not check whether a certain timer is armed before modifying the timeout value of that timer, which allows local users to cause a denial of service (BUG and system crash) via vectors in…

linux linux_kernel
0.00EPSS
CVE-2007-3105
Media 4.6

Stack-based buffer overflow in the random number generator (RNG) implementation in the Linux kernel before 2.6.22 might allow local root users to cause a denial of service or gain privileges by setting the default wakeup threshold to a value greater than the o…

linux linux_kernel
0.00EPSS
CVE-2005-2492
Bassa 3.6

The raw_sendmsg function in the Linux kernel 2.6 before 2.6.13.1 allows local users to cause a denial of service (change hardware state) or read from arbitrary memory via crafted input.

canonical ubuntu_linux · linux linux_kernel · redhat enterprise_linux
0.00EPSS
CVE-2011-4097
Media 5.5

Integer overflow in the oom_badness function in mm/oom_kill.c in the Linux kernel before 3.1.8 on 64-bit platforms allows local users to cause a denial of service (memory consumption or process termination) by using a certain large amount of memory.

linux linux_kernel · redhat enterprise_linux
0.00EPSS
CVE-2025-22074
Alta 8.8

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix r_count dec/increment mismatch r_count is only increased when there is an oplock break wait, so r_count inc/decrement are not paired. This can cause r_count to become negative, wh…

linux linux_kernel
0.00EPSS
CVE-2024-50170
Alta 7.5

In the Linux kernel, the following vulnerability has been resolved: net: bcmasp: fix potential memory leak in bcmasp_xmit() The bcmasp_xmit() returns NETDEV_TX_OK without freeing skb in case of mapping fails, add dev_kfree_skb() to fix it.

linux linux_kernel
0.00EPSS
CVE-2023-3772
Media 5.5

A flaw was found in the Linux kernel’s IP framework for transforming packets (XFRM subsystem). This issue may allow a malicious user with CAP_NET_ADMIN privileges to directly dereference a NULL pointer in xfrm_update_ae_params(), leading to a possible kernel c…

debian debian_linux · fedoraproject fedora · linux linux_kernel · redhat enterprise_linux · e altri 2
0.00EPSS
CVE-2019-19066
Media 4.7

A memory leak in the bfad_im_get_stats() function in drivers/scsi/bfa/bfad_attr.c in the Linux kernel through 5.3.11 allows attackers to cause a denial of service (memory consumption) by triggering bfa_port_get_stats() failures, aka CID-0e62395da2bd.

canonical ubuntu_linux · debian debian_linux · fedoraproject fedora · linux linux_kernel · e altri 2
0.00EPSS