imPC@ndo IT

Linux vulnerabilities

14.802 CVE

CVE-2025-22086
High 8.8

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix mlx5_poll_one() cur_qp update flow When cur_qp isn't NULL, in order to avoid fetching the QP from the radix tree again we check if the next cqe QP is identical to the one we a…

linux linux_kernel
0.00EPSS
CVE-2022-49479
High 8.8

In the Linux kernel, the following vulnerability has been resolved: mt76: fix tx status related use-after-free race on station removal There is a small race window where ongoing tx activity can lead to a skb getting added to the status tracking idr after tha…

linux linux_kernel
0.00EPSS
CVE-2024-40901
High 7.3

In the Linux kernel, the following vulnerability has been resolved: scsi: mpt3sas: Avoid test/set_bit() operating in non-allocated memory There is a potential out-of-bounds access when using test_bit() on a single word. The test_bit() and set_bit() functions…

linux linux_kernel
0.00EPSS
CVE-2024-36883
High 7.8

In the Linux kernel, the following vulnerability has been resolved: net: fix out-of-bounds access in ops_init net_alloc_generic is called by net_alloc, which is called without any locking. It reads max_gen_ptrs, which is changed under pernet_ops_rwsem. It is…

debian debian_linux · linux linux_kernel
0.00EPSS
CVE-2023-52656
High 7.8

In the Linux kernel, the following vulnerability has been resolved: io_uring: drop any code related to SCM_RIGHTS This is dead code after we dropped support for passing io_uring fds over SCM_RIGHTS, get rid of it.

debian debian_linux · linux linux_kernel
0.00EPSS
CVE-2024-23850
Medium 5.5

In btrfs_get_root_ref in fs/btrfs/disk-io.c in the Linux kernel through 6.7.1, there can be an assertion failure and crash because a subvolume can be read out too soon after its root item is inserted upon subvolume creation.

linux linux_kernel
0.00EPSS
CVE-2024-0646
High 7.0

An out-of-bounds memory write flaw was found in the Linux kernel’s Transport Layer Security functionality in how a user calls a function splice with a ktls socket as the destination. This flaw allows a local user to crash or potentially escalate their privileg…

linux linux_kernel · redhat enterprise_linux
0.00EPSS
CVE-2023-51781
High 7.0

An issue was discovered in the Linux kernel before 6.6.8. atalk_ioctl in net/appletalk/ddp.c has a use-after-free because of an atalk_recvmsg race condition.

debian debian_linux · linux linux_kernel
0.00EPSS
CVE-2022-44034
Medium 6.4

An issue was discovered in the Linux kernel through 6.0.6. drivers/char/pcmcia/scr24x_cs.c has a race condition and resultant use-after-free if a physically proximate attacker removes a PCMCIA device while calling open(), aka a race condition between scr24x_op…

linux linux_kernel
0.00EPSS
CVE-2022-2873
Medium 5.5

An out-of-bounds memory access flaw was found in the Linux kernel Intel’s iSMT SMBus host controller driver in the way a user triggers the I2C_SMBUS_BLOCK_DATA (with the ioctl I2C_SMBUS) with malicious input data. This flaw allows a local user to crash the sys…

debian debian_linux · fedoraproject fedora · linux linux_kernel · netapp h300s_firmware · and 5 more
0.00EPSS
CVE-2021-3655
Low 3.3

A vulnerability was found in the Linux kernel in versions prior to v5.14-rc1. Missing size validations on inbound SCTP packets may allow the kernel to read uninitialized memory.

debian debian_linux · linux linux_kernel · redhat enterprise_linux
0.00EPSS
CVE-2020-25284
Medium 4.1

The rbd block device driver in drivers/block/rbd.c in the Linux kernel through 5.8.9 used incomplete permission checking for access to rbd devices, which could be leveraged by local attackers to map or unmap rbd block devices, aka CID-f44d04e696fe.

debian debian_linux · linux linux_kernel · opensuse leap
0.00EPSS
CVE-2016-10741
Medium 4.7

