EN

Vulnerabilità Linux

14.802 CVE

CVE-2016-10906
Alta 7.0

An issue was discovered in drivers/net/ethernet/arc/emac_main.c in the Linux kernel before 4.5. A use-after-free is caused by a race condition between the functions arc_emac_tx and arc_emac_tx_clean.

linux linux_kernel
0.00EPSS
CVE-2017-17052
Alta 7.8

The mm_init function in kernel/fork.c in the Linux kernel before 4.12.10 does not clear the ->exe_file member of a new process's mm_struct, allowing a local attacker to achieve a use-after-free or possibly have unspecified other impact by running a specially c…

linux linux_kernel
0.00EPSS
CVE-2015-4178
Media 5.5

The fs_pin implementation in the Linux kernel before 4.0.5 does not ensure the internal consistency of a certain list data structure, which allows local users to cause a denial of service (system crash) by leveraging user-namespace root access for an MNT_DETAC…

linux linux_kernel
0.00EPSS
CVE-2011-5321
Media 5.5

The tty_open function in drivers/tty/tty_io.c in the Linux kernel before 3.1.1 mishandles a driver-lookup failure, which allows local users to cause a denial of service (NULL pointer dereference and system crash) or possibly have unspecified other impact via c…

linux linux_kernel
0.00EPSS
CVE-2013-3230
Media 4.9

The l2tp_ip6_recvmsg function in net/l2tp/l2tp_ip6.c in the Linux kernel before 3.9-rc7 does not initialize a certain structure member, which allows local users to obtain sensitive information from kernel stack memory via a crafted recvmsg or recvfrom system c…

linux linux_kernel
0.00EPSS
CVE-2013-3226
Media 4.9

The sco_sock_recvmsg function in net/bluetooth/sco.c in the Linux kernel before 3.9-rc7 does not initialize a certain length variable, which allows local users to obtain sensitive information from kernel stack memory via a crafted recvmsg or recvfrom system ca…

linux linux_kernel
0.00EPSS
CVE-2012-6536
Bassa 2.1

net/xfrm/xfrm_user.c in the Linux kernel before 3.6 does not verify that the actual Netlink message length is consistent with a certain header field, which allows local users to obtain sensitive information from kernel heap memory by leveraging the CAP_NET_ADM…

linux linux_kernel
0.00EPSS
CVE-2008-5700
Bassa 1.9

libata in the Linux kernel before 2.6.27.9 does not set minimum timeouts for SG_IO requests, which allows local users to cause a denial of service (Programmed I/O mode on drives) via multiple simultaneous invocations of an unspecified test program.

linux linux_kernel
0.00EPSS
CVE-2008-0598
Media 4.9

Unspecified vulnerability in the 32-bit and 64-bit emulation in the Linux kernel 2.6.9, 2.6.18, and probably other versions allows local users to read uninitialized memory via unknown vectors involving a crafted binary.

linux linux_kernel
0.00EPSS
CVE-2026-53260
Critica 9.8

In the Linux kernel, the following vulnerability has been resolved: tcp: Add preempt_{disable,enable}_nested() in reqsk_queue_hash_req(). syzbot reported a weird reqsk->rsk_refcnt underflow in __inet_csk_reqsk_queue_drop(). The captured reqsk_put() in __ine…

linux linux_kernel
0.00EPSS
CVE-2026-31706
Alta 8.8

In the Linux kernel, the following vulnerability has been resolved: ksmbd: validate num_aces and harden ACE walk in smb_inherit_dacl() smb_inherit_dacl() trusts the on-disk num_aces value from the parent directory's DACL xattr and uses it to size a heap allo…

linux linux_kernel
0.00EPSS
CVE-2024-50206
Critica 9.8

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: mtk_eth_soc: fix memory corruption during fq dma init The loop responsible for allocating up to MTK_FQ_DMA_LENGTH buffers must only touch as many descriptors, otherwise it end…

linux linux_kernel
0.00EPSS
CVE-2021-30002
Media 6.2

