EN

Vulnerabilità Linux

14.802 CVE

CVE-2022-49044
Alta 7.8

In the Linux kernel, the following vulnerability has been resolved: dm integrity: fix memory corruption when tag_size is less than digest size It is possible to set up dm-integrity in such a way that the "tag_size" parameter is less than the actual digest si…

linux linux_kernel
0.00EPSS
CVE-2024-50143
Alta 7.8

In the Linux kernel, the following vulnerability has been resolved: udf: fix uninit-value use in udf_get_fileshortad Check for overflow when computing alen in udf_current_aext to mitigate later uninit-value use in udf_get_fileshortad KMSAN bug[1]. After appl…

linux linux_kernel
0.00EPSS
CVE-2024-50024
Alta 7.3

In the Linux kernel, the following vulnerability has been resolved: net: Fix an unsafe loop on the list The kernel may crash when deleting a genetlink family if there are still listeners for that family: Oops: Kernel access of bad area, sig: 11 [#1] ... …

linux linux_kernel
0.00EPSS
CVE-2024-40987
Media 5.5

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix UBSAN warning in kv_dpm.c Adds bounds check for sumo_vid_mapping_entry.

linux linux_kernel
0.00EPSS
CVE-2024-35978
Media 5.5

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Fix memory leak in hci_req_sync_complete() In 'hci_req_sync_complete()', always free the previous sync request state before assigning reference to a new one.

linux linux_kernel
0.00EPSS
CVE-2024-27044
Media 5.5

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix potential NULL pointer dereferences in 'dcn10_set_output_transfer_func()' The 'stream' pointer is used in dcn10_set_output_transfer_func() before the check if 'stream' i…

debian debian_linux · linux linux_kernel
0.00EPSS
CVE-2024-26988
Alta 7.8

In the Linux kernel, the following vulnerability has been resolved: init/main.c: Fix potential static_command_line memory overflow We allocate memory of size 'xlen + strlen(boot_command_line) + 1' for static_command_line, but the strings copied into static_c…

debian debian_linux · fedoraproject fedora · linux linux_kernel
0.00EPSS
CVE-2024-26903
Media 5.5

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: rfcomm: Fix null-ptr-deref in rfcomm_check_security During our fuzz testing of the connection and disconnection process at the RFCOMM layer, we discovered this bug. By comparing t…

linux linux_kernel
0.00EPSS
CVE-2024-26840
Media 5.5

In the Linux kernel, the following vulnerability has been resolved: cachefiles: fix memory leak in cachefiles_add_cache() The following memory leak was reported after unbinding /dev/cachefiles: ===============================================================…

linux linux_kernel
0.00EPSS
CVE-2024-26779
Alta 8.8

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix race condition on enabling fast-xmit fast-xmit must only be enabled after the sta has been uploaded to the driver, otherwise it could end up passing the not-yet-uploaded …

debian debian_linux · linux linux_kernel
0.00EPSS
CVE-2021-28951
Media 5.5

An issue was discovered in fs/io_uring.c in the Linux kernel through 5.11.8. It allows attackers to cause a denial of service (deadlock) because exit may be waiting to park a SQPOLL thread, but concurrently that SQPOLL thread is waiting for a signal to start, …

fedoraproject fedora · linux linux_kernel · netapp a250_firmware · netapp aff_500f_firmware · e altri 3
0.00EPSS
CVE-2000-0006
Bassa 2.6

strace allows local users to read arbitrary files via memory mapped file names.

linux linux_kernel · paul_kranenburg strace
0.00EPSS
CVE-2026-46303
Alta 8.2

In the Linux kernel, the following vulnerability has been resolved: isofs: validate Rock Ridge CE continuation extent against volume size rock_continue() reads rs->cont_extent verbatim from the Rock Ridge CE record and passes it to sb_bread() without checkin…

linux linux_kernel
0.00EPSS
CVE-2023-53517
Critica 9.8

In the Linux kernel, the following vulnerability has been resolved: tipc: do not update mtu if msg_max is too small in mtu negotiation When doing link mtu negotiation, a malicious peer may send Activate msg with a very small mtu, e.g. 4 in Shuang's testing, …

linux linux_kernel
0.00EPSS
CVE-2025-37849
Alta 8.8

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Tear down vGIC on failed vCPU creation If kvm_arch_vcpu_create() fails to share the vCPU page with the hypervisor, we propagate the error back to the ioctl but leave the vGIC vCP…

debian debian_linux · linux linux_kernel
0.00EPSS
CVE-2025-22063
Media 5.5

In the Linux kernel, the following vulnerability has been resolved: netlabel: Fix NULL pointer exception caused by CALIPSO on IPv4 sockets When calling netlbl_conn_setattr(), addr->sa_family is used to determine the function behavior. If sk is an IPv4 socket…

linux linux_kernel
0.00EPSS
CVE-2022-49715
Media 5.5

In the Linux kernel, the following vulnerability has been resolved: irqchip/gic-v3: Fix refcount leak in gic_populate_ppi_partitions of_find_node_by_phandle() returns a node pointer with refcount incremented, we should use of_node_put() on it when not need a…

linux linux_kernel
0.00EPSS
CVE-2022-49657
Media 5.5

In the Linux kernel, the following vulnerability has been resolved: usbnet: fix memory leak in error case usbnet_write_cmd_async() mixed up which buffers need to be freed in which error case. v2: add Fixes tag v3: fix uninitialized buf pointer

linux linux_kernel
0.00EPSS
CVE-2022-49564
Alta 7.8

In the Linux kernel, the following vulnerability has been resolved: crypto: qat - add param check for DH Reject requests with a source buffer that is bigger than the size of the key. This is to prevent a possible integer underflow that might happen when copy…

linux linux_kernel
0.00EPSS
CVE-2022-49546
Media 5.5

In the Linux kernel, the following vulnerability has been resolved: x86/kexec: fix memory leak of elf header buffer This is reported by kmemleak detector: unreferenced object 0xffffc900002a9000 (size 4096): comm "kexec", pid 14950, jiffies 4295110793 (age…

linux linux_kernel
0.00EPSS
CVE-2022-49530
Alta 7.8

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: fix double free in si_parse_power_table() In function si_parse_power_table(), array adev->pm.dpm.ps and its member is allocated. If the allocation of each member fails, the array…

linux linux_kernel
0.00EPSS
CVE-2025-21647
Alta 7.3

In the Linux kernel, the following vulnerability has been resolved: sched: sch_cake: add bounds checks to host bulk flow fairness counts Even though we fixed a logic error in the commit cited below, syzbot still managed to trigger an underflow of the per-hos…

linux linux_kernel
0.00EPSS
CVE-2024-56677
Alta 7.8

In the Linux kernel, the following vulnerability has been resolved: powerpc/fadump: Move fadump_cma_init to setup_arch() after initmem_init() During early init CMA_MIN_ALIGNMENT_BYTES can be PAGE_SIZE, since pageblock_order is still zero and it gets initiali…

linux linux_kernel
0.00EPSS
CVE-2024-56591
Alta 8.8

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_conn: Use disable_delayed_work_sync This makes use of disable_delayed_work_sync instead cancel_delayed_work_sync as it not only cancel the ongoing work but also disables new s…

linux linux_kernel
0.00EPSS
CVE-2024-49883
Alta 7.8

In the Linux kernel, the following vulnerability has been resolved: ext4: aovid use-after-free in ext4_ext_insert_extent() As Ojaswin mentioned in Link, in ext4_ext_insert_extent(), if the path is reallocated in ext4_ext_create_new_leaf(), we'll use the stal…

debian debian_linux · linux linux_kernel
0.00EPSS