imPC@ndo IT

Linux vulnerabilities

14.775 CVE

CVE-2019-19602
Medium 6.1

fpregs_state_valid in arch/x86/include/asm/fpu/internal.h in the Linux kernel before 5.4.2, when GCC 9 is used, allows context-dependent attackers to cause a denial of service (memory corruption) or possibly have unspecified other impact because of incorrect f…

canonical ubuntu_linux · linux linux_kernel
0.01EPSS
CVE-2022-48744
High 7.5

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Avoid field-overflowing memcpy() In preparation for FORTIFY_SOURCE performing compile-time and run-time field bounds checking for memcpy(), memmove(), and memset(), avoid intentio…

linux linux_kernel
0.01EPSS
CVE-2018-20976
High 7.8

An issue was discovered in fs/xfs/xfs_super.c in the Linux kernel before 4.18. A use after free exists, related to xfs_fs_fill_super failure.

linux linux_kernel
0.01EPSS
CVE-2012-1179
Medium 5.2

The Linux kernel before 3.3.1, when KVM is used, allows guest OS users to cause a denial of service (host OS crash) by leveraging administrative access to the guest OS, related to the pmd_none_or_clear_bad function and page faults for huge pages.

linux linux_kernel
0.01EPSS
CVE-2022-49093
Critical 9.8

In the Linux kernel, the following vulnerability has been resolved: skbuff: fix coalescing for page_pool fragment recycling Fix a use-after-free when using page_pool with page fragments. We encountered this problem during normal RX in the hns3 driver: (1) I…

linux linux_kernel
0.01EPSS
CVE-2024-57802
Critical 9.4

In the Linux kernel, the following vulnerability has been resolved: netrom: check buffer length before accessing it Syzkaller reports an uninit value read from ax25cmp when sending raw message through ieee802154 implementation. =============================…

linux linux_kernel
0.01EPSS
CVE-2024-53058
Critical 9.4

In the Linux kernel, the following vulnerability has been resolved: net: stmmac: TSO: Fix unbalanced DMA map/unmap for non-paged SKB data In case the non-paged data of a SKB carries protocol header and protocol payload to be transmitted on a certain platform…

linux linux_kernel
0.01EPSS
CVE-2024-46736
Critical 9.8

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix double put of @cfile in smb2_rename_path() If smb2_set_path_attr() is called with a valid @cfile and returned -EINVAL, we need to call cifs_get_writable_path() again as the …

linux linux_kernel
0.01EPSS
CVE-2024-40992
High 7.5

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix responder length checking for UD request packets According to the IBA specification: If a UD request packet is detected with an invalid length, the request shall be an invalid …

linux linux_kernel
0.01EPSS
CVE-2025-38488
Critical 9.8

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix use-after-free in crypt_message when using async crypto The CVE-2024-50047 fix removed asynchronous crypto handling from crypt_message(), assuming all crypto operations are …

debian debian_linux · linux linux_kernel
0.01EPSS
CVE-2022-49279
High 8.2

In the Linux kernel, the following vulnerability has been resolved: NFSD: prevent integer overflow on 32 bit systems On a 32 bit system, the "len * sizeof(*p)" operation can have an integer overflow.

linux linux_kernel
0.01EPSS
CVE-2024-53179
Critical 9.8

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix use-after-free of signing key Customers have reported use-after-free in @ses->auth_key.response with SMB2.1 + sign mounts which occurs due to following race: task A …

linux linux_kernel
0.01EPSS
CVE-2021-47140
Medium 5.3

In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Clear DMA ops when switching domain Since commit 08a27c1c3ecf ("iommu: Add support to change default domain of an iommu group") a user can switch a device between IOMMU and direct…

linux linux_kernel
0.01EPSS
CVE-2023-52479
High 8.8

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix uaf in smb20_oplock_break_ack drop reference after use opinfo.

linux linux_kernel
0.01EPSS
CVE-2019-15222
Medium 4.6

An issue was discovered in the Linux kernel before 5.2.8. There is a NULL pointer dereference caused by a malicious USB device in the sound/usb/helper.c (motu_microbookii) driver.

linux linux_kernel · netapp active_iq_unified_manager · netapp data_availability_services · netapp h410c_firmware · and 3 more
0.01EPSS
CVE-2023-52481
Medium 4.7

In the Linux kernel, the following vulnerability has been resolved: arm64: errata: Add Cortex-A520 speculative unprivileged load workaround Implement the workaround for ARM Cortex-A520 erratum 2966298. On an affected Cortex-A520 core, a speculatively execute…

linux linux_kernel
0.01EPSS
CVE-2019-15918
High 7.8

An issue was discovered in the Linux kernel before 5.0.10. SMB2_negotiate in fs/cifs/smb2pdu.c has an out-of-bounds read because data structures are incompletely updated after a change from smb30 to smb21.

canonical ubuntu_linux · linux linux_kernel
0.01EPSS
CVE-2014-3144
Medium 4.9

The (1) BPF_S_ANC_NLATTR and (2) BPF_S_ANC_NLATTR_NEST extension implementations in the sk_run_filter function in net/core/filter.c in the Linux kernel through 3.14.3 do not check whether a certain length value is sufficiently large, which allows local users t…

canonical ubuntu_linux · debian debian_linux · linux linux_kernel · oracle linux
0.01EPSS
CVE-2013-6380
Medium 4.7

The aac_send_raw_srb function in drivers/scsi/aacraid/commctrl.c in the Linux kernel through 3.12.1 does not properly validate a certain size value, which allows local users to cause a denial of service (invalid pointer dereference) or possibly have unspecifie…

linux linux_kernel
0.01EPSS
CVE-2024-50076
Medium 6.5

In the Linux kernel, the following vulnerability has been resolved: vt: prevent kernel-infoleak in con_font_get() font.data may not initialize all memory spaces depending on the implementation of vc->vc_sw->con_font_get. This may cause info-leak, so to preve…

linux linux_kernel
0.01EPSS
CVE-2024-35888
High 7.3

In the Linux kernel, the following vulnerability has been resolved: erspan: make sure erspan_base_hdr is present in skb->head syzbot reported a problem in ip6erspan_rcv() [1] Issue is that ip6erspan_rcv() (and erspan_rcv()) no longer make sure erspan_base_h…

debian debian_linux · linux linux_kernel
0.01EPSS
CVE-2024-26857
High 7.3

In the Linux kernel, the following vulnerability has been resolved: geneve: make sure to pull inner header in geneve_rx() syzbot triggered a bug in geneve_rx() [1] Issue is similar to the one I fixed in commit 8d975c15c0cd ("ip6_tunnel: make sure to pull in…

debian debian_linux · linux linux_kernel
0.01EPSS
CVE-2026-31433
High 8.8

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix potencial OOB in get_file_all_info() for compound requests When a compound request consists of QUERY_DIRECTORY + QUERY_INFO (FILE_ALL_INFORMATION) and the first command consumes n…

linux linux_kernel
0.01EPSS
CVE-2024-26936
High 8.2

In the Linux kernel, the following vulnerability has been resolved: ksmbd: validate request buffer size in smb2_allocate_rsp_buf() The response buffer should be allocated in smb2_allocate_rsp_buf before validating request. But the fields in payload as well a…

linux linux_kernel
0.01EPSS
CVE-2024-26890
High 7.8

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btrtl: fix out of bounds memory access The problem is detected by KASAN. btrtl driver uses private hci data to store 'struct btrealtek_data'. If btrtl driver is used with btusb, t…

linux linux_kernel
0.01EPSS