imPC@ndo EN

Vulnerabilità Linux

14.802 CVE

CVE-2025-38571
Alta 8.2

In the Linux kernel, the following vulnerability has been resolved: sunrpc: fix client side handling of tls alerts A security exploit was discovered in NFS over TLS in tls_alert_recv due to its assumption that there is valid data in the msghdr's iterator's k…

linux linux_kernel
0.00EPSS
CVE-2025-38476
Critica 9.8

In the Linux kernel, the following vulnerability has been resolved: rpl: Fix use-after-free in rpl_do_srh_inline(). Running lwt_dst_cache_ref_loop.sh in selftest with KASAN triggers the splat below [0]. rpl_do_srh_inline() fetches ipv6_hdr(skb) and accesses…

debian debian_linux · linux linux_kernel
0.00EPSS
CVE-2025-21900
Alta 7.5

In the Linux kernel, the following vulnerability has been resolved: NFSv4: Fix a deadlock when recovering state on a sillyrenamed file If the file is sillyrenamed, and slated for delete on close, it is possible for a server reboot to triggeer an open reclaim…

linux linux_kernel
0.00EPSS
CVE-2022-49159
Alta 8.8

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Implement ref count for SRB The timeout handler and the done function are racing. When qla2x00_async_iocb_timeout() starts to run it can be preempted by the normal response pa…

linux linux_kernel
0.00EPSS
CVE-2024-39495
Alta 7.8

In the Linux kernel, the following vulnerability has been resolved: greybus: Fix use-after-free bug in gb_interface_release due to race condition. In gb_interface_create, &intf->mode_switch_completion is bound with gb_interface_mode_switch_work. Then it will…

linux linux_kernel
0.00EPSS
CVE-2024-24858
Media 4.6

A race condition was found in the Linux kernel's net/bluetooth in {conn,adv}_{min,max}_interval_set() function. This can result in I2cap connection or broadcast abnormality issue, possibly leading to denial of service.

debian debian_linux · linux linux_kernel
0.00EPSS
CVE-2023-31083
Media 4.7

An issue was discovered in drivers/bluetooth/hci_ldisc.c in the Linux kernel 6.2. In hci_uart_tty_ioctl, there is a race condition between HCIUARTSETPROTO and HCIUARTGETPROTO. HCI_UART_PROTO_SET is set before hu->proto is set. A NULL pointer dereference may oc…

linux linux_kernel
0.00EPSS
CVE-2023-1249
Media 5.5

A use-after-free flaw was found in the Linux kernel’s core dump subsystem. This flaw allows a local user to crash the system. Only if patch 390031c94211 ("coredump: Use the vma snapshot in fill_files_note") not applied yet, then kernel could be affected.

linux linux_kernel
0.00EPSS
CVE-2022-33742
Alta 7.1

Linux disk/nic frontends data leaks T[his CNA information record relates to multiple CVEs; the text explains which aspects/vulnerabilities correspond to which CVE.] Linux Block and Network PV device frontends don't zero memory regions before sharing them with …

debian debian_linux · fedoraproject fedora · linux linux_kernel · xen xen
0.00EPSS
CVE-2022-28796
Alta 7.0

jbd2_journal_wait_updates in fs/jbd2/transaction.c in the Linux kernel before 5.17.1 has a use-after-free caused by a transaction_t race condition.

fedoraproject fedora · linux linux_kernel · netapp active_iq_unified_manager · netapp h300e_firmware · e altri 12
0.00EPSS
CVE-2022-26878
Media 5.5

drivers/bluetooth/virtio_bt.c in the Linux kernel before 5.16.3 has a memory leak (socket buffers have memory allocated but not freed).

linux linux_kernel
0.00EPSS
CVE-2021-28714
Media 6.5

Guest can force Linux netback driver to hog large amounts of kernel memory T[his CNA information record relates to multiple CVEs; the text explains which aspects/vulnerabilities correspond to which CVE.] Incoming data packets for a guest in the Linux kernel's …

debian debian_linux · linux linux_kernel
0.00EPSS
CVE-2020-15852
Alta 7.8

