imPC@ndo EN

Vulnerabilità Linux

14.775 CVE

CVE-2024-39468
Alta 7.5

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix deadlock in smb2_find_smb_tcon() Unlock cifs_tcp_ses_lock before calling cifs_put_smb_ses() to avoid such deadlock.

linux linux_kernel
0.01EPSS
CVE-2023-35788
Alta 7.8

An issue was discovered in fl_set_geneve_opt in net/sched/cls_flower.c in the Linux kernel before 6.3.7. It allows an out-of-bounds write in the flower classifier code via TCA_FLOWER_KEY_ENC_OPTS_GENEVE packets. This may result in denial of service or privileg…

canonical ubuntu_linux · debian debian_linux · linux linux_kernel · netapp h300s_firmware · e altri 4
0.01EPSS
CVE-2018-6559
Bassa 3.3

The Linux kernel, as used in Ubuntu 18.04 LTS and Ubuntu 18.10, allows local users to obtain names of files in which they would not normally be able to access via an overlayfs mount inside of a user namespace.

canonical ubuntu_linux · linux linux_kernel
0.01EPSS
CVE-2006-3635
Media 5.5

The ia64 subsystem in the Linux kernel before 2.6.26 allows local users to cause a denial of service (stack consumption and system crash) via a crafted application that leverages the mishandling of invalid Register Stack Engine (RSE) state.

linux linux_kernel
0.01EPSS
CVE-2016-9754
Alta 7.8

The ring_buffer_resize function in kernel/trace/ring_buffer.c in the profiling subsystem in the Linux kernel before 4.6.1 mishandles certain integer calculations, which allows local users to gain privileges by writing to the /sys/kernel/debug/tracing/buffer_si…

linux linux_kernel
0.01EPSS
CVE-2008-3534
Media 4.9

The shmem_delete_inode function in mm/shmem.c in the tmpfs implementation in the Linux kernel before 2.6.26.1 allows local users to cause a denial of service (system crash) via a certain sequence of file create, remove, and overwrite operations, as demonstrate…

canonical ubuntu_linux · debian debian_linux · linux linux_kernel
0.01EPSS
CVE-2008-3535
Media 4.9

Off-by-one error in the iov_iter_advance function in mm/filemap.c in the Linux kernel before 2.6.27-rc2 allows local users to cause a denial of service (system crash) via a certain sequence of file I/O operations with readv and writev, as demonstrated by testc…

canonical ubuntu_linux · debian debian_linux · linux linux_kernel
0.01EPSS
CVE-2025-23145
Alta 7.5

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix NULL pointer in can_accept_new_subflow When testing valkey benchmark tool with MPTCP, the kernel panics in 'mptcp_can_accept_new_subflow' because subflow_req->msk is NULL. Call t…

debian debian_linux · linux linux_kernel
0.01EPSS
CVE-2024-56779
Critica 9.8

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix nfs4_openowner leak when concurrent nfsd4_open occur The action force umount(umount -f) will attempt to kill all rpc_task even umount operation may ultimately fail if some files re…

linux linux_kernel
0.01EPSS
CVE-2021-47036
Critica 9.8

In the Linux kernel, the following vulnerability has been resolved: udp: skip L4 aggregation for UDP tunnel packets If NETIF_F_GRO_FRAGLIST or NETIF_F_GRO_UDP_FWD are enabled, and there are UDP tunnels available in the system, udp_gro_receive() could end-up …

linux linux_kernel
0.01EPSS
CVE-2022-0286
Media 5.5

A flaw was found in the Linux kernel. A null pointer dereference in bond_ipsec_add_sa() may lead to local denial of service.

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.01EPSS
CVE-2018-13406
Alta 7.8

An integer overflow in the uvesafb_setcmap function in drivers/video/fbdev/uvesafb.c in the Linux kernel before 4.17.4 could result in local attackers being able to crash the kernel or potentially elevate privileges because kmalloc_array is not used.

canonical ubuntu_linux · debian debian_linux · linux linux_kernel
0.01EPSS
CVE-2017-12190
Media 6.5

The bio_map_user_iov and bio_unmap_user functions in block/bio.c in the Linux kernel before 4.13.8 do unbalanced refcounting when a SCSI I/O vector has small consecutive buffers belonging to the same page. The bio_add_pc_page function merges them into one, but…

