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 525 of 632
CVE-2023-53809P4UNKNOWNfixed in linux 6.1.20-1 (bookworm)2023
CVE-2023-53809 CVE-2023-53809: linux - In the Linux kernel, the following vulnerability has been resolved: l2tp: Avoid... In the Linux kernel, the following vulnerability has been resolved: l2tp: Avoid possible recursive deadlock in l2tp_tunnel_register() When a file descriptor of pppol2tp socket is passed as file descriptor of UDP socket, a recursive deadlock occurs in l2tp_tunnel_register(). This situation is reproduced by the following program: int main(void) { int sock; struct sockaddr_pppo
debian
CVE-2025-40228P4LOWfixed in linux 6.17.6-1 (forky)2025
CVE-2025-40228 [LOW] CVE-2025-40228: linux - In the Linux kernel, the following vulnerability has been resolved: mm/damon/sy... In the Linux kernel, the following vulnerability has been resolved: mm/damon/sysfs: catch commit test ctx alloc failure Patch series "mm/damon/sysfs: fix commit test damon_ctx [de]allocation". DAMON sysfs interface dynamically allocates and uses a damon_ctx object for testing if given inputs for online DAMON parameters update is valid. The object is being used without
debian
CVE-2025-40311P4UNKNOWNfixed in linux 6.17.8-1 (forky)2025
CVE-2025-40311 CVE-2025-40311: linux - In the Linux kernel, the following vulnerability has been resolved: accel/haban... In the Linux kernel, the following vulnerability has been resolved: accel/habanalabs: support mapping cb with vmalloc-backed coherent memory When IOMMU is enabled, dma_alloc_coherent() with GFP_USER may return addresses from the vmalloc range. If such an address is mapped without VM_MIXEDMAP, vm_insert_page() will trigger a BUG_ON due to the VM_PFNMAP restriction. Fix this b
debian
CVE-2023-53791P4LOWfixed in linux 6.5.6-1 (forky)2023
CVE-2023-53791 [LOW] CVE-2023-53791: linux - In the Linux kernel, the following vulnerability has been resolved: md: fix war... In the Linux kernel, the following vulnerability has been resolved: md: fix warning for holder mismatch from export_rdev() Commit a1d767191096 ("md: use mddev->external to select holder in export_rdev()") fix the problem that 'claim_rdev' is used for blkdev_get_by_dev() while 'rdev' is used for blkdev_put(). However, if mddev->external is changed from 0 to 1, then 'rde
debian
CVE-2023-53758P4UNKNOWNfixed in linux 6.1.37-1 (bookworm)2023
CVE-2023-53758 CVE-2023-53758: linux - In the Linux kernel, the following vulnerability has been resolved: spi: atmel-... In the Linux kernel, the following vulnerability has been resolved: spi: atmel-quadspi: Free resources even if runtime resume failed in .remove() An early error exit in atmel_qspi_remove() doesn't prevent the device unbind. So this results in an spi controller with an unbound parent and unmapped register space (because devm_ioremap_resource() is undone). So using the remaini
debian
CVE-2023-54192P4UNKNOWNfixed in linux 6.1.37-1 (bookworm)2023
CVE-2023-54192 CVE-2023-54192: linux - In the Linux kernel, the following vulnerability has been resolved: f2fs: fix n... In the Linux kernel, the following vulnerability has been resolved: f2fs: fix null pointer panic in tracepoint in __replace_atomic_write_block We got a kernel panic if old_addr is NULL. https://bugzilla.kernel.org/show_bug.cgi?id=217266 BUG: kernel NULL pointer dereference, address: 0000000000000000 Call Trace: f2fs_commit_atomic_write+0x619/0x990 [f2fs a1b985b80f5babd6f3ea7
debian
CVE-2023-54131P4UNKNOWNfixed in linux 6.1.37-1 (bookworm)2023
CVE-2023-54131 CVE-2023-54131: linux - In the Linux kernel, the following vulnerability has been resolved: wifi: rt2x0... In the Linux kernel, the following vulnerability has been resolved: wifi: rt2x00: Fix memory leak when handling surveys When removing a rt2x00 device, its associated channel surveys are not freed, causing a memory leak observable with kmemleak: unreferenced object 0xffff9620f0881a00 (size 512): comm "systemd-udevd", pid 2290, jiffies 4294906974 (age 33.768s) hex dump (first
debian
CVE-2023-54138P4UNKNOWNfixed in linux 6.1.37-1 (bookworm)2023
CVE-2023-54138 CVE-2023-54138: linux - In the Linux kernel, the following vulnerability has been resolved: drm/msm: fi... In the Linux kernel, the following vulnerability has been resolved: drm/msm: fix NULL-deref on irq uninstall In case of early initialisation errors and on platforms that do not use the DPU controller, the deinitilisation code can be called with the kms pointer set to NULL. Patchwork: https://patchwork.freedesktop.org/patch/525104/ Scope: local bookworm: resolved (fixed in 6.
debian
CVE-2022-50648P4UNKNOWNfixed in linux 6.0.3-1 (bookworm)2022
CVE-2022-50648 CVE-2022-50648: linux - In the Linux kernel, the following vulnerability has been resolved: ftrace: Fix... In the Linux kernel, the following vulnerability has been resolved: ftrace: Fix recursive locking direct_mutex in ftrace_modify_direct_caller Naveen reported recursive locking of direct_mutex with sample ftrace-direct-modify.ko: [ 74.762406] WARNING: possible recursive locking detected [ 74.762887] 6.0.0-rc6+ #33 Not tainted [ 74.763216] -------------------------------------
debian
CVE-2026-23405P4UNKNOWNfixed in linux 6.1.164-1 (bookworm)2026
CVE-2026-23405 CVE-2026-23405: linux - In the Linux kernel, the following vulnerability has been resolved: apparmor: f... In the Linux kernel, the following vulnerability has been resolved: apparmor: fix: limit the number of levels of policy namespaces Currently the number of policy namespaces is not bounded relying on the user namespace limit. However policy namespaces aren't strictly tied to user namespaces and it is possible to create them and nest them arbitrarily deep which can be used to
debian
CVE-2025-40299P4LOWfixed in linux 6.17.8-1 (forky)2025
CVE-2025-40299 [LOW] CVE-2025-40299: linux - In the Linux kernel, the following vulnerability has been resolved: gve: Implem... In the Linux kernel, the following vulnerability has been resolved: gve: Implement gettimex64 with -EOPNOTSUPP gve implemented a ptp_clock for sole use of do_aux_work at this time. ptp_clock_gettime() and ptp_sys_offset() assume every ptp_clock has implemented either gettimex64 or gettime64. Stub gettimex64 and return -EOPNOTSUPP to prevent NULL dereferencing. Scope: l
debian
CVE-2023-54141P4LOWfixed in linux 6.4.4-1 (forky)2023
CVE-2023-54141 [LOW] CVE-2023-54141: linux - In the Linux kernel, the following vulnerability has been resolved: wifi: ath11... In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: Add missing hw_ops->get_ring_selector() for IPQ5018 During sending data after clients connected, hw_ops->get_ring_selector() will be called. But for IPQ5018, this member isn't set, and the following NULL pointer exception will be occurred: [ 38.840478] 8] (ath11k_dp_tx [ath11k]) from [] (
debian
CVE-2023-53765P4UNKNOWNfixed in linux 6.1.20-1 (bookworm)2023
CVE-2023-53765 CVE-2023-53765: linux - In the Linux kernel, the following vulnerability has been resolved: dm cache: f... In the Linux kernel, the following vulnerability has been resolved: dm cache: free background tracker's queued work in btracker_destroy Otherwise the kernel can BUG with: [ 2245.426978] ============================================================================= [ 2245.435155] BUG bt_work (Tainted: G B W ): Objects remaining in bt_work on __kmem_cache_shutdown() [ 2245.4452
debian
CVE-2023-53989P4UNKNOWNfixed in linux 5.10.191-1 (bullseye)2023
CVE-2023-53989 CVE-2023-53989: linux - In the Linux kernel, the following vulnerability has been resolved: arm64: mm: ... In the Linux kernel, the following vulnerability has been resolved: arm64: mm: fix VA-range sanity check Both create_mapping_noalloc() and update_mapping_prot() sanity-check their 'virt' parameter, but the check itself doesn't make much sense. The condition used today appears to be a historical accident. The sanity-check condition: if ((virt >= PAGE_END) && (virt = VA_START)
debian
CVE-2023-53995P4UNKNOWNfixed in linux 6.1.55-1 (bookworm)2023
CVE-2023-53995 CVE-2023-53995: linux - In the Linux kernel, the following vulnerability has been resolved: net: ipv4: ... In the Linux kernel, the following vulnerability has been resolved: net: ipv4: fix one memleak in __inet_del_ifa() I got the below warning when do fuzzing test: unregister_netdevice: waiting for bond0 to become free. Usage count = 2 It can be repoduced via: ip link add bond0 type bond sysctl -w net.ipv4.conf.bond0.promote_secondaries=1 ip addr add 4.117.174.103/0 scope 0x40
debian
CVE-2022-50706P4UNKNOWNfixed in linux 6.0.3-1 (bookworm)2022
CVE-2022-50706 CVE-2022-50706: linux - In the Linux kernel, the following vulnerability has been resolved: net/ieee802... In the Linux kernel, the following vulnerability has been resolved: net/ieee802154: don't warn zero-sized raw_sendmsg() syzbot is hitting skb_assert_len() warning at __dev_queue_xmit() [1], for PF_IEEE802154 socket's zero-sized raw_sendmsg() request is hitting __dev_queue_xmit() with skb->len == 0. Since PF_IEEE802154 socket's zero-sized raw_sendmsg() request was able to ret
debian
CVE-2023-54159P4UNKNOWNfixed in linux 6.1.37-1 (bookworm)2023
CVE-2023-54159 CVE-2023-54159: linux - In the Linux kernel, the following vulnerability has been resolved: usb: mtu3: ... In the Linux kernel, the following vulnerability has been resolved: usb: mtu3: fix kernel panic at qmu transfer done irq handler When handle qmu transfer irq, it will unlock @mtu->lock before give back request, if another thread handle disconnect event at the same time, and try to disable ep, it may lock @mtu->lock and free qmu ring, then qmu irq hanlder may get a NULL gpd,
debian
CVE-2025-68178P4LOWfixed in linux 6.17.8-1 (forky)2025
CVE-2025-68178 [LOW] CVE-2025-68178: linux - In the Linux kernel, the following vulnerability has been resolved: blk-cgroup:... In the Linux kernel, the following vulnerability has been resolved: blk-cgroup: fix possible deadlock while configuring policy Following deadlock can be triggered easily by lockdep: WARNING: possible circular locking dependency detected 6.17.0-rc3-00124-ga12c2658ced0 #1665 Not tainted ------------------------------------------------------ check/1334 is trying to acquir
debian
CVE-2025-68198P4LOWfixed in linux 6.17.9-1 (forky)2025
CVE-2025-68198 [LOW] CVE-2025-68198: linux - In the Linux kernel, the following vulnerability has been resolved: crash: fix ... In the Linux kernel, the following vulnerability has been resolved: crash: fix crashkernel resource shrink When crashkernel is configured with a high reservation, shrinking its value below the low crashkernel reservation causes two issues: 1. Invalid crashkernel resource objects 2. Kernel crash if crashkernel shrinking is done twice For example, with crashkernel=200M,h
debian
CVE-2026-23034P4LOWfixed in linux 6.18.8-1 (forky)2026
CVE-2026-23034 [LOW] CVE-2026-23034: linux - In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/... In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/userq: Fix fence reference leak on queue teardown v2 The user mode queue keeps a pointer to the most recent fence in userq->last_fence. This pointer holds an extra dma_fence reference. When the queue is destroyed, we free the fence driver and its xarray, but we forgot to drop the last_fence
debian
Debian Linux vulnerabilities | cvebase