EN

Vulnerabilità Linux

14.802 CVE

CVE-2024-50112
Alta 7.8

In the Linux kernel, the following vulnerability has been resolved: x86/lam: Disable ADDRESS_MASKING in most cases Linear Address Masking (LAM) has a weakness related to transient execution as described in the SLAM paper[1]. Unless Linear Address Space Separ…

linux linux_kernel
0.00EPSS
CVE-2024-49991
Alta 7.8

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: amdkfd_free_gtt_mem clear the correct pointer Pass pointer reference to amdgpu_bo_unref to clear the correct pointer, otherwise amdgpu_bo_unref clear the local variable, the orig…

debian debian_linux · linux linux_kernel
0.00EPSS
CVE-2024-49974
Media 5.5

In the Linux kernel, the following vulnerability has been resolved: NFSD: Limit the number of concurrent async COPY operations Nothing appears to limit the number of concurrent async COPY operations that clients can start. In addition, AFAICT each async COPY…

linux linux_kernel
0.00EPSS
CVE-2024-46739
Media 5.5

In the Linux kernel, the following vulnerability has been resolved: uio_hv_generic: Fix kernel NULL pointer dereference in hv_uio_rescind For primary VM Bus channels, primary_channel pointer is always NULL. This pointer is valid only for the secondary channe…

linux linux_kernel
0.00EPSS
CVE-2024-41051
Alta 7.8

In the Linux kernel, the following vulnerability has been resolved: cachefiles: wait for ondemand_object_worker to finish when dropping object When queuing ondemand_object_worker() to re-open the object, cachefiles_object is not pinned. The cachefiles_object…

linux linux_kernel
0.00EPSS
CVE-2023-52664
Alta 7.8

In the Linux kernel, the following vulnerability has been resolved: net: atlantic: eliminate double free in error handling logic Driver has a logic leak in ring data allocation/free, where aq_ring_free could be called multiple times on same ring, if system i…

linux linux_kernel
0.00EPSS
CVE-2024-27051
Media 5.5

In the Linux kernel, the following vulnerability has been resolved: cpufreq: brcmstb-avs-cpufreq: add check for cpufreq_cpu_get's return value cpufreq_cpu_get may return NULL. To avoid NULL-dereference check it and return 0 in case of error. Found by Linux …

linux linux_kernel
0.00EPSS
CVE-2023-52653
Media 5.5

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: fix a memleak in gss_import_v2_context The ctx->mech_used.data allocated by kmemdup is not freed in neither gss_import_v2_context nor it only caller gss_krb5_import_sec_context, whic…

linux linux_kernel
0.00EPSS
CVE-2024-26619
Alta 7.8

In the Linux kernel, the following vulnerability has been resolved: riscv: Fix module loading free order Reverse order of kfree calls to resolve use-after-free error.

linux linux_kernel
0.00EPSS
CVE-2023-52468
Alta 7.8

In the Linux kernel, the following vulnerability has been resolved: class: fix use-after-free in class_register() The lock_class_key is still registered and can be found in lock_keys_hash hlist after subsys_private is freed in error handler path.A task who i…

linux linux_kernel
0.00EPSS
CVE-2023-42756
Media 4.4

A flaw was found in the Netfilter subsystem of the Linux kernel. A race condition between IPSET_CMD_ADD and IPSET_CMD_SWAP can lead to a kernel panic due to the invocation of `__ip_set_put` on a wrong `set`. This issue may allow a local user to crash the syste…

debian debian_linux · fedoraproject fedora · linux linux_kernel · redhat enterprise_linux
0.00EPSS
CVE-2023-28464
Alta 7.8

hci_conn_cleanup in net/bluetooth/hci_conn.c in the Linux kernel through 6.2.9 has a use-after-free (observed in hci_conn_hash_flush) because of calls to hci_dev_put and hci_conn_put. There is a double free that may lead to privilege escalation.

linux linux_kernel · netapp h300s_firmware · netapp h410c_firmware · netapp h410s_firmware · e altri 2
0.00EPSS
CVE-2023-1670
Alta 7.8