An issue was discovered in the Linux kernel 5.5 through 5.7.9, as used in Xen through 4.13.x for x86 PV guests. An attacker may be granted the I/O port permissions of an unrelated task. This occurs because tss_invalidate_io_bitmap mishandling causes a loss of …

linux linux_kernel · netapp cloud_backup · netapp solidfire_baseboard_management_controller · netapp steelstore_cloud_integrated_storage · e altri 1
0.00EPSS
CVE-2010-5313
Media 4.9

Race condition in arch/x86/kvm/x86.c in the Linux kernel before 2.6.38 allows L2 guest OS users to cause a denial of service (L1 guest OS crash) via a crafted instruction that triggers an L2 emulation failure report, a similar issue to CVE-2014-7842.

linux linux_kernel
0.00EPSS
CVE-2005-3527
Media 4.0

Race condition in do_coredump in signal.c in Linux kernel 2.6 allows local users to cause a denial of service by triggering a core dump in one thread while another thread has a pending SIGSTOP.

linux linux_kernel
0.00EPSS
CVE-2025-37959
Critica 9.4

In the Linux kernel, the following vulnerability has been resolved: bpf: Scrub packet on bpf_redirect_peer When bpf_redirect_peer is used to redirect packets to a device in another network namespace, the skb isn't scrubbed. That can lead skb information from…

debian debian_linux · linux linux_kernel
0.00EPSS
CVE-2025-37802
Alta 7.5

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix WARNING "do not call blocking ops when !TASK_RUNNING" wait_event_timeout() will set the state of the current task to TASK_UNINTERRUPTIBLE, before doing the condition check. This m…

linux linux_kernel
0.00EPSS
CVE-2022-49532
Media 5.5

In the Linux kernel, the following vulnerability has been resolved: drm/virtio: fix NULL pointer dereference in virtio_gpu_conn_get_modes drm_cvt_mode may return NULL and we should check it. This bug is found by syzkaller: FAULT_INJECTION stacktrace: [ 16…

linux linux_kernel
0.00EPSS
CVE-2021-47620
Alta 8.1

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: refactor malicious adv data check Check for out-of-bound read was being performed at the end of while num_reports loop, and would fill journal with false positives. Added check to…

linux linux_kernel
0.00EPSS
CVE-2024-27000
Alta 7.8

In the Linux kernel, the following vulnerability has been resolved: serial: mxs-auart: add spinlock around changing cts state The uart_handle_cts_change() function in serial_core expects the caller to hold uport->lock. For example, I have seen the below kern…

debian debian_linux · fedoraproject fedora · linux linux_kernel
0.00EPSS
CVE-2022-41849
Media 4.2

drivers/video/fbdev/smscufx.c in the Linux kernel through 5.19.12 has a race condition and resultant use-after-free if a physically proximate attacker removes a USB device while calling open(), aka a race condition between ufx_ops_open and ufx_usb_disconnect.

debian debian_linux · linux linux_kernel
0.00EPSS
CVE-2022-28389
Media 5.5

mcba_usb_start_xmit in drivers/net/can/usb/mcba_usb.c in the Linux kernel through 5.17.1 has a double free.

debian debian_linux · fedoraproject fedora · linux linux_kernel · netapp h300e_firmware · e altri 7
0.00EPSS
CVE-2016-8443
Alta 7.8

Possible unauthorized memory access in the hypervisor. Incorrect configuration provides access to subsystem page tables. Product: Android. Versions: Kernel 3.18. Android ID: A-32576499. References: QC-CR#964185.

linux linux_kernel
0.00EPSS
CVE-2009-4271
Media 4.7

The Linux kernel 2.6.9 through 2.6.17 on the x86_64 and amd64 platforms allows local users to cause a denial of service (panic) via a 32-bit application that calls mprotect on its Virtual Dynamic Shared Object (VDSO) page and then triggers a segmentation fault…

linux linux_kernel
0.00EPSS
CVE-2025-71311
Alta 8.2

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Initialize new folios before use KMSAN reports an uninitialized value in longest_match_std(), invoked from ntfs_compress_write(). When new folios are allocated without being marked…

linux linux_kernel
0.00EPSS