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 449 of 632
CVE-2023-53850P4UNKNOWNfixed in linux 6.1.52-1 (bookworm)2023
CVE-2023-53850 CVE-2023-53850: linux - In the Linux kernel, the following vulnerability has been resolved: iavf: use i... In the Linux kernel, the following vulnerability has been resolved: iavf: use internal state to free traffic IRQs If the system tries to close the netdev while iavf_reset_task() is running, __LINK_STATE_START will be cleared and netif_running() will return false in iavf_reinit_interrupt_scheme(). This will result in iavf_free_traffic_irqs() not being called and a leak as fol
debian
CVE-2025-71269P4UNKNOWNfixed in linux 6.18.10-1 (forky)2025
CVE-2025-71269 CVE-2025-71269: linux - In the Linux kernel, the following vulnerability has been resolved: btrfs: do n... In the Linux kernel, the following vulnerability has been resolved: btrfs: do not free data reservation in fallback from inline due to -ENOSPC If we fail to create an inline extent due to -ENOSPC, we will attempt to go through the normal COW path, reserve an extent, create an ordered extent, etc. However we were always freeing the reserved qgroup data, which is wrong since w
debian
CVE-2022-50751P4UNKNOWNfixed in linux 6.1.4-1 (bookworm)2022
CVE-2022-50751 CVE-2022-50751: 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 possible memory leak in configfs_create_dir() kmemleak reported memory leaks in configfs_create_dir(): unreferenced object 0xffff888009f6af00 (size 192): comm "modprobe", pid 3777, jiffies 4295537735 (age 233.784s) backtrace: kmem_cache_alloc (mm/slub.c:3250 mm/slub.c:3256 mm/slub.c:3263 mm/slu
debian
CVE-2025-40017P4LOWfixed in linux 6.16.11-1 (forky)2025
CVE-2025-40017 [LOW] CVE-2025-40017: linux - In the Linux kernel, the following vulnerability has been resolved: media: iris... In the Linux kernel, the following vulnerability has been resolved: media: iris: Fix memory leak by freeing untracked persist buffer One internal buffer which is allocated only once per session was not being freed during session close because it was not being tracked as part of internal buffer list which resulted in a memory leak. Add the necessary logic to explicitly
debian
CVE-2026-23416P4LOWfixed in linux 6.19.11-1 (sid)2026
CVE-2026-23416 [LOW] CVE-2026-23416: linux - In the Linux kernel, the following vulnerability has been resolved: mm/mseal: u... In the Linux kernel, the following vulnerability has been resolved: mm/mseal: update VMA end correctly on merge Previously we stored the end of the current VMA in curr_end, and then upon iterating to the next VMA updated curr_start to curr_end to advance to the next VMA. However, this doesn't take into account the fact that a VMA might be updated due to a merge by vma_
debian
CVE-2025-68357P4LOWfixed in linux 6.18.3-1 (forky)2025
CVE-2025-68357 [LOW] CVE-2025-68357: linux - In the Linux kernel, the following vulnerability has been resolved: iomap: allo... In the Linux kernel, the following vulnerability has been resolved: iomap: allocate s_dio_done_wq for async reads as well Since commit 222f2c7c6d14 ("iomap: always run error completions in user context"), read error completions are deferred to s_dio_done_wq. This means the workqueue also needs to be allocated for async reads. Scope: local bookworm: resolved bullseye: r
debian
CVE-2025-39995P4UNKNOWNfixed in linux 6.1.158-1 (bookworm)2025
CVE-2025-39995 CVE-2025-39995: linux - In the Linux kernel, the following vulnerability has been resolved: media: i2c:... In the Linux kernel, the following vulnerability has been resolved: media: i2c: tc358743: Fix use-after-free bugs caused by orphan timer in probe The state->timer is a cyclic timer that schedules work_i2c_poll and delayed_work_enable_hotplug, while rearming itself. Using timer_delete() fails to guarantee the timer isn't still running when destroyed, similarly cancel_delayed_
debian
CVE-2025-40070P4UNKNOWNfixed in linux 6.1.158-1 (bookworm)2025
CVE-2025-40070 CVE-2025-40070: linux - In the Linux kernel, the following vulnerability has been resolved: pps: fix wa... In the Linux kernel, the following vulnerability has been resolved: pps: fix warning in pps_register_cdev when register device fail Similar to previous commit 2a934fdb01db ("media: v4l2-dev: fix error handling in __video_register_device()"), the release hook should be set before device_register(). Otherwise, when device_register() return error and put_device() try to callbac
debian
CVE-2026-23030P4UNKNOWNfixed in linux 6.1.162-1 (bookworm)2026
CVE-2026-23030 CVE-2026-23030: linux - In the Linux kernel, the following vulnerability has been resolved: phy: rockch... In the Linux kernel, the following vulnerability has been resolved: phy: rockchip: inno-usb2: Fix a double free bug in rockchip_usb2phy_probe() The for_each_available_child_of_node() calls of_node_put() to release child_np in each success loop. After breaking from the loop with the child_np has been released, the code will jump to the put_child label and will call the of_nod
debian
CVE-2025-40126P4UNKNOWNfixed in linux 6.1.158-1 (bookworm)2025
CVE-2025-40126 CVE-2025-40126: linux - In the Linux kernel, the following vulnerability has been resolved: sparc: fix ... In the Linux kernel, the following vulnerability has been resolved: sparc: fix accurate exception reporting in copy_{from_to}_user for UltraSPARC The referenced commit introduced exception handlers on user-space memory references in copy_from_user and copy_to_user. These handlers return from the respective function and calculate the remaining bytes left to copy using the cur
debian
CVE-2023-53731P4UNKNOWNfixed in linux 6.1.52-1 (bookworm)2023
CVE-2023-53731 CVE-2023-53731: linux - In the Linux kernel, the following vulnerability has been resolved: netlink: fi... In the Linux kernel, the following vulnerability has been resolved: netlink: fix potential deadlock in netlink_set_err() syzbot reported a possible deadlock in netlink_set_err() [1] A similar issue was fixed in commit 1d482e666b8e ("netlink: disable IRQs for netlink_lock_table()") in netlink_lock_table() This patch adds IRQ safety to netlink_set_err() and __netlink_diag_dump
debian
CVE-2023-53864P4UNKNOWNfixed in linux 6.1.55-1 (bookworm)2023
CVE-2023-53864 CVE-2023-53864: linux - In the Linux kernel, the following vulnerability has been resolved: drm/mxsfb: ... In the Linux kernel, the following vulnerability has been resolved: drm/mxsfb: Disable overlay plane in mxsfb_plane_overlay_atomic_disable() When disabling overlay plane in mxsfb_plane_overlay_atomic_update(), overlay plane's framebuffer pointer is NULL. So, dereferencing it would cause a kernel Oops(NULL pointer dereferencing). Fix the issue by disabling overlay plane in mx
debian
CVE-2023-53855P4UNKNOWNfixed in linux 6.1.52-1 (bookworm)2023
CVE-2023-53855 CVE-2023-53855: linux - In the Linux kernel, the following vulnerability has been resolved: net: dsa: o... In the Linux kernel, the following vulnerability has been resolved: net: dsa: ocelot: call dsa_tag_8021q_unregister() under rtnl_lock() on driver remove When the tagging protocol in current use is "ocelot-8021q" and we unbind the driver, we see this splat: $ echo '0000:00:00.2' > /sys/bus/pci/drivers/fsl_enetc/unbind mscc_felix 0000:00:00.5 swp0: left promiscuous mode sja110
debian
CVE-2022-50759P4UNKNOWNfixed in linux 6.1.4-1 (bookworm)2022
CVE-2022-50759 CVE-2022-50759: linux - In the Linux kernel, the following vulnerability has been resolved: media: i2c:... In the Linux kernel, the following vulnerability has been resolved: media: i2c: ov5648: Free V4L2 fwnode data on unbind The V4L2 fwnode data structure doesn't get freed on unbind, which leads to a memleak. Scope: local bookworm: resolved (fixed in 6.1.4-1) bullseye: resolved forky: resolved (fixed in 6.1.4-1) sid: resolved (fixed in 6.1.4-1) trixie: resolved (fixed in 6.1.4-
debian
CVE-2025-40340P4LOWfixed in linux 6.17.8-1 (forky)2025
CVE-2025-40340 [LOW] CVE-2025-40340: linux - In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix... In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix oops in xe_gem_fault when running core_hotunplug test. I saw an oops in xe_gem_fault when running the xe-fast-feedback testlist against the realtime kernel without debug options enabled. The panic happens after core_hotunplug unbind-rebind finishes. Presumably what happens is that a process
debian
CVE-2025-40332P4LOWfixed in linux 6.17.8-1 (forky)2025
CVE-2025-40332 [LOW] CVE-2025-40332: linux - In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd:... In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix mmap write lock not release If mmap write lock is taken while draining retry fault, mmap write lock is not released because svm_range_restore_pages calls mmap_read_unlock then returns. This causes deadlock and system hangs later because mmap read or write lock cannot be taken. Downgrade
debian
CVE-2025-68345P4UNKNOWNfixed in linux 6.1.162-1 (bookworm)2025
CVE-2025-68345 CVE-2025-68345: linux - In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: ... In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: cs35l41: Fix NULL pointer dereference in cs35l41_hda_read_acpi() The acpi_get_first_physical_node() function can return NULL, in which case the get_device() function also returns NULL, but this value is then dereferenced without checking,so add a check to prevent a crash. Found by Linux Verificati
debian
CVE-2022-50814P4UNKNOWNfixed in linux 6.0.3-1 (bookworm)2022
CVE-2022-50814 CVE-2022-50814: linux - In the Linux kernel, the following vulnerability has been resolved: crypto: his... In the Linux kernel, the following vulnerability has been resolved: crypto: hisilicon/zip - fix mismatch in get/set sgl_sge_nr KASAN reported this Bug: [17619.659757] BUG: KASAN: global-out-of-bounds in param_get_int+0x34/0x60 [17619.673193] Read of size 4 at addr fffff01332d7ed00 by task read_all/1507958 ... [17619.698934] The buggy address belongs to the variable: [17619.7
debian
CVE-2022-50839P4UNKNOWNfixed in linux 6.0.3-1 (bookworm)2022
CVE-2022-50839 CVE-2022-50839: linux - In the Linux kernel, the following vulnerability has been resolved: jbd2: fix p... In the Linux kernel, the following vulnerability has been resolved: jbd2: fix potential buffer head reference count leak As in 'jbd2_fc_wait_bufs' if buffer isn't uptodate, will return -EIO without update 'journal->j_fc_off'. But 'jbd2_fc_release_bufs' will release buffer head from ‘j_fc_off - 1’ if 'bh' is NULL will terminal release which will lead to buffer head buffer hea
debian
CVE-2025-40330P4LOWfixed in linux 6.17.8-1 (forky)2025
CVE-2025-40330 [LOW] CVE-2025-40330: linux - In the Linux kernel, the following vulnerability has been resolved: bnxt_en: Sh... In the Linux kernel, the following vulnerability has been resolved: bnxt_en: Shutdown FW DMA in bnxt_shutdown() The netif_close() call in bnxt_shutdown() only stops packet DMA. There may be FW DMA for trace logging (recently added) that will continue. If we kexec to a new kernel, the DMA will corrupt memory in the new kernel. Add bnxt_hwrm_func_drv_unrgtr() to unregist
debian
Debian Linux vulnerabilities | cvebase