In the Linux kernel before 4.9.3, fs/xfs/xfs_aops.c allows local users to cause a denial of service (system crash) because there is a race condition between direct and memory-mapped I/O (associated with a hole) that is handled with BUG_ON instead of an I/O fai…

debian debian_linux · linux linux_kernel
0.00EPSS
CVE-2017-7889
High 7.8

The mm subsystem in the Linux kernel through 3.2 does not properly enforce the CONFIG_STRICT_DEVMEM protection mechanism, which allows local users to read or write to kernel memory locations in the first megabyte (and bypass slab-allocation access restrictions…

canonical ubuntu_linux · debian debian_linux · linux linux_kernel
0.00EPSS
CVE-1999-0401
Low 3.7

A race condition in Linux 2.2.1 allows local users to read arbitrary memory from /proc files.

linux linux_kernel
0.00EPSS
CVE-2026-31708
High 8.1

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix OOB read in smb2_ioctl_query_info QUERY_INFO path smb2_ioctl_query_info() has two response-copy branches: PASSTHRU_FSCTL and the default QUERY_INFO path. The QUERY_INFO bra…

linux linux_kernel
0.00EPSS
CVE-2022-49470
High 8.8

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btmtksdio: fix use-after-free at btmtksdio_recv_event We should not access skb buffer data anymore after hci_recv_frame was called. [ 39.634809] BUG: KASAN: use-after-free in b…

linux linux_kernel
0.00EPSS
CVE-2022-49122
Medium 5.5

In the Linux kernel, the following vulnerability has been resolved: dm ioctl: prevent potential spectre v1 gadget It appears like cmd could be a Spectre v1 gadget as it's supplied by a user and used as an array index. Prevent the contents of kernel memory fr…

linux linux_kernel
0.00EPSS
CVE-2024-40971
High 7.3

In the Linux kernel, the following vulnerability has been resolved: f2fs: remove clear SB_INLINECRYPT flag in default_options In f2fs_remount, SB_INLINECRYPT flag will be clear and re-set. If create new file or open file during this gap, these files will not…

linux linux_kernel
0.00EPSS
CVE-2024-39502
High 7.8

In the Linux kernel, the following vulnerability has been resolved: ionic: fix use after netif_napi_del() When queues are started, netif_napi_add() and napi_enable() are called. If there are 4 queues and only 3 queues are used for the current configuration, …

linux linux_kernel
0.00EPSS
CVE-2024-27045
High 7.0

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix a potential buffer overflow in 'dp_dsc_clock_en_read()' Tell snprintf() to store at most 10 bytes in the output buffer instead of 30. Fixes the below: drivers/gpu/drm/a…

linux linux_kernel
0.00EPSS
CVE-2024-26816
Medium 5.5

In the Linux kernel, the following vulnerability has been resolved: x86, relocs: Ignore relocations in .notes section When building with CONFIG_XEN_PV=y, .text symbols are emitted into the .notes section so that Xen can find the "startup_xen" entry point. Th…

debian debian_linux · linux linux_kernel
0.00EPSS
CVE-2024-26610
High 7.8

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: fix a memory corruption iwl_fw_ini_trigger_tlv::data is a pointer to a __le32, which means that if we copy to iwl_fw_ini_trigger_tlv::data + offset while offset is in bytes, w…

linux linux_kernel
0.00EPSS
CVE-2022-47520
High 7.1

An issue was discovered in the Linux kernel before 6.0.11. Missing offset validation in drivers/net/wireless/microchip/wilc1000/hif.c in the WILC1000 wireless driver can trigger an out-of-bounds read when parsing a Robust Security Network (RSN) information ele…

debian debian_linux · linux linux_kernel · netapp h300s_firmware · netapp h410c_firmware · and 3 more
0.00EPSS
CVE-2022-45885
High 7.0

An issue was discovered in the Linux kernel through 6.0.9. drivers/media/dvb-core/dvb_frontend.c has a race condition that can cause a use-after-free when a device is disconnected.

linux linux_kernel · netapp h300s_firmware · netapp h410c_firmware · netapp h410s_firmware · and 2 more
0.00EPSS