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 287 of 632
CVE-2023-53565P4LOWCVSS 5.5fixed in linux 6.3.7-1 (forky)2023
CVE-2023-53565 [MEDIUM] CVE-2023-53565: linux - In the Linux kernel, the following vulnerability has been resolved: wifi: brcmf...
In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: Check for probe() id argument being NULL The probe() id argument may be NULL in 2 scenarios: 1. brcmf_pcie_pm_leave_D3() calling brcmf_pcie_probe() to reprobe the device. 2. If a user tries to manually bind the driver from sysfs then the sdio / pcie / usb probe() function gets called
debian
CVE-2023-53686P4LOWCVSS 5.5fixed in linux 6.5.6-1 (forky)2023
CVE-2023-53686 [MEDIUM] CVE-2023-53686: linux - In the Linux kernel, the following vulnerability has been resolved: net/handsha...
In the Linux kernel, the following vulnerability has been resolved: net/handshake: fix null-ptr-deref in handshake_nl_done_doit() We should not call trace_handshake_cmd_done_err() if socket lookup has failed. Also we should call trace_handshake_cmd_done_err() before releasing the file, otherwise dereferencing sock->sk can return garbage. This also reverts 7afc6d0a10
debian
CVE-2025-71233P4MEDIUMCVSS 5.5fixed in linux 6.1.164-1 (bookworm)2025
CVE-2025-71233 [MEDIUM] CVE-2025-71233: linux - In the Linux kernel, the following vulnerability has been resolved: PCI: endpoi...
In the Linux kernel, the following vulnerability has been resolved: PCI: endpoint: Avoid creating sub-groups asynchronously The asynchronous creation of sub-groups by a delayed work could lead to a NULL pointer dereference when the driver directory is removed before the work completes. The crash can be easily reproduced with the following commands: # cd /sys/kernel/
debian
CVE-2025-71229P4LOWCVSS 5.5fixed in linux 6.18.12-1 (forky)2025
CVE-2025-71229 [MEDIUM] CVE-2025-71229: linux - In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88...
In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: Fix alignment fault in rtw_core_enable_beacon() rtw_core_enable_beacon() reads 4 bytes from an address that is not a multiple of 4. This results in a crash on some systems. Do 1 byte reads/writes instead. Unable to handle kernel paging request at virtual address ffff8000827e0522 Mem abo
debian
CVE-2025-38388P4LOWCVSS 5.5fixed in linux 6.12.37-1 (forky)2025
CVE-2025-38388 [MEDIUM] CVE-2025-38388: 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_ffa: Replace mutex with rwlock to avoid sleep in atomic context The current use of a mutex to protect the notifier hashtable accesses can lead to issues in the atomic context. It results in the below kernel warnings: | BUG: sleeping function called from invalid context at kernel/lockin
debian
CVE-2023-53549P4MEDIUMCVSS 5.5fixed in linux 6.1.7-1 (bookworm)2023
CVE-2023-53549 [MEDIUM] CVE-2023-53549: linux - In the Linux kernel, the following vulnerability has been resolved: netfilter: ...
In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: Rework long task execution when adding/deleting entries When adding/deleting large number of elements in one step in ipset, it can take a reasonable amount of time and can result in soft lockup errors. The patch 5f7b51bf09ba ("netfilter: ipset: Limit the maximal range of consecutiv
debian
CVE-2026-23113P4MEDIUMCVSS 5.5fixed in linux 6.18.8-1 (forky)2026
CVE-2026-23113 [MEDIUM] CVE-2026-23113: linux - In the Linux kernel, the following vulnerability has been resolved: io_uring/io...
In the Linux kernel, the following vulnerability has been resolved: io_uring/io-wq: check IO_WQ_BIT_EXIT inside work run loop Currently this is checked before running the pending work. Normally this is quite fine, as work items either end up blocking (which will create a new worker for other items), or they complete fairly quickly. But syzbot reports an issue where
debian
CVE-2026-22981P4LOWCVSS 5.5fixed in linux 6.18.8-1 (forky)2026
CVE-2026-22981 [MEDIUM] CVE-2026-22981: linux - In the Linux kernel, the following vulnerability has been resolved: idpf: detac...
In the Linux kernel, the following vulnerability has been resolved: idpf: detach and close netdevs while handling a reset Protect the reset path from callbacks by setting the netdevs to detached state and close any netdevs in UP state until the reset handling has completed. During a reset, the driver will de-allocate resources for the vport, and there is no guarante
debian
CVE-2026-22993P4LOWCVSS 5.5fixed in linux 6.18.8-1 (forky)2026
CVE-2026-22993 [MEDIUM] CVE-2026-22993: linux - In the Linux kernel, the following vulnerability has been resolved: idpf: Fix R...
In the Linux kernel, the following vulnerability has been resolved: idpf: Fix RSS LUT NULL ptr issue after soft reset During soft reset, the RSS LUT is freed and not restored unless the interface is up. If an ethtool command that accesses the rss lut is attempted immediately after reset, it will result in NULL ptr dereference. Also, there is no need to reset the rss
debian
CVE-2026-22985P4LOWCVSS 5.5fixed in linux 6.18.8-1 (forky)2026
CVE-2026-22985 [MEDIUM] CVE-2026-22985: linux - In the Linux kernel, the following vulnerability has been resolved: idpf: Fix R...
In the Linux kernel, the following vulnerability has been resolved: idpf: Fix RSS LUT NULL pointer crash on early ethtool operations The RSS LUT is not initialized until the interface comes up, causing the following NULL pointer crash when ethtool operations like rxhash on/off are performed before the interface is brought up for the first time. Move RSS LUT initiali
debian
CVE-2026-23128P4MEDIUMCVSS 5.5fixed in linux 6.1.162-1 (bookworm)2026
CVE-2026-23128 [MEDIUM] CVE-2026-23128: linux - In the Linux kernel, the following vulnerability has been resolved: arm64: Set ...
In the Linux kernel, the following vulnerability has been resolved: arm64: Set __nocfi on swsusp_arch_resume() A DABT is reported[1] on an android based system when resume from hiberate. This happens because swsusp_arch_suspend_exit() is marked with SYM_CODE_*() and does not have a CFI hash, but swsusp_arch_resume() will attempt to verify the CFI hash when calling a
debian
CVE-2026-23097P4MEDIUMCVSS 5.5fixed in linux 6.1.162-1 (bookworm)2026
CVE-2026-23097 [MEDIUM] CVE-2026-23097: linux - In the Linux kernel, the following vulnerability has been resolved: migrate: co...
In the Linux kernel, the following vulnerability has been resolved: migrate: correct lock ordering for hugetlb file folios Syzbot has found a deadlock (analyzed by Lance Yang): 1) Task (5749): Holds folio_lock, then tries to acquire i_mmap_rwsem(read lock). 2) Task (5754): Holds i_mmap_rwsem(write lock), then tries to acquire folio_lock. migrate_pages() -> migrate_h
debian
CVE-2026-23173P4LOWCVSS 5.5fixed in linux 6.18.9-1 (forky)2026
CVE-2026-23173 [MEDIUM] CVE-2026-23173: linux - In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: ...
In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: TC, delete flows only for existing peers When deleting TC steering flows, iterate only over actual devcom peers instead of assuming all possible ports exist. This avoids touching non-existent peers and ensures cleanup is limited to devices the driver is currently connected to. BUG: kernel
debian
CVE-2026-23159P4LOWCVSS 5.5fixed in linux 6.18.9-1 (forky)2026
CVE-2026-23159 [MEDIUM] CVE-2026-23159: linux - In the Linux kernel, the following vulnerability has been resolved: perf: sched...
In the Linux kernel, the following vulnerability has been resolved: perf: sched: Fix perf crash with new is_user_task() helper In order to do a user space stacktrace the current task needs to be a user task that has executed in user space. It use to be possible to test if a task is a user task or not by simply checking the task_struct mm field. If it was non NULL, i
debian
CVE-2025-71200P4MEDIUMCVSS 5.5fixed in linux 6.1.162-1 (bookworm)2025
CVE-2025-71200 [MEDIUM] CVE-2025-71200: linux - In the Linux kernel, the following vulnerability has been resolved: mmc: sdhci-...
In the Linux kernel, the following vulnerability has been resolved: mmc: sdhci-of-dwcmshc: Prevent illegal clock reduction in HS200/HS400 mode When operating in HS200 or HS400 timing modes, reducing the clock frequency below 52MHz will lead to link broken as the Rockchip DWC MSHC controller requires maintaining a minimum clock of 52MHz in these modes. Add a check to
debian
CVE-2026-23213P4MEDIUMCVSS 5.5fixed in linux 6.18.10-1 (forky)2026
CVE-2026-23213 [MEDIUM] CVE-2026-23213: linux - In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm:...
In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: Disable MMIO access during SMU Mode 1 reset During Mode 1 reset, the ASIC undergoes a reset cycle and becomes temporarily inaccessible via PCIe. Any attempt to access MMIO registers during this window (e.g., from interrupt handlers or other driver threads) can result in uncompleted PCIe
debian
CVE-2025-38506P4LOWCVSS 5.5fixed in linux 6.16.3-1 (forky)2025
CVE-2025-38506 [MEDIUM] CVE-2025-38506: linux - In the Linux kernel, the following vulnerability has been resolved: KVM: Allow ...
In the Linux kernel, the following vulnerability has been resolved: KVM: Allow CPU to reschedule while setting per-page memory attributes When running an SEV-SNP guest with a sufficiently large amount of memory (1TB+), the host can experience CPU soft lockups when running an operation in kvm_vm_set_mem_attributes() to set memory attributes on the whole range of gues
debian
CVE-2025-39885P4MEDIUMCVSS 5.5fixed in linux 6.1.153-1 (bookworm)2025
CVE-2025-39885 [MEDIUM] CVE-2025-39885: linux - In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix ...
In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix recursive semaphore deadlock in fiemap call syzbot detected a OCFS2 hang due to a recursive semaphore on a FS_IOC_FIEMAP of the extent list on a specially crafted mmap file. context_switch kernel/sched/core.c:5357 [inline] __schedule+0x1798/0x4cc0 kernel/sched/core.c:6961 __schedule_loop
debian
CVE-2023-53519P4MEDIUMCVSS 5.5fixed in linux 6.1.52-1 (bookworm)2023
CVE-2023-53519 [MEDIUM] CVE-2023-53519: linux - In the Linux kernel, the following vulnerability has been resolved: media: v4l2...
In the Linux kernel, the following vulnerability has been resolved: media: v4l2-mem2mem: add lock to protect parameter num_rdy Getting below error when using KCSAN to check the driver. Adding lock to protect parameter num_rdy when getting the value with function: v4l2_m2m_num_src_bufs_ready/v4l2_m2m_num_dst_bufs_ready. kworker/u16:3: [name:report&]BUG: KCSAN: data-r
debian
CVE-2025-38359P4MEDIUMCVSS 5.5fixed in linux 6.16.3-1 (forky)2025
CVE-2025-38359 [MEDIUM] CVE-2025-38359: linux - In the Linux kernel, the following vulnerability has been resolved: s390/mm: Fi...
In the Linux kernel, the following vulnerability has been resolved: s390/mm: Fix in_atomic() handling in do_secure_storage_access() Kernel user spaces accesses to not exported pages in atomic context incorrectly try to resolve the page fault. With debug options enabled call traces like this can be seen: BUG: sleeping function called from invalid context at kernel/lo
debian