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 573 of 632
CVE-2025-68235P4LOWfixed in linux 6.17.10-1 (forky)2025
CVE-2025-68235 [LOW] CVE-2025-68235: linux - In the Linux kernel, the following vulnerability has been resolved: nouveau/fir...
In the Linux kernel, the following vulnerability has been resolved: nouveau/firmware: Add missing kfree() of nvkm_falcon_fw::boot nvkm_falcon_fw::boot is allocated, but no one frees it. This causes a kmemleak warning. Make sure this data is deallocated.
Scope: local
bookworm: resolved
bullseye: resolved
forky: resolved (fixed in 6.17.10-1)
sid: resolved (fixed in 6.17.
debian
CVE-2025-68233P4UNKNOWNfixed in linux 6.1.159-1 (bookworm)2025
CVE-2025-68233 CVE-2025-68233: linux - In the Linux kernel, the following vulnerability has been resolved: drm/tegra: ...
In the Linux kernel, the following vulnerability has been resolved: drm/tegra: Add call to put_pid() Add a call to put_pid() corresponding to get_task_pid(). host1x_memory_context_alloc() does not take ownership of the PID so we need to free it here to avoid leaking. [[email protected]: reword commit message]
Scope: local
bookworm: resolved (fixed in 6.1.159-1)
bullseye:
debian
CVE-2025-68196P4LOWfixed in linux 6.17.8-1 (forky)2025
CVE-2025-68196 [LOW] CVE-2025-68196: linux - In the Linux kernel, the following vulnerability has been resolved: drm/amd/dis...
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Cache streams targeting link when performing LT automation [WHY] Last LT automation update can cause crash by referencing current_state and calling into dc_update_planes_and_stream which may clobber current_state. [HOW] Cache relevant stream pointers and iterate through them instead of
debian
CVE-2025-68373P4LOWfixed in linux 6.17.13-1 (forky)2025
CVE-2025-68373 [LOW] CVE-2025-68373: linux - In the Linux kernel, the following vulnerability has been resolved: md: avoid r...
In the Linux kernel, the following vulnerability has been resolved: md: avoid repeated calls to del_gendisk There is a uaf problem which is found by case 23rdev-lifetime: Oops: general protection fault, probably for non-canonical address 0xdead000000000122 RIP: 0010:bdi_unregister+0x4b/0x170 Call Trace: __del_gendisk+0x356/0x3e0 mddev_unlock+0x351/0x360 rdev_attr_store
debian
CVE-2026-31410P4UNKNOWNfixed in linux 6.19.10-1 (forky)2026
CVE-2026-31410 CVE-2026-31410: linux - In the Linux kernel, the following vulnerability has been resolved: ksmbd: use ...
In the Linux kernel, the following vulnerability has been resolved: ksmbd: use volume UUID in FS_OBJECT_ID_INFORMATION Use sb->s_uuid for a proper volume identifier as the primary choice. For filesystems that do not provide a UUID, fall back to stfs.f_fsid obtained from vfs_statfs().
Scope: local
bookworm: open
bullseye: open
forky: resolved (fixed in 6.19.10-1)
sid: resolve
debian
CVE-2025-68298P4LOWfixed in linux 6.17.11-1 (forky)2025
CVE-2025-68298 [LOW] CVE-2025-68298: linux - In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ...
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: mediatek: Avoid btusb_mtk_claim_iso_intf() NULL deref In btusb_mtk_setup(), we set `btmtk_data->isopkt_intf` to: usb_ifnum_to_if(data->udev, MTK_ISO_IFNUM) That function can return NULL in some cases. Even when it returns NULL, though, we still go on to call btusb_mtk_claim_iso_intf()
debian
CVE-2025-68338P4LOWfixed in linux 6.17.11-1 (forky)2025
CVE-2025-68338 [LOW] CVE-2025-68338: linux - In the Linux kernel, the following vulnerability has been resolved: net: dsa: m...
In the Linux kernel, the following vulnerability has been resolved: net: dsa: microchip: Don't free uninitialized ksz_irq If something goes wrong at setup, ksz_irq_free() can be called on uninitialized ksz_irq (for example when ksz_ptp_irq_setup() fails). It leads to freeing uninitialized IRQ numbers and/or domains. Use dsa_switch_for_each_user_port_continue_reverse()
debian
CVE-2023-54204P4LOWfixed in linux 6.4.13-1 (forky)2023
CVE-2023-54204 [LOW] CVE-2023-54204: linux - In the Linux kernel, the following vulnerability has been resolved: mmc: sunplu...
In the Linux kernel, the following vulnerability has been resolved: mmc: sunplus: fix return value check of mmc_add_host() mmc_add_host() may return error, if we ignore its return value, 1. the memory allocated in mmc_alloc_host() will be leaked 2. null-ptr-deref will happen when calling mmc_remove_host() in remove function spmmc_drv_remove() because deleting not added
debian
CVE-2025-68762P4LOWfixed in linux 6.17.13-1 (forky)2025
CVE-2025-68762 [LOW] CVE-2025-68762: linux - In the Linux kernel, the following vulnerability has been resolved: net: netpol...
In the Linux kernel, the following vulnerability has been resolved: net: netpoll: initialize work queue before error checks Prevent a kernel warning when netconsole setup fails on devices with IFF_DISABLE_NETPOLL flag. The warning (at kernel/workqueue.c:4242 in __flush_work) occurs because the cleanup path tries to cancel an uninitialized work queue. When __netpoll_set
debian
CVE-2025-68316P4LOWfixed in linux 6.17.8-1 (forky)2025
CVE-2025-68316 [LOW] CVE-2025-68316: linux - In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: ...
In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Fix invalid probe error return value After DME Link Startup, the error return value is set to the MIPI UniPro GenericErrorCode which can be 0 (SUCCESS) or 1 (FAILURE). Upon failure during driver probe, the error code 1 is propagated back to the driver probe function which must return a
debian
CVE-2025-68368P4LOWfixed in linux 6.18.3-1 (forky)2025
CVE-2025-68368 [LOW] CVE-2025-68368: linux - In the Linux kernel, the following vulnerability has been resolved: md: init bi...
In the Linux kernel, the following vulnerability has been resolved: md: init bioset in mddev_init IO operations may be needed before md_run(), such as updating metadata after writing sysfs. Without bioset, this triggers a NULL pointer dereference as below: BUG: kernel NULL pointer dereference, address: 0000000000000020 Call Trace: md_update_sb+0x658/0xe00 new_level_sto
debian
CVE-2025-68326P4LOWfixed in linux 6.17.11-1 (forky)2025
CVE-2025-68326 [LOW] CVE-2025-68326: linux - In the Linux kernel, the following vulnerability has been resolved: drm/xe/guc:...
In the Linux kernel, the following vulnerability has been resolved: drm/xe/guc: Fix stack_depot usage Add missing stack_depot_init() call when CONFIG_DRM_XE_DEBUG_GUC is enabled to fix the following call stack: [] BUG: kernel NULL pointer dereference, address: 0000000000000000 [] Workqueue: drm_sched_run_job_work [gpu_sched] [] RIP: 0010:stack_depot_save_flags+0x172/0x
debian
CVE-2025-68253P4LOWfixed in linux 6.17.6-1 (forky)2025
CVE-2025-68253 [LOW] CVE-2025-68253: linux - In the Linux kernel, the following vulnerability has been resolved: mm: don't s...
In the Linux kernel, the following vulnerability has been resolved: mm: don't spin in add_stack_record when gfp flags don't allow syzbot was able to find the following path: add_stack_record_to_list mm/page_owner.c:182 [inline] inc_stack_record_count mm/page_owner.c:214 [inline] __set_page_owner+0x2c3/0x4a0 mm/page_owner.c:333 set_page_owner include/linux/page_owner.h:
debian
CVE-2025-68309P4LOWfixed in linux 6.17.8-1 (forky)2025
CVE-2025-68309 [LOW] CVE-2025-68309: linux - In the Linux kernel, the following vulnerability has been resolved: PCI/AER: Fi...
In the Linux kernel, the following vulnerability has been resolved: PCI/AER: Fix NULL pointer access by aer_info The kzalloc(GFP_KERNEL) may return NULL, so all accesses to aer_info->xxx will result in kernel panic. Fix it.
Scope: local
bookworm: resolved
bullseye: resolved
forky: resolved (fixed in 6.17.8-1)
sid: resolved (fixed in 6.17.8-1)
trixie: resolved
debian
CVE-2026-23045P4LOWfixed in linux 6.18.8-1 (forky)2026
CVE-2026-23045 [LOW] CVE-2026-23045: linux - In the Linux kernel, the following vulnerability has been resolved: net/ena: fi...
In the Linux kernel, the following vulnerability has been resolved: net/ena: fix missing lock when update devlink params Fix assert lock warning while calling devl_param_driverinit_value_set() in ena. WARNING: net/devlink/core.c:261 at devl_assert_locked+0x62/0x90, CPU#0: kworker/0:0/9 CPU: 0 UID: 0 PID: 9 Comm: kworker/0:0 Not tainted 6.19.0-rc2+ #1 PREEMPT(lazy) Hard
debian
CVE-2019-19966P4MEDIUMCVSS 4.6fixed in linux 5.2.6-1 (bookworm)2019
CVE-2019-19966 [MEDIUM] CVE-2019-19966: linux - In the Linux kernel before 5.1.6, there is a use-after-free in cpia2_exit() in d...
In the Linux kernel before 5.1.6, there is a use-after-free in cpia2_exit() in drivers/media/usb/cpia2/cpia2_v4l.c that will cause denial of service, aka CID-dea37a972655.
Scope: local
bookworm: resolved (fixed in 5.2.6-1)
bullseye: resolved (fixed in 5.2.6-1)
forky: resolved (fixed in 5.2.6-1)
sid: resolved (fixed in 5.2.6-1)
trixie: resolved (fixed in 5.2.6-1)
debian
CVE-2026-23304P4UNKNOWNfixed in linux 6.19.8-1 (forky)2026
CVE-2026-23304 CVE-2026-23304: linux - In the Linux kernel, the following vulnerability has been resolved: ipv6: fix N...
In the Linux kernel, the following vulnerability has been resolved: ipv6: fix NULL pointer deref in ip6_rt_get_dev_rcu() l3mdev_master_dev_rcu() can return NULL when the slave device is being un-slaved from a VRF. All other callers deal with this, but we lost the fallback to loopback in ip6_rt_pcpu_alloc() -> ip6_rt_get_dev_rcu() with commit 4832c30d5458 ("net: ipv6: put hos
debian
CVE-2026-23429P4LOWfixed in linux 6.19.10-1 (forky)2026
CVE-2026-23429 [LOW] CVE-2026-23429: linux - In the Linux kernel, the following vulnerability has been resolved: iommu/sva: ...
In the Linux kernel, the following vulnerability has been resolved: iommu/sva: Fix crash in iommu_sva_unbind_device() domain->mm->iommu_mm can be freed by iommu_domain_free(): iommu_domain_free() mmdrop() __mmdrop() mm_pasid_drop() After iommu_domain_free() returns, accessing domain->mm->iommu_mm may dereference a freed mm structure, leading to a crash. Fix this by mov
debian
CVE-2026-23437P4LOWfixed in linux 6.19.10-1 (forky)2026
CVE-2026-23437 [LOW] CVE-2026-23437: linux - In the Linux kernel, the following vulnerability has been resolved: net: shaper...
In the Linux kernel, the following vulnerability has been resolved: net: shaper: protect late read accesses to the hierarchy We look up a netdev during prep of Netlink ops (pre- callbacks) and take a ref to it. Then later in the body of the callback we take its lock or RCU which are the actual protections. This is not proper, a conversion from a ref to a locked netdev
debian
CVE-2026-23347P4LOWfixed in linux 6.19.8-1 (forky)2026
CVE-2026-23347 [LOW] CVE-2026-23347: linux - In the Linux kernel, the following vulnerability has been resolved: can: usb: f...
In the Linux kernel, the following vulnerability has been resolved: can: usb: f81604: correctly anchor the urb in the read bulk callback When submitting an urb, that is using the anchor pattern, it needs to be anchored before submitting it otherwise it could be leaked if usb_kill_anchored_urbs() is called. This logic is correctly done elsewhere in the driver, except in
debian