EN

Vulnerabilità Linux

14.802 CVE

CVE-2023-45863
Media 6.4

An issue was discovered in lib/kobject.c in the Linux kernel before 6.2.3. With root access, an attacker can trigger a race condition that results in a fill_kobj_path out-of-bounds write.

linux linux_kernel
0.00EPSS
CVE-2023-4569
Media 5.5

A memory leak flaw was found in nft_set_catchall_flush in net/netfilter/nf_tables_api.c in the Linux Kernel. This issue may allow a local attacker to cause double-deactivations of catchall elements, which can result in a memory leak.

debian debian_linux · linux linux_kernel · redhat enterprise_linux
0.00EPSS
CVE-2022-1973
Alta 7.1

A use-after-free flaw was found in the Linux kernel in log_replay in fs/ntfs3/fslog.c in the NTFS journal. This flaw allows a local attacker to crash the system and leads to a kernel information leak problem.

fedoraproject fedora · linux linux_kernel · netapp h300s_firmware · netapp h410c_firmware · e altri 3
0.00EPSS
CVE-2021-29648
Media 5.5

An issue was discovered in the Linux kernel before 5.11.11. The BPF subsystem does not properly consider that resolved_ids and resolved_sizes are intentionally uninitialized in the vmlinux BPF Type Format (BTF), which can cause a system crash upon an unexpecte…

fedoraproject fedora · linux linux_kernel
0.00EPSS
CVE-2008-4307
Media 4.0

Race condition in the do_setlk function in fs/nfs/file.c in the Linux kernel before 2.6.26 allows local users to cause a denial of service (crash) via vectors resulting in an interrupted RPC call that leads to a stray FL_POSIX lock, related to improper handlin…

linux linux_kernel
0.00EPSS
CVE-2025-37785
Alta 7.8