linux linux_kernel
0.01EPSS
CVE-2017-15299
Media 5.5

The KEYS subsystem in the Linux kernel through 4.13.7 mishandles use of add_key for a key that already exists but is uninstantiated, which allows local users to cause a denial of service (NULL pointer dereference and system crash) or possibly have unspecified …

linux linux_kernel
0.01EPSS
CVE-2009-3889
Media 6.6

The dbg_lvl file for the megaraid_sas driver in the Linux kernel before 2.6.27 has world-writable permissions, which allows local users to change the (1) behavior and (2) logging level of the driver by modifying this file.

linux linux_kernel
0.01EPSS
CVE-2018-16862
Media 5.3

A security flaw was found in the Linux kernel in a way that the cleancache subsystem clears an inode after the final file truncation (removal). The new file created with the same inode may contain leftover pages from cleancache and the old file data instead of…

canonical ubuntu_linux · debian debian_linux · linux linux_kernel · redhat enterprise_linux
0.01EPSS
CVE-2018-10883
Media 4.8

A flaw was found in the Linux kernel's ext4 filesystem. A local user can cause an out-of-bounds write in jbd2_journal_dirty_metadata(), a denial of service, and a system crash by mounting and operating on a crafted ext4 filesystem image.

canonical ubuntu_linux · debian debian_linux · linux linux_kernel · redhat enterprise_linux · e altri 3
0.01EPSS
CVE-2018-8822
Alta 7.8

Incorrect buffer length handling in the ncp_read_kernel function in fs/ncpfs/ncplib_kernel.c in the Linux kernel through 4.15.11, and in drivers/staging/ncpfs/ncplib_kernel.c in the Linux kernel 4.16-rc through 4.16-rc6, could be exploited by malicious NCPFS s…

canonical ubuntu_linux · debian debian_linux · linux linux_kernel
0.01EPSS
CVE-2012-6657
Media 4.9

The sock_setsockopt function in net/core/sock.c in the Linux kernel before 3.5.7 does not ensure that a keepalive action is associated with a stream socket, which allows local users to cause a denial of service (system crash) by leveraging the ability to creat…

linux linux_kernel · novell suse_linux_enterprise_server
0.01EPSS
CVE-2013-4587
Alta 7.2

Array index error in the kvm_vm_ioctl_create_vcpu function in virt/kvm/kvm_main.c in the KVM subsystem in the Linux kernel through 3.12.5 allows local users to gain privileges via a large id value.

linux linux_kernel · opensuse opensuse
0.01EPSS
CVE-2011-1010
Media 4.9

Buffer overflow in the mac_partition function in fs/partitions/mac.c in the Linux kernel before 2.6.37.2 allows local users to cause a denial of service (panic) or possibly have unspecified other impact via a malformed Mac OS partition table.

linux linux_kernel
0.01EPSS
CVE-2008-3525
Alta 7.2

The sbni_ioctl function in drivers/net/wan/sbni.c in the wan subsystem in the Linux kernel 2.6.26.3 does not check for the CAP_NET_ADMIN capability before processing a (1) SIOCDEVRESINSTATS, (2) SIOCDEVSHWSTATE, (3) SIOCDEVENSLAVE, or (4) SIOCDEVEMANSIPATE ioc…

linux linux_kernel
0.01EPSS
CVE-2026-53397
Alta 7.5

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix posix_acl leak on SETACL decode failure nfsaclsvc_decode_setaclargs() and nfs3svc_decode_setaclargs() each call nfs_stream_decode_acl() twice, first for NFS_ACL and then for NFS_DF…

linux linux_kernel
0.01EPSS
CVE-2026-53392
Alta 7.5

In the Linux kernel, the following vulnerability has been resolved: NFSv4/flexfiles: reject zero filehandle version count ff_layout_alloc_lseg() decodes the filehandle-version array count from the flexfiles layout body. The value is used as the count for kza…

linux linux_kernel
0.01EPSS
CVE-2022-50365
Alta 7.5

In the Linux kernel, the following vulnerability has been resolved: skbuff: Account for tail adjustment during pull operations Extending the tail can have some unexpected side effects if a program uses a helper like BPF_FUNC_skb_pull_data to read partial con…

linux linux_kernel
0.01EPSS