cbcvebase.

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 532 of 632
CVE-2022-40307P4MEDIUMCVSS 4.7fixed in linux 5.19.11-1 (bookworm)2022
CVE-2022-40307 [MEDIUM] CVE-2022-40307: linux - An issue was discovered in the Linux kernel through 5.19.8. drivers/firmware/efi... An issue was discovered in the Linux kernel through 5.19.8. drivers/firmware/efi/capsule-loader.c has a race condition with a resultant use-after-free. Scope: local bookworm: resolved (fixed in 5.19.11-1) bullseye: resolved (fixed in 5.10.149-1) forky: resolved (fixed in 5.19.11-1) sid: resolved (fixed in 5.19.11-1) trixie: resolved (fixed in 5.19.11-1)
debian
CVE-2023-0590P4MEDIUMCVSS 4.7fixed in linux 6.0.6-1 (bookworm)2023
CVE-2023-0590 [MEDIUM] CVE-2023-0590: linux - A use-after-free flaw was found in qdisc_graft in net/sched/sch_api.c in the Lin... A use-after-free flaw was found in qdisc_graft in net/sched/sch_api.c in the Linux Kernel due to a race problem. This flaw leads to a denial of service issue. If patch ebda44da44f6 ("net: sched: fix race condition in qdisc_graft()") not applied yet, then kernel could be affected. Scope: local bookworm: resolved (fixed in 6.0.6-1) bullseye: resolved (fixed in 5.10.158-
debian
CVE-2024-27408P4MEDIUMCVSS 4.7fixed in linux 6.7.9-1 (forky)2024
CVE-2024-27408 [MEDIUM] CVE-2024-27408: linux - In the Linux kernel, the following vulnerability has been resolved: dmaengine: ... In the Linux kernel, the following vulnerability has been resolved: dmaengine: dw-edma: eDMA: Add sync read before starting the DMA transfer in remote setup The Linked list element and pointer are not stored in the same memory as the eDMA controller register. If the doorbell register is toggled before the full write of the linked list a race condition error will occ
debian
CVE-2024-46734P4MEDIUMCVSS 4.7fixed in linux 6.1.112-1 (bookworm)2024
CVE-2024-46734 [MEDIUM] CVE-2024-46734: linux - In the Linux kernel, the following vulnerability has been resolved: btrfs: fix ... In the Linux kernel, the following vulnerability has been resolved: btrfs: fix race between direct IO write and fsync when using same fd If we have 2 threads that are using the same file descriptor and one of them is doing direct IO writes while the other is doing fsync, we have a race where we can end up either: 1) Attempt a fsync without holding the inode's lock,
debian
CVE-2024-43887P4LOWCVSS 4.7fixed in linux 6.10.6-1 (forky)2024
CVE-2024-43887 [MEDIUM] CVE-2024-43887: linux - In the Linux kernel, the following vulnerability has been resolved: net/tcp: Di... In the Linux kernel, the following vulnerability has been resolved: net/tcp: Disable TCP-AO static key after RCU grace period The lifetime of TCP-AO static_key is the same as the last tcp_ao_info. On the socket destruction tcp_ao_info ceases to be with RCU grace period, while tcp-ao static branch is currently deferred destructed. The static key definition is : DEFIN
debian
CVE-2024-27080P4LOWCVSS 4.7fixed in linux 6.8.9-1 (forky)2024
CVE-2024-27080 [MEDIUM] CVE-2024-27080: linux - In the Linux kernel, the following vulnerability has been resolved: btrfs: fix ... In the Linux kernel, the following vulnerability has been resolved: btrfs: fix race when detecting delalloc ranges during fiemap For fiemap we recently stopped locking the target extent range for the whole duration of the fiemap call, in order to avoid a deadlock in a scenario where the fiemap buffer happens to be a memory mapped range of the same file. This use cas
debian
CVE-2024-53088P4MEDIUMCVSS 4.7fixed in linux 6.1.119-1 (bookworm)2024
CVE-2024-53088 [MEDIUM] CVE-2024-53088: linux - In the Linux kernel, the following vulnerability has been resolved: i40e: fix r... In the Linux kernel, the following vulnerability has been resolved: i40e: fix race condition by adding filter's intermediate sync state Fix a race condition in the i40e driver that leads to MAC/VLAN filters becoming corrupted and leaking. Address the issue that occurs under heavy load when multiple threads are concurrently modifying MAC/VLAN filters by setting mac a
debian
CVE-2024-38596P4MEDIUMCVSS 4.7fixed in linux 6.1.94-1 (bookworm)2024
CVE-2024-38596 [MEDIUM] CVE-2024-38596: linux - In the Linux kernel, the following vulnerability has been resolved: af_unix: Fi... In the Linux kernel, the following vulnerability has been resolved: af_unix: Fix data races in unix_release_sock/unix_stream_sendmsg A data-race condition has been identified in af_unix. In one data path, the write function unix_release_sock() atomically writes to sk->sk_shutdown using WRITE_ONCE. However, on the reader side, unix_stream_sendmsg() does not read it a
debian
CVE-2024-57913P4MEDIUMCVSS 4.7fixed in linux 6.1.128-1 (bookworm)2024
CVE-2024-57913 [MEDIUM] CVE-2024-57913: linux - In the Linux kernel, the following vulnerability has been resolved: usb: gadget... In the Linux kernel, the following vulnerability has been resolved: usb: gadget: f_fs: Remove WARN_ON in functionfs_bind This commit addresses an issue related to below kernel panic where panic_on_warn is enabled. It is caused by the unnecessary use of WARN_ON in functionsfs_bind, which easily leads to the following scenarios. 1.adb_write in adbd 2. UDC write via co
debian
CVE-2023-52771P4MEDIUMCVSS 4.7fixed in linux 6.5.13-1 (forky)2023
CVE-2023-52771 [MEDIUM] CVE-2023-52771: linux - In the Linux kernel, the following vulnerability has been resolved: cxl/port: F... In the Linux kernel, the following vulnerability has been resolved: cxl/port: Fix delete_endpoint() vs parent unregistration race The CXL subsystem, at cxl_mem ->probe() time, establishes a lineage of ports (struct cxl_port objects) between an endpoint and the root of a CXL topology. Each port including the endpoint port is attached to the cxl_port driver. Given tha
debian
CVE-2022-48842P4MEDIUMCVSS 4.7fixed in linux 5.16.18-1 (bookworm)2022
CVE-2022-48842 [MEDIUM] CVE-2022-48842: linux - In the Linux kernel, the following vulnerability has been resolved: ice: Fix ra... In the Linux kernel, the following vulnerability has been resolved: ice: Fix race condition during interface enslave Commit 5dbbbd01cbba83 ("ice: Avoid RTNL lock when re-creating auxiliary device") changes a process of re-creation of aux device so ice_plug_aux_dev() is called from ice_service_task() context. This unfortunately opens a race window that can result in
debian
CVE-2022-48898P4MEDIUMCVSS 4.7fixed in linux 6.1.7-1 (bookworm)2022
CVE-2022-48898 [MEDIUM] CVE-2022-48898: linux - In the Linux kernel, the following vulnerability has been resolved: drm/msm/dp:... In the Linux kernel, the following vulnerability has been resolved: drm/msm/dp: do not complete dp_aux_cmd_fifo_tx() if irq is not for aux transfer There are 3 possible interrupt sources are handled by DP controller, HPDstatus, Controller state changes and Aux read/write transaction. At every irq, DP controller have to check isr status of every interrupt sources and
debian
CVE-2025-22050P4MEDIUMCVSS 4.7fixed in linux 6.1.135-1 (bookworm)2025
CVE-2025-22050 [MEDIUM] CVE-2025-22050: linux - In the Linux kernel, the following vulnerability has been resolved: usbnet:fix ... In the Linux kernel, the following vulnerability has been resolved: usbnet:fix NPE during rx_complete Missing usbnet_going_away Check in Critical Path. The usb_submit_urb function lacks a usbnet_going_away validation, whereas __usbnet_queue_skb includes this check. This inconsistency creates a race condition where: A URB request may succeed, but the corresponding SK
debian
CVE-2024-35798P4LOWCVSS 4.7fixed in linux 6.7.12-1 (forky)2024
CVE-2024-35798 [MEDIUM] CVE-2024-35798: linux - In the Linux kernel, the following vulnerability has been resolved: btrfs: fix ... In the Linux kernel, the following vulnerability has been resolved: btrfs: fix race in read_extent_buffer_pages() There are reports from tree-checker that detects corrupted nodes, without any obvious pattern so possibly an overwrite in memory. After some debugging it turns out there's a race when reading an extent buffer the uptodate status can be missed. To prevent
debian
CVE-2023-1859P4MEDIUMCVSS 4.7fixed in linux 6.1.25-1 (bookworm)2023
CVE-2023-1859 [MEDIUM] CVE-2023-1859: linux - A use-after-free flaw was found in xen_9pfs_front_removet in net/9p/trans_xen.c ... A use-after-free flaw was found in xen_9pfs_front_removet in net/9p/trans_xen.c in Xen transport for 9pfs in the Linux Kernel. This flaw could allow a local attacker to crash the system due to a race problem, possibly leading to a kernel information leak. Scope: local bookworm: resolved (fixed in 6.1.25-1) bullseye: resolved (fixed in 5.10.178-1) forky: resolved (fixe
debian
CVE-2024-27009P4MEDIUMCVSS 4.7fixed in linux 6.1.90-1 (bookworm)2024
CVE-2024-27009 [MEDIUM] CVE-2024-27009: linux - In the Linux kernel, the following vulnerability has been resolved: s390/cio: f... In the Linux kernel, the following vulnerability has been resolved: s390/cio: fix race condition during online processing A race condition exists in ccw_device_set_online() that can cause the online process to fail, leaving the affected device in an inconsistent state. As a result, subsequent attempts to set that device online fail with return code ENODEV. The probl
debian
CVE-2024-38601P4MEDIUMCVSS 4.7fixed in linux 6.1.94-1 (bookworm)2024
CVE-2024-38601 [MEDIUM] CVE-2024-38601: linux - In the Linux kernel, the following vulnerability has been resolved: ring-buffer... In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Fix a race between readers and resize checks The reader code in rb_get_reader_page() swaps a new reader page into the ring buffer by doing cmpxchg on old->list.prev->next to point it to the new page. Following that, if the operation is successful, old->list.next->prev gets updated too.
debian
CVE-2024-37354P4MEDIUMCVSS 4.7fixed in linux 6.1.94-1 (bookworm)2024
CVE-2024-37354 [MEDIUM] CVE-2024-37354: linux - In the Linux kernel, the following vulnerability has been resolved: btrfs: fix ... In the Linux kernel, the following vulnerability has been resolved: btrfs: fix crash on racing fsync and size-extending write into prealloc We have been seeing crashes on duplicate keys in btrfs_set_item_key_safe(): BTRFS critical (device vdb): slot 4 key (450 108 8192) new key (450 108 8192) ------------[ cut here ]------------ kernel BUG at fs/btrfs/ctree.c:2620!
debian
CVE-2023-52608P4MEDIUMCVSS 4.7fixed in linux 6.1.76-1 (bookworm)2023
CVE-2023-52608 [MEDIUM] CVE-2023-52608: linux - In the Linux kernel, the following vulnerability has been resolved: firmware: a... In the Linux kernel, the following vulnerability has been resolved: firmware: arm_scmi: Check mailbox/SMT channel for consistency On reception of a completion interrupt the shared memory area is accessed to retrieve the message header at first and then, if the message sequence number identifies a transaction which is still pending, the related payload is fetched too
debian
CVE-2025-21984P4LOWCVSS 4.7fixed in linux 6.12.20-1 (forky)2025
CVE-2025-21984 [MEDIUM] CVE-2025-21984: linux - In the Linux kernel, the following vulnerability has been resolved: mm: fix ker... In the Linux kernel, the following vulnerability has been resolved: mm: fix kernel BUG when userfaultfd_move encounters swapcache userfaultfd_move() checks whether the PTE entry is present or a swap entry. - If the PTE entry is present, move_present_pte() handles folio migration by setting: src_folio->index = linear_page_index(dst_vma, dst_addr); - If the PTE entry
debian
Debian Linux vulnerabilities | cvebase