Debian Linux vulnerabilities
12,638 known vulnerabilities affecting debian/linux.
Total CVEs
12,638
CISA KEV
29
actively exploited
Public exploits
140
Exploited in wild
47
Severity breakdown
CRITICAL70HIGH2664MEDIUM6236LOW2442UNKNOWN1226
Vulnerabilities
Page 614 of 632
CVE-2023-52639P4MEDIUMCVSS 4.7fixed in linux 6.1.82-1 (bookworm)2023
CVE-2023-52639 [MEDIUM] CVE-2023-52639: linux - In the Linux kernel, the following vulnerability has been resolved: KVM: s390: ...
In the Linux kernel, the following vulnerability has been resolved: KVM: s390: vsie: fix race during shadow creation Right now it is possible to see gmap->private being zero in kvm_s390_vsie_gmap_notifier resulting in a crash. This is due to the fact that we add gmap->private == kvm after creation: static int acquire_gmap_shadow(struct kvm_vcpu *vcpu, struct vsie_pa
debian
CVE-2024-50294P4LOWCVSS 4.7fixed in linux 6.11.9-1 (forky)2024
CVE-2024-50294 [MEDIUM] CVE-2024-50294: linux - In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix ...
In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix missing locking causing hanging calls If a call gets aborted (e.g. because kafs saw a signal) between it being queued for connection and the I/O thread picking up the call, the abort will be prioritised over the connection and it will be removed from local->new_client_calls by rxrpc_disco
debian
CVE-2022-49640P4MEDIUMCVSS 4.7fixed in linux 5.18.14-1 (bookworm)2022
CVE-2022-49640 [MEDIUM] CVE-2022-49640: linux - In the Linux kernel, the following vulnerability has been resolved: sysctl: Fix...
In the Linux kernel, the following vulnerability has been resolved: sysctl: Fix data races in proc_douintvec_minmax(). A sysctl variable is accessed concurrently, and there is always a chance of data-race. So, all readers and writers need some basic protection to avoid load/store-tearing. This patch changes proc_douintvec_minmax() to use READ_ONCE() and WRITE_ONCE()
debian
CVE-2022-49641P4MEDIUMCVSS 4.7fixed in linux 5.18.14-1 (bookworm)2022
CVE-2022-49641 [MEDIUM] CVE-2022-49641: linux - In the Linux kernel, the following vulnerability has been resolved: sysctl: Fix...
In the Linux kernel, the following vulnerability has been resolved: sysctl: Fix data races in proc_douintvec(). A sysctl variable is accessed concurrently, and there is always a chance of data-race. So, all readers and writers need some basic protection to avoid load/store-tearing. This patch changes proc_douintvec() to use READ_ONCE() and WRITE_ONCE() internally to
debian
CVE-2024-35977P4LOWCVSS 4.7fixed in linux 6.8.9-1 (forky)2024
CVE-2024-35977 [MEDIUM] CVE-2024-35977: linux - In the Linux kernel, the following vulnerability has been resolved: platform/ch...
In the Linux kernel, the following vulnerability has been resolved: platform/chrome: cros_ec_uart: properly fix race condition The cros_ec_uart_probe() function calls devm_serdev_device_open() before it calls serdev_device_set_client_ops(). This can trigger a NULL pointer dereference: BUG: kernel NULL pointer dereference, address: 0000000000000000 ... Call Trace: ..
debian
CVE-2024-50220P4LOWCVSS 4.7fixed in linux 6.11.7-1 (forky)2024
CVE-2024-50220 [MEDIUM] CVE-2024-50220: linux - In the Linux kernel, the following vulnerability has been resolved: fork: do no...
In the Linux kernel, the following vulnerability has been resolved: fork: do not invoke uffd on fork if error occurs Patch series "fork: do not expose incomplete mm on fork". During fork we may place the virtual memory address space into an inconsistent state before the fork operation is complete. In addition, we may encounter an error during the fork operation that
debian
CVE-2024-49859P4MEDIUMCVSS 4.7fixed in linux 6.1.115-1 (bookworm)2024
CVE-2024-49859 [MEDIUM] CVE-2024-49859: linux - In the Linux kernel, the following vulnerability has been resolved: f2fs: fix t...
In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to check atomic_file in f2fs ioctl interfaces Some f2fs ioctl interfaces like f2fs_ioc_set_pin_file(), f2fs_move_file_range(), and f2fs_defragment_range() missed to check atomic_write status, which may cause potential race issue, fix it.
Scope: local
bookworm: resolved (fixed in 6.1.115-1)
debian
CVE-2024-57934P4LOWCVSS 4.7fixed in linux 6.12.9-1 (forky)2024
CVE-2024-57934 [MEDIUM] CVE-2024-57934: linux - In the Linux kernel, the following vulnerability has been resolved: fgraph: Add...
In the Linux kernel, the following vulnerability has been resolved: fgraph: Add READ_ONCE() when accessing fgraph_array[] In __ftrace_return_to_handler(), a loop iterates over the fgraph_array[] elements, which are fgraph_ops. The loop checks if an element is a fgraph_stub to prevent using a fgraph_stub afterward. However, if the compiler reloads fgraph_array[] afte
debian
CVE-2022-48931P4MEDIUMCVSS 4.7fixed in linux 5.16.12-1 (bookworm)2022
CVE-2022-48931 [MEDIUM] CVE-2022-48931: linux - In the Linux kernel, the following vulnerability has been resolved: configfs: f...
In the Linux kernel, the following vulnerability has been resolved: configfs: fix a race in configfs_{,un}register_subsystem() When configfs_register_subsystem() or configfs_unregister_subsystem() is executing link_group() or unlink_group(), it is possible that two processes add or delete list concurrently. Some unfortunate interleavings of them can cause kernel pan
debian
CVE-2024-43866P4MEDIUMCVSS 4.7fixed in linux 6.1.115-1 (bookworm)2024
CVE-2024-43866 [MEDIUM] CVE-2024-43866: linux - In the Linux kernel, the following vulnerability has been resolved: net/mlx5: A...
In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Always drain health in shutdown callback There is no point in recovery during device shutdown. if health work started need to wait for it to avoid races and NULL pointer access. Hence, drain health WQ on shutdown callback.
Scope: local
bookworm: resolved (fixed in 6.1.115-1)
bullseye: open
debian
CVE-2019-19523P4MEDIUMCVSS 4.6fixed in linux 5.3.7-1 (bookworm)2019
CVE-2019-19523 [MEDIUM] CVE-2019-19523: linux - In the Linux kernel before 5.3.7, there is a use-after-free bug that can be caus...
In the Linux kernel before 5.3.7, there is a use-after-free bug that can be caused by a malicious USB device in the drivers/usb/misc/adutux.c driver, aka CID-44efc269db79.
Scope: local
bookworm: resolved (fixed in 5.3.7-1)
bullseye: resolved (fixed in 5.3.7-1)
forky: resolved (fixed in 5.3.7-1)
sid: resolved (fixed in 5.3.7-1)
trixie: resolved (fixed in 5.3.7-1)
debian
CVE-2021-47599P4MEDIUMCVSS 4.7fixed in linux 5.15.15-1 (bookworm)2021
CVE-2021-47599 [MEDIUM] CVE-2021-47599: linux - In the Linux kernel, the following vulnerability has been resolved: btrfs: use ...
In the Linux kernel, the following vulnerability has been resolved: btrfs: use latest_dev in btrfs_show_devname The test case btrfs/238 reports the warning below: WARNING: CPU: 3 PID: 481 at fs/btrfs/super.c:2509 btrfs_show_devname+0x104/0x1e8 [btrfs] CPU: 2 PID: 1 Comm: systemd Tainted: G W O 5.14.0-rc1-custom #72 Hardware name: QEMU QEMU Virtual Machine, BIOS 0.0.
debian
CVE-2024-32936P4LOWCVSS 4.7fixed in linux 6.9.7-1 (forky)2024
CVE-2024-32936 [MEDIUM] CVE-2024-32936: linux - In the Linux kernel, the following vulnerability has been resolved: media: ti: ...
In the Linux kernel, the following vulnerability has been resolved: media: ti: j721e-csi2rx: Fix races while restarting DMA After the frame is submitted to DMA, it may happen that the submitted list is not updated soon enough, and the DMA callback is triggered before that. This can lead to kernel crashes, so move everything in a single lock/unlock section to prevent
debian
CVE-2023-53094P4MEDIUMCVSS 4.7fixed in linux 6.1.25-1 (bookworm)2023
CVE-2023-53094 [MEDIUM] CVE-2023-53094: linux - In the Linux kernel, the following vulnerability has been resolved: tty: serial...
In the Linux kernel, the following vulnerability has been resolved: tty: serial: fsl_lpuart: fix race on RX DMA shutdown From time to time DMA completion can come in the middle of DMA shutdown: : : lpuart32_shutdown() lpuart_dma_shutdown() del_timer_sync() lpuart_dma_rx_complete() lpuart_copy_rx_to_tty() mod_timer() lpuart_dma_rx_free() When the timer fires a bit la
debian
CVE-2022-49920P4MEDIUMCVSS 4.7fixed in linux 6.0.8-1 (bookworm)2022
CVE-2022-49920 [MEDIUM] CVE-2022-49920: linux - In the Linux kernel, the following vulnerability has been resolved: netfilter: ...
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: netlink notifier might race to release objects commit release path is invoked via call_rcu and it runs lockless to release the objects after rcu grace period. The netlink notifier handler might win race to remove objects that the transaction context is still referencing from th
debian
CVE-2025-21895P4LOWCVSS 4.7fixed in linux 6.12.19-1 (forky)2025
CVE-2025-21895 [MEDIUM] CVE-2025-21895: linux - In the Linux kernel, the following vulnerability has been resolved: perf/core: ...
In the Linux kernel, the following vulnerability has been resolved: perf/core: Order the PMU list to fix warning about unordered pmu_ctx_list Syskaller triggers a warning due to prev_epc->pmu != next_epc->pmu in perf_event_swap_task_ctx_data(). vmcore shows that two lists have the same perf_event_pmu_context, but not in the same order. The problem is that the order
debian
CVE-2023-53501P4MEDIUMCVSS 4.7fixed in linux 6.1.55-1 (bookworm)2023
CVE-2023-53501 [MEDIUM] CVE-2023-53501: linux - In the Linux kernel, the following vulnerability has been resolved: iommu/amd/i...
In the Linux kernel, the following vulnerability has been resolved: iommu/amd/iommu_v2: Fix pasid_state refcount dec hit 0 warning on pasid unbind When unbinding pasid - a race condition exists vs outstanding page faults. To prevent this, the pasid_state object contains a refcount. * set to 1 on pasid bind * incremented on each ppr notification start * decremented o
debian
CVE-2025-21732P4MEDIUMCVSS 4.7fixed in linux 6.12.15-1 (forky)2025
CVE-2025-21732 [MEDIUM] CVE-2025-21732: linux - In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: ...
In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix a race for an ODP MR which leads to CQE with error This patch addresses a race condition for an ODP MR that can result in a CQE with an error on the UMR QP. During the __mlx5_ib_dereg_mr() flow, the following sequence of calls occurs: mlx5_revoke_mr() mlx5r_umr_revoke_mr() mlx5r_umr_p
debian
CVE-2022-50187P4MEDIUMCVSS 4.7fixed in linux 6.0.2-1 (bookworm)2022
CVE-2022-50187 [MEDIUM] CVE-2022-50187: linux - In the Linux kernel, the following vulnerability has been resolved: ath11k: fix...
In the Linux kernel, the following vulnerability has been resolved: ath11k: fix netdev open race Make sure to allocate resources needed before registering the device. This specifically avoids having a racing open() trigger a BUG_ON() in mod_timer() when ath11k_mac_op_start() is called before the mon_reap_timer as been set up. I did not see this issue with next-20220
debian
CVE-2022-49798P4MEDIUMCVSS 4.7fixed in linux 6.0.10-1 (bookworm)2022
CVE-2022-49798 [MEDIUM] CVE-2022-49798: linux - In the Linux kernel, the following vulnerability has been resolved: tracing: Fi...
In the Linux kernel, the following vulnerability has been resolved: tracing: Fix race where eprobes can be called before the event The flag that tells the event to call its triggers after reading the event is set for eprobes after the eprobe is enabled. This leads to a race where the eprobe may be triggered at the beginning of the event where the record information
debian