A flaw use after free in the Linux kernel Xircom 16-bit PCMCIA (PC-card) Ethernet driver was found.A local user could use this flaw to crash the system or potentially escalate their privileges on the system.

linux linux_kernel
0.00EPSS
CVE-2022-41858
Alta 7.1

A flaw was found in the Linux kernel. A NULL pointer dereference may occur while a slip driver is in progress to detach in sl_tx_timeout in drivers/net/slip/slip.c. This issue could allow an attacker to crash the system or leak internal kernel information.

linux linux_kernel · netapp hci_baseboard_management_controller
0.00EPSS
CVE-2020-25212
Alta 7.0

A TOCTOU mismatch in the NFS client code in the Linux kernel before 5.8.3 could be used by local attackers to corrupt memory or possibly have unspecified other impact because a size check is in fs/nfs/nfs4proc.c instead of fs/nfs/nfs4xdr.c, aka CID-b4487b93545…

canonical ubuntu_linux · debian debian_linux · linux linux_kernel · opensuse leap
0.00EPSS
CVE-2017-18224
Media 4.7

In the Linux kernel before 4.15, fs/ocfs2/aops.c omits use of a semaphore and consequently has a race condition for access to the extent tree during read operations in DIRECT mode, which allows local users to cause a denial of service (BUG) by modifying a cert…

linux linux_kernel
0.00EPSS
CVE-2026-46212
Alta 8.8

In the Linux kernel, the following vulnerability has been resolved: batman-adv: bla: prevent use-after-free when deleting claims When batadv_bla_del_backbone_claims() removes all claims for a backbone, it does this by dropping the link entry in the hash list…

linux linux_kernel
0.00EPSS
CVE-2026-31464
Alta 8.1

In the Linux kernel, the following vulnerability has been resolved: scsi: ibmvfc: Fix OOB access in ibmvfc_discover_targets_done() A malicious or compromised VIO server can return a num_written value in the discover targets MAD response that exceeds max_targ…

linux linux_kernel
0.00EPSS
CVE-2025-39851
Alta 7.5

In the Linux kernel, the following vulnerability has been resolved: vxlan: Fix NPD when refreshing an FDB entry with a nexthop object VXLAN FDB entries can point to either a remote destination or an FDB nexthop group. The latter is usually used in EVPN deplo…

linux linux_kernel
0.00EPSS
CVE-2022-49644
Media 5.5

In the Linux kernel, the following vulnerability has been resolved: drm/i915: fix a possible refcount leak in intel_dp_add_mst_connector() If drm_connector_init fails, intel_connector_free will be called to take care of proper free. So it is necessary to dro…

linux linux_kernel
0.00EPSS
CVE-2022-49557
Alta 7.8

In the Linux kernel, the following vulnerability has been resolved: x86/fpu: KVM: Set the base guest FPU uABI size to sizeof(struct kvm_xsave) Set the starting uABI size of KVM's guest FPU to 'struct kvm_xsave', i.e. to KVM's historical uABI size. When savi…

linux linux_kernel
0.00EPSS
CVE-2022-49115
Media 5.5

In the Linux kernel, the following vulnerability has been resolved: PCI: endpoint: Fix misused goto label Fix a misused goto label jump since that can result in a memory leak.

linux linux_kernel
0.00EPSS
CVE-2024-50297
Alta 7.5

In the Linux kernel, the following vulnerability has been resolved: net: xilinx: axienet: Enqueue Tx packets in dql before dmaengine starts Enqueue packets in dql after dma engine starts causes race condition. Tx transfer starts once dma engine is started an…

linux linux_kernel
0.00EPSS
CVE-2024-41037
Media 5.5

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: Intel: hda: fix null deref on system suspend entry When system enters suspend with an active stream, SOF core calls hw_params_upon_resume(). On Intel platforms with HDA DMA used t…

linux linux_kernel
0.00EPSS
CVE-2023-52655
Media 5.5

In the Linux kernel, the following vulnerability has been resolved: usb: aqc111: check packet for fixup for true limit If a device sends a packet that is inbetween 0 and sizeof(u64) the value passed to skb_trim() as length will wrap around ending up as some …

linux linux_kernel
0.00EPSS