An issue was discovered in the Linux kernel before 5.11.3 when a webcam device exists. video_usercopy in drivers/media/v4l2-core/v4l2-ioctl.c has a memory leak for large arguments, aka CID-fb18802a338b.

debian debian_linux · linux linux_kernel
0.00EPSS
CVE-2019-10142
Alta 7.1

A flaw was found in the Linux kernel's freescale hypervisor manager implementation, kernel versions 5.0.x up to, excluding 5.0.17. A parameter passed to an ioctl was incorrectly validated and used in size calculations for the page size calculation. An attacker…

linux linux_kernel
0.00EPSS
CVE-2018-20509
Media 5.5

The print_binder_ref_olocked function in drivers/android/binder.c in the Linux kernel 4.14.90 allows local users to obtain sensitive address information by reading " ref *desc *node" lines in a debugfs file.

linux linux_kernel
0.00EPSS
CVE-2016-6213
Media 4.7

fs/namespace.c in the Linux kernel before 4.9 does not restrict how many mounts may exist in a mount namespace, which allows local users to cause a denial of service (memory consumption and deadlock) via MS_BIND mount system calls, as demonstrated by a loop th…

linux linux_kernel
0.00EPSS
CVE-2007-6063
Media 6.9

Buffer overflow in the isdn_net_setcfg function in isdn_net.c in Linux kernel 2.6.23 allows local users to have an unknown impact via a crafted argument to the isdn_ioctl function.

linux linux_kernel
0.00EPSS
CVE-2007-5087
Media 4.9

The ATM module in the Linux kernel before 2.4.35.3, when CLIP support is enabled, allows local users to cause a denial of service (kernel panic) by reading /proc/net/atm/arp before the CLIP module has been loaded.

linux linux_kernel
0.00EPSS
CVE-2007-2453
Bassa 1.2

The random number feature in Linux kernel 2.6 before 2.6.20.13, and 2.6.21.x before 2.6.21.4, (1) does not properly seed pools when there is no entropy, or (2) uses an incorrect cast when extracting entropy, which might cause the random number generator to pro…

linux linux_kernel
0.00EPSS
CVE-2006-0037
Media 4.9

ip_nat_pptp in the PPTP NAT helper (netfilter/ip_nat_helper_pptp.c) in Linux kernel 2.6.14, and other versions, allows local users to cause a denial of service (memory corruption or crash) via a crafted outbound packet that causes an incorrect offset to be cal…

linux linux_kernel
0.00EPSS
CVE-2003-0018
Bassa 3.6

Linux kernel 2.4.10 through 2.4.21-pre4 does not properly handle the O_DIRECT feature, which allows local attackers with write privileges to read portions of previously deleted files, or cause file system corruption.

linux linux_kernel
0.00EPSS
CVE-2026-52993
Critica 9.8

In the Linux kernel, the following vulnerability has been resolved: tipc: fix double-free in tipc_buf_append() tipc_msg_validate() can potentially reallocate the skb it is validating, freeing the old one. In tipc_buf_append(), it was being called with a poi…

linux linux_kernel
0.00EPSS
CVE-2024-26931
Alta 8.8

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix command flush on cable pull System crash due to command failed to flush back to SCSI layer. BUG: unable to handle kernel NULL pointer dereference at 0000000000000000 PG…

debian debian_linux · linux linux_kernel
0.00EPSS
CVE-2023-52624
Alta 7.8

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Wake DMCUB before executing GPINT commands [Why] DMCUB can be in idle when we attempt to interface with the HW through the GPINT mailbox resulting in a system hang. [How] A…

linux linux_kernel
0.00EPSS
CVE-2021-45486
Bassa 3.5

In the IPv4 implementation in the Linux kernel before 5.12.4, net/ipv4/route.c has an information leak because the hash table is very small.

linux linux_kernel · oracle communications_cloud_native_core_binding_support_function · oracle communications_cloud_native_core_network_exposure_function · oracle communications_cloud_native_core_policy
0.00EPSS