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 577 of 632
CVE-2024-26859P4MEDIUMCVSS 4.7fixed in linux 6.1.85-1 (bookworm)2024
CVE-2024-26859 [MEDIUM] CVE-2024-26859: linux - In the Linux kernel, the following vulnerability has been resolved: net/bnx2x: ... In the Linux kernel, the following vulnerability has been resolved: net/bnx2x: Prevent access to a freed page in page_pool Fix race condition leading to system crash during EEH error handling During EEH error recovery, the bnx2x driver's transmit timeout logic could cause a race condition when handling reset tasks. The bnx2x_tx_timeout() schedules reset tasks via bn
debian
CVE-2024-36028P4MEDIUMCVSS 4.7fixed in linux 6.1.94-1 (bookworm)2024
CVE-2024-36028 [MEDIUM] CVE-2024-36028: linux - In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb:... In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: fix DEBUG_LOCKS_WARN_ON(1) when dissolve_free_hugetlb_folio() When I did memory failure tests recently, below warning occurs: DEBUG_LOCKS_WARN_ON(1) WARNING: CPU: 8 PID: 1011 at kernel/locking/lockdep.c:232 __lock_acquire+0xccb/0x1ca0 Modules linked in: mce_inject hwpoison_inject CPU: 8
debian
CVE-2024-26869P4MEDIUMCVSS 4.7fixed in linux 6.7.12-1 (forky)2024
CVE-2024-26869 [MEDIUM] CVE-2024-26869: 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 truncate meta inode pages forcely Below race case can cause data corruption: Thread A GC thread - gc_data_segment - ra_data_block - locked meta_inode page - f2fs_inplace_write_data - invalidate_mapping_pages : fail to invalidate meta_inode page due to lock failure or dirty|writeback sta
debian
CVE-2024-44954P4MEDIUMCVSS 4.7fixed in linux 6.1.106-1 (bookworm)2024
CVE-2024-44954 [MEDIUM] CVE-2024-44954: linux - In the Linux kernel, the following vulnerability has been resolved: ALSA: line6... In the Linux kernel, the following vulnerability has been resolved: ALSA: line6: Fix racy access to midibuf There can be concurrent accesses to line6 midibuf from both the URB completion callback and the rawmidi API access. This could be a cause of KMSAN warning triggered by syzkaller below (so put as reported-by here). This patch protects the midibuf call of the fo
debian
CVE-2023-52786P4LOWCVSS 4.7fixed in linux 6.6.8-1 (forky)2023
CVE-2023-52786 [MEDIUM] CVE-2023-52786: linux - In the Linux kernel, the following vulnerability has been resolved: ext4: fix r... In the Linux kernel, the following vulnerability has been resolved: ext4: fix racy may inline data check in dio write syzbot reports that the following warning from ext4_iomap_begin() triggers as of the commit referenced below: if (WARN_ON_ONCE(ext4_has_inline_data(inode))) return -ERANGE; This occurs during a dio write, which is never expected to encounter an inode
debian
CVE-2021-46982P4MEDIUMCVSS 4.7fixed in linux 5.10.38-1 (bookworm)2021
CVE-2021-46982 [MEDIUM] CVE-2021-46982: linux - In the Linux kernel, the following vulnerability has been resolved: f2fs: compr... In the Linux kernel, the following vulnerability has been resolved: f2fs: compress: fix race condition of overwrite vs truncate pos_fsstress testcase complains a panic as belew: ------------[ cut here ]------------ kernel BUG at fs/f2fs/compress.c:1082! invalid opcode: 0000 [#1] SMP PTI CPU: 4 PID: 2753477 Comm: kworker/u16:2 Tainted: G OE 5.12.0-rc1-custom #1 Hardw
debian
CVE-2024-38613P4MEDIUMCVSS 4.7fixed in linux 6.1.94-1 (bookworm)2024
CVE-2024-38613 [MEDIUM] CVE-2024-38613: linux - In the Linux kernel, the following vulnerability has been resolved: m68k: Fix s... In the Linux kernel, the following vulnerability has been resolved: m68k: Fix spinlock race in kernel thread creation Context switching does take care to retain the correct lock owner across the switch from 'prev' to 'next' tasks. This does rely on interrupts remaining disabled for the entire duration of the switch. This condition is guaranteed for normal process cr
debian
CVE-2024-26861P4MEDIUMCVSS 4.7fixed in linux 6.1.85-1 (bookworm)2024
CVE-2024-26861 [MEDIUM] CVE-2024-26861: linux - In the Linux kernel, the following vulnerability has been resolved: wireguard: ... In the Linux kernel, the following vulnerability has been resolved: wireguard: receive: annotate data-race around receiving_counter.counter Syzkaller with KCSAN identified a data-race issue when accessing keypair->receiving_counter.counter. Use READ_ONCE() and WRITE_ONCE() annotations to mark the data race as intentional. BUG: KCSAN: data-race in wg_packet_decrypt_w
debian
CVE-2022-49443P4MEDIUMCVSS 4.7fixed in linux 5.18.5-1 (bookworm)2022
CVE-2022-49443 [MEDIUM] CVE-2022-49443: linux - In the Linux kernel, the following vulnerability has been resolved: list: fix a... In the Linux kernel, the following vulnerability has been resolved: list: fix a data-race around ep->rdllist ep_poll() first calls ep_events_available() with no lock held and checks if ep->rdllist is empty by list_empty_careful(), which reads rdllist->prev. Thus all accesses to it need some protection to avoid store/load-tearing. Note INIT_LIST_HEAD_RCU() already ha
debian
CVE-2025-21695P4LOWCVSS 4.7fixed in linux 6.12.11-1 (forky)2025
CVE-2025-21695 [MEDIUM] CVE-2025-21695: linux - In the Linux kernel, the following vulnerability has been resolved: platform/x8... In the Linux kernel, the following vulnerability has been resolved: platform/x86: dell-uart-backlight: fix serdev race The dell_uart_bl_serdev_probe() function calls devm_serdev_device_open() before setting the client ops via serdev_device_set_client_ops(). This ordering can trigger a NULL pointer dereference in the serdev controller's receive_buf handler, as it ass
debian
CVE-2024-46704P4LOWCVSS 4.7fixed in linux 6.10.7-1 (forky)2024
CVE-2024-46704 [MEDIUM] CVE-2024-46704: linux - In the Linux kernel, the following vulnerability has been resolved: workqueue: ... In the Linux kernel, the following vulnerability has been resolved: workqueue: Fix spruious data race in __flush_work() When flushing a work item for cancellation, __flush_work() knows that it exclusively owns the work item through its PENDING bit. 134874e2eee9 ("workqueue: Allow cancel_work_sync() and disable_work() from atomic contexts on BH work items") added a r
debian
CVE-2024-45003P4MEDIUMCVSS 4.7fixed in linux 6.1.112-1 (bookworm)2024
CVE-2024-45003 [MEDIUM] CVE-2024-45003: linux - In the Linux kernel, the following vulnerability has been resolved: vfs: Don't ... In the Linux kernel, the following vulnerability has been resolved: vfs: Don't evict inode under the inode lru traversing context The inode reclaiming process(See function prune_icache_sb) collects all reclaimable inodes and mark them with I_FREEING flag at first, at that time, other processes will be stuck if they try getting these inodes (See function find_inode_f
debian
CVE-2024-42253P4MEDIUMCVSS 4.7fixed in linux 6.1.106-1 (bookworm)2024
CVE-2024-42253 [MEDIUM] CVE-2024-42253: linux - In the Linux kernel, the following vulnerability has been resolved: gpio: pca95... In the Linux kernel, the following vulnerability has been resolved: gpio: pca953x: fix pca953x_irq_bus_sync_unlock race Ensure that `i2c_lock' is held when setting interrupt latch and mask in pca953x_irq_bus_sync_unlock() in order to avoid races. The other (non-probe) call site pca953x_gpio_set_multiple() ensures the lock is held before calling pca953x_write_regs().
debian
CVE-2023-52589P4MEDIUMCVSS 4.7fixed in linux 6.1.82-1 (bookworm)2023
CVE-2023-52589 [MEDIUM] CVE-2023-52589: linux - In the Linux kernel, the following vulnerability has been resolved: media: rkis... In the Linux kernel, the following vulnerability has been resolved: media: rkisp1: Fix IRQ disable race issue In rkisp1_isp_stop() and rkisp1_csi_disable() the driver masks the interrupts and then apparently assumes that the interrupt handler won't be running, and proceeds in the stop procedure. This is not the case, as the interrupt handler can already be running,
debian
CVE-2022-48941P4MEDIUMCVSS 4.7fixed in linux 5.16.12-1 (bookworm)2022
CVE-2022-48941 [MEDIUM] CVE-2022-48941: linux - In the Linux kernel, the following vulnerability has been resolved: ice: fix co... In the Linux kernel, the following vulnerability has been resolved: ice: fix concurrent reset and removal of VFs Commit c503e63200c6 ("ice: Stop processing VF messages during teardown") introduced a driver state flag, ICE_VF_DEINIT_IN_PROGRESS, which is intended to prevent some issues with concurrently handling messages from VFs while tearing down the VFs. This chan
debian
CVE-2024-53160P4LOWCVSS 4.7fixed in linux 6.12.3-1 (forky)2024
CVE-2024-53160 [MEDIUM] CVE-2024-53160: linux - In the Linux kernel, the following vulnerability has been resolved: rcu/kvfree:... In the Linux kernel, the following vulnerability has been resolved: rcu/kvfree: Fix data-race in __mod_timer / kvfree_call_rcu KCSAN reports a data race when access the krcp->monitor_work.timer.expires variable in the schedule_delayed_monitor_work() function: BUG: KCSAN: data-race in __mod_timer / kvfree_call_rcu read to 0xffff888237d1cce8 of 8 bytes by task 10149 o
debian
CVE-2023-53615P4MEDIUMCVSS 4.7fixed in linux 6.1.55-1 (bookworm)2023
CVE-2023-53615 [MEDIUM] CVE-2023-53615: linux - In the Linux kernel, the following vulnerability has been resolved: scsi: qla2x... In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix deletion race condition System crash when using debug kernel due to link list corruption. The cause of the link list corruption is due to session deletion was allowed to queue up twice. Here's the internal trace that show the same port was allowed to double queue for deletion on d
debian
CVE-2025-21746P4LOWCVSS 4.7fixed in linux 6.12.17-1 (forky)2025
CVE-2025-21746 [MEDIUM] CVE-2025-21746: linux - In the Linux kernel, the following vulnerability has been resolved: Input: syna... In the Linux kernel, the following vulnerability has been resolved: Input: synaptics - fix crash when enabling pass-through port When enabling a pass-through port an interrupt might come before psmouse driver binds to the pass-through port. However synaptics sub-driver tries to access psmouse instance presumably associated with the pass-through port to figure out if
debian
CVE-2025-38234P4MEDIUMCVSS 4.7fixed in linux 6.16.3-1 (forky)2025
CVE-2025-38234 [MEDIUM] CVE-2025-38234: linux - In the Linux kernel, the following vulnerability has been resolved: sched/rt: F... In the Linux kernel, the following vulnerability has been resolved: sched/rt: Fix race in push_rt_task Overview ======== When a CPU chooses to call push_rt_task and picks a task to push to another CPU's runqueue then it will call find_lock_lowest_rq method which would take a double lock on both CPUs' runqueues. If one of the locks aren't readily available, it may le
debian
CVE-2025-38232P4MEDIUMCVSS 4.7fixed in linux 6.1.162-1 (bookworm)2025
CVE-2025-38232 [MEDIUM] CVE-2025-38232: linux - In the Linux kernel, the following vulnerability has been resolved: NFSD: fix r... In the Linux kernel, the following vulnerability has been resolved: NFSD: fix race between nfsd registration and exports_proc As of now nfsd calls create_proc_exports_entry() at start of init_nfsd and cleanup by remove_proc_entry() at last of exit_nfsd. Which causes kernel OOPs if there is race between below 2 operations: (i) exportfs -r (ii) mount -t nfsd none /pro
debian
Debian Linux vulnerabilities | cvebase