In the Linux kernel, the following vulnerability has been resolved: ext4: fix OOB read when checking dotdot dir Mounting a corrupted filesystem with directory which contains '.' dir entry with rec_len == block size results in out-of-bounds read (later on, wh…

linux linux_kernel
0.00EPSS
CVE-2022-49563
Alta 7.8

In the Linux kernel, the following vulnerability has been resolved: crypto: qat - add param check for RSA 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 cop…

linux linux_kernel
0.00EPSS
CVE-2022-49475
Media 5.5

In the Linux kernel, the following vulnerability has been resolved: spi: spi-fsl-qspi: check return value after calling platform_get_resource_byname() It will cause null-ptr-deref if platform_get_resource_byname() returns NULL, we need check the return value…

linux linux_kernel
0.00EPSS
CVE-2022-49078
Alta 7.8

In the Linux kernel, the following vulnerability has been resolved: lz4: fix LZ4_decompress_safe_partial read out of bound When partialDecoding, it is EOF if we've either filled the output buffer or can't proceed with reading an offset for following match. …

linux linux_kernel
0.00EPSS
CVE-2024-47714
Alta 7.6

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: use hweight16 to get correct tx antenna The chainmask is u16 so using hweight8 cannot get correct tx_ant. Without this patch, the tx_ant of band 2 would be -1 and lead to…

linux linux_kernel
0.00EPSS
CVE-2024-46745
Media 5.5

In the Linux kernel, the following vulnerability has been resolved: Input: uinput - reject requests with unreasonable number of slots When exercising uinput interface syzkaller may try setting up device with a really large number of slots, which causes memo…

linux linux_kernel
0.00EPSS
CVE-2024-41004
Media 5.5

In the Linux kernel, the following vulnerability has been resolved: tracing: Build event generation tests only as modules The kprobes and synth event generation test modules add events and lock (get a reference) those event file reference in module init func…

linux linux_kernel
0.00EPSS
CVE-2024-39505
Media 5.5

In the Linux kernel, the following vulnerability has been resolved: drm/komeda: check for error-valued pointer komeda_pipeline_get_state() may return an error-valued pointer, thus check the pointer for negative or null value before dereferencing.

linux linux_kernel
0.00EPSS
CVE-2023-7042
Media 4.4

A null pointer dereference vulnerability was found in ath10k_wmi_tlv_op_pull_mgmt_tx_compl_ev() in drivers/net/wireless/ath/ath10k/wmi-tlv.c in the Linux kernel. This issue could be exploited to trigger a denial of service.

linux linux_kernel
0.00EPSS
CVE-2022-0480
Media 5.5

A flaw was found in the filelock_init in fs/locks.c function in the Linux kernel. This issue can lead to host memory exhaustion due to memcg not limiting the number of Portable Operating System Interface (POSIX) file locks.

linux linux_kernel · redhat enterprise_linux
0.00EPSS
CVE-2022-1943
Alta 7.8

A flaw out of bounds memory write in the Linux kernel UDF file system functionality was found in the way user triggers some file operation which triggers udf_write_fi(). A local user could use this flaw to crash the system or potentially

linux linux_kernel
0.00EPSS
CVE-2021-38209
Bassa 3.3

net/netfilter/nf_conntrack_standalone.c in the Linux kernel before 5.12.2 allows observation of changes in any net namespace because these changes are leaked into all other net namespaces. This is related to the NF_SYSCTL_CT_MAX, NF_SYSCTL_CT_EXPECT_MAX, and N…

linux linux_kernel
0.00EPSS
CVE-2026-31773
Alta 8.8

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: SMP: derive legacy responder STK authentication from MITM state The legacy responder path in smp_random() currently labels the stored STK as authenticated whenever pending_sec_lev…

linux linux_kernel
0.00EPSS
CVE-2025-38092
Alta 8.8

In the Linux kernel, the following vulnerability has been resolved: ksmbd: use list_first_entry_or_null for opinfo_get_list() The list_first_entry() macro never returns NULL. If the list is empty then it returns an invalid pointer. Use list_first_entry_or_…

linux linux_kernel
0.00EPSS
CVE-2025-37886
Alta 7.8

In the Linux kernel, the following vulnerability has been resolved: pds_core: make wait_context part of q_info Make the wait_context a full part of the q_info struct rather than a stack variable that goes away after pdsc_adminq_post() is done so that the con…

linux linux_kernel
0.00EPSS
CVE-2025-37873
Alta 7.8

In the Linux kernel, the following vulnerability has been resolved: eth: bnxt: fix missing ring index trim on error path Commit under Fixes converted tx_prod to be free running but missed masking it on the Tx error path. This crashes on error conditions, for…

linux linux_kernel
0.00EPSS
CVE-2025-37869
Alta 7.8

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Use local fence in error path of xe_migrate_clear The intent of the error path in xe_migrate_clear is to wait on locally generated fence and then return. The code is waiting on m->fe…

linux linux_kernel
0.00EPSS
CVE-2025-37856
Alta 7.8

In the Linux kernel, the following vulnerability has been resolved: btrfs: harden block_group::bg_list against list_del() races As far as I can tell, these calls of list_del_init() on bg_list cannot run concurrently with btrfs_mark_bg_unused() or btrfs_mark_…

linux linux_kernel
0.00EPSS
CVE-2025-37845
Alta 7.8

In the Linux kernel, the following vulnerability has been resolved: tracing: fprobe events: Fix possible UAF on modules Commit ac91052f0ae5 ("tracing: tprobe-events: Fix leakage of module refcount") moved try_module_get() from __find_tracepoint_module_cb() t…

linux linux_kernel
0.00EPSS
CVE-2022-49731
Media 5.5

In the Linux kernel, the following vulnerability has been resolved: ata: libata-core: fix NULL pointer deref in ata_host_alloc_pinfo() In an unlikely (and probably wrong?) case that the 'ppi' parameter of ata_host_alloc_pinfo() points to an array starting wi…

linux linux_kernel
0.00EPSS