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 615 of 632
CVE-2023-1582P4MEDIUMCVSS 4.7fixed in linux 5.15.15-1 (bookworm)2023
CVE-2023-1582 [MEDIUM] CVE-2023-1582: linux - A race problem was found in fs/proc/task_mmu.c in the memory management sub-comp... A race problem was found in fs/proc/task_mmu.c in the memory management sub-component in the Linux kernel. This issue may allow a local attacker with user privilege to cause a denial of service. Scope: local bookworm: resolved (fixed in 5.15.15-1) bullseye: resolved (fixed in 5.10.103-1) forky: resolved (fixed in 5.15.15-1) sid: resolved (fixed in 5.15.15-1) trixie: r
debian
CVE-2025-21892P4MEDIUMCVSS 4.7fixed in linux 6.12.19-1 (forky)2025
CVE-2025-21892 [MEDIUM] CVE-2025-21892: linux - In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: ... In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix the recovery flow of the UMR QP This patch addresses an issue in the recovery flow of the UMR QP, ensuring tasks do not get stuck, as highlighted by the call trace [1]. During recovery, before transitioning the QP to the RESET state, the software must wait for all outstanding WRs to c
debian
CVE-2025-38112P4MEDIUMCVSS 4.7fixed in linux 6.1.147-1 (bookworm)2025
CVE-2025-38112 [MEDIUM] CVE-2025-38112: linux - In the Linux kernel, the following vulnerability has been resolved: net: Fix TO... In the Linux kernel, the following vulnerability has been resolved: net: Fix TOCTOU issue in sk_is_readable() sk->sk_prot->sock_is_readable is a valid function pointer when sk resides in a sockmap. After the last sk_psock_put() (which usually happens when socket is removed from sockmap), sk->sk_prot gets restored and sk->sk_prot->sock_is_readable becomes NULL. This
debian
CVE-2025-38461P4MEDIUMCVSS 4.7fixed in linux 6.1.147-1 (bookworm)2025
CVE-2025-38461 [MEDIUM] CVE-2025-38461: linux - In the Linux kernel, the following vulnerability has been resolved: vsock: Fix ... In the Linux kernel, the following vulnerability has been resolved: vsock: Fix transport_* TOCTOU Transport assignment may race with module unload. Protect new_transport from becoming a stale pointer. This also takes care of an insecure call in vsock_use_local_transport(); add a lockdep assert. BUG: unable to handle page fault for address: fffffbfff8056000 Oops: Oop
debian
CVE-2022-49884P4MEDIUMCVSS 4.7fixed in linux 6.0.8-1 (bookworm)2022
CVE-2022-49884 [MEDIUM] CVE-2022-49884: linux - In the Linux kernel, the following vulnerability has been resolved: KVM: Initia... In the Linux kernel, the following vulnerability has been resolved: KVM: Initialize gfn_to_pfn_cache locks in dedicated helper Move the gfn_to_pfn_cache lock initialization to another helper and call the new helper during VM/vCPU creation. There are race conditions possible due to kvm_gfn_to_pfn_cache_init()'s ability to re-initialize the cache's locks. For example:
debian
CVE-2014-2889P4MEDIUMCVSS 4.6fixed in linux 3.2.1-1 (bookworm)2014
CVE-2014-2889 [MEDIUM] CVE-2014-2889: linux - Off-by-one error in the bpf_jit_compile function in arch/x86/net/bpf_jit_comp.c ... Off-by-one error in the bpf_jit_compile function in arch/x86/net/bpf_jit_comp.c in the Linux kernel before 3.1.8, when BPF JIT is enabled, allows local users to cause a denial of service (system crash) or possibly gain privileges via a long jump after a conditional jump. Scope: local bookworm: resolved (fixed in 3.2.1-1) bullseye: resolved (fixed in 3.2.1-1) forky: re
debian
CVE-2025-38306P4LOWCVSS 4.7fixed in linux 6.16.3-1 (forky)2025
CVE-2025-38306 [MEDIUM] CVE-2025-38306: linux - In the Linux kernel, the following vulnerability has been resolved: fs/fhandle.... In the Linux kernel, the following vulnerability has been resolved: fs/fhandle.c: fix a race in call of has_locked_children() may_decode_fh() is calling has_locked_children() while holding no locks. That's an oopsable race... The rest of the callers are safe since they are holding namespace_sem and are guaranteed a positive refcount on the mount in question. Rename
debian
CVE-2025-38675P4LOWCVSS 4.7fixed in linux 6.16.3-1 (forky)2025
CVE-2025-38675 [MEDIUM] CVE-2025-38675: linux - In the Linux kernel, the following vulnerability has been resolved: xfrm: state... In the Linux kernel, the following vulnerability has been resolved: xfrm: state: initialize state_ptrs earlier in xfrm_state_find In case of preemption, xfrm_state_look_at will find a different pcpu_id and look up states for that other CPU. If we matched a state for CPU2 in the state_cache while the lookup started on CPU1, we will jump to "found", but the "best" sta
debian
CVE-2025-38462P4MEDIUMCVSS 4.7fixed in linux 6.1.147-1 (bookworm)2025
CVE-2025-38462 [MEDIUM] CVE-2025-38462: linux - In the Linux kernel, the following vulnerability has been resolved: vsock: Fix ... In the Linux kernel, the following vulnerability has been resolved: vsock: Fix transport_{g2h,h2g} TOCTOU vsock_find_cid() and vsock_dev_do_ioctl() may race with module unload. transport_{g2h,h2g} may become NULL after the NULL check. Introduce vsock_transport_local_cid() to protect from a potential null-ptr-deref. KASAN: null-ptr-deref in range [0x0000000000000118-
debian
CVE-2025-38717P4MEDIUMCVSS 4.7fixed in linux 6.16.3-1 (forky)2025
CVE-2025-38717 [MEDIUM] CVE-2025-38717: linux - In the Linux kernel, the following vulnerability has been resolved: net: kcm: F... In the Linux kernel, the following vulnerability has been resolved: net: kcm: Fix race condition in kcm_unattach() syzbot found a race condition when kcm_unattach(psock) and kcm_release(kcm) are executed at the same time. kcm_unattach() is missing a check of the flag kcm->tx_stopped before calling queue_work(). If the kcm has a reserved psock, kcm_unattach() might g
debian
CVE-2023-53520P4MEDIUMCVSS 4.7fixed in linux 6.1.55-1 (bookworm)2023
CVE-2023-53520 [MEDIUM] CVE-2023-53520: linux - In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ... In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Fix hci_suspend_sync crash If hci_unregister_dev() frees the hci_dev object but hci_suspend_notifier may still be accessing it, it can cause the program to crash. Here's the call trace: [102152.653246] Call Trace: [102152.653254] hci_suspend_sync+0x109/0x301 [bluetooth] [102152.653259] hc
debian
CVE-2023-53166P4MEDIUMCVSS 4.7fixed in linux 6.1.37-1 (bookworm)2023
CVE-2023-53166 [MEDIUM] CVE-2023-53166: linux - In the Linux kernel, the following vulnerability has been resolved: power: supp... In the Linux kernel, the following vulnerability has been resolved: power: supply: bq25890: Fix external_power_changed race bq25890_charger_external_power_changed() dereferences bq->charger, which gets sets in bq25890_power_supply_init() like this: bq->charger = devm_power_supply_register(bq->dev, &bq->desc, &psy_cfg); As soon as devm_power_supply_register() has cal
debian
CVE-2025-68749P4LOWCVSS 4.7fixed in linux 6.17.13-1 (forky)2025
CVE-2025-68749 [MEDIUM] CVE-2025-68749: linux - In the Linux kernel, the following vulnerability has been resolved: accel/ivpu:... In the Linux kernel, the following vulnerability has been resolved: accel/ivpu: Fix race condition when unbinding BOs Fix 'Memory manager not clean during takedown' warning that occurs when ivpu_gem_bo_free() removes the BO from the BOs list before it gets unmapped. Then file_priv_unbind() triggers a warning in drm_mm_takedown() during context teardown. Protect the
debian
CVE-2025-39941P4LOWCVSS 4.7fixed in linux 6.16.9-1 (forky)2025
CVE-2025-39941 [MEDIUM] CVE-2025-39941: linux - In the Linux kernel, the following vulnerability has been resolved: zram: fix s... In the Linux kernel, the following vulnerability has been resolved: zram: fix slot write race condition Parallel concurrent writes to the same zram index result in leaked zsmalloc handles. Schematically we can have something like this: CPU0 CPU1 zram_slot_lock() zs_free(handle) zram_slot_lock() zram_slot_lock() zs_free(handle) zram_slot_lock() compress compress hand
debian
CVE-2026-23207P4MEDIUMCVSS 4.7fixed in linux 6.18.10-1 (forky)2026
CVE-2026-23207 [MEDIUM] CVE-2026-23207: linux - In the Linux kernel, the following vulnerability has been resolved: spi: tegra2... In the Linux kernel, the following vulnerability has been resolved: spi: tegra210-quad: Protect curr_xfer check in IRQ handler Now that all other accesses to curr_xfer are done under the lock, protect the curr_xfer NULL check in tegra_qspi_isr_thread() with the spinlock. Without this protection, the following race can occur: CPU0 (ISR thread) CPU1 (timeout path) ---
debian
CVE-2026-23118P4MEDIUMCVSS 4.7fixed in linux 6.18.8-1 (forky)2026
CVE-2026-23118 [MEDIUM] CVE-2026-23118: linux - In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix ... In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix data-race warning and potential load/store tearing Fix the following: BUG: KCSAN: data-race in rxrpc_peer_keepalive_worker / rxrpc_send_data_packet which is reporting an issue with the reads and writes to ->last_tx_at in: conn->peer->last_tx_at = ktime_get_seconds(); and: keepalive_at = p
debian
CVE-2024-49934P4MEDIUMCVSS 4.6fixed in linux 6.1.123-1 (bookworm)2024
CVE-2024-49934 [MEDIUM] CVE-2024-49934: linux - In the Linux kernel, the following vulnerability has been resolved: fs/inode: P... In the Linux kernel, the following vulnerability has been resolved: fs/inode: Prevent dump_mapping() accessing invalid dentry.d_name.name It's observed that a crash occurs during hot-remove a memory device, in which user is accessing the hugetlb. See calltrace as following: ------------[ cut here ]------------ WARNING: CPU: 1 PID: 14045 at arch/x86/mm/fault.c:1278 d
debian
CVE-2017-12153P4MEDIUMCVSS 4.4fixed in linux 4.12.13-1 (bookworm)2017
CVE-2017-12153 [MEDIUM] CVE-2017-12153: linux - A security flaw was discovered in the nl80211_set_rekey_data() function in net/w... A security flaw was discovered in the nl80211_set_rekey_data() function in net/wireless/nl80211.c in the Linux kernel through 4.13.3. This function does not check whether the required attributes are present in a Netlink request. This request can be issued by a user with the CAP_NET_ADMIN capability and may result in a NULL pointer dereference and system crash. Scope
debian
CVE-2021-20317P4MEDIUMCVSS 4.4fixed in linux 5.4.6-1 (bookworm)2021
CVE-2021-20317 [MEDIUM] CVE-2021-20317: linux - A flaw was found in the Linux kernel. A corrupted timer tree caused the task wak... A flaw was found in the Linux kernel. A corrupted timer tree caused the task wakeup to be missing in the timerqueue_add function in lib/timerqueue.c. This flaw allows a local attacker with special user privileges to cause a denial of service, slowing and eventually stopping the system while running OSP. Scope: local bookworm: resolved (fixed in 5.4.6-1) bullseye: re
debian
CVE-2015-7312P4MEDIUMCVSS 4.4fixed in linux 4.2.1-1 (bookworm)2015
CVE-2015-7312 [MEDIUM] CVE-2015-7312: linux - Multiple race conditions in the Advanced Union Filesystem (aufs) aufs3-mmap.patc... Multiple race conditions in the Advanced Union Filesystem (aufs) aufs3-mmap.patch and aufs4-mmap.patch patches for the Linux kernel 3.x and 4.x allow local users to cause a denial of service (use-after-free and BUG) or possibly gain privileges via a (1) madvise or (2) msync system call, related to mm/madvise.c and mm/msync.c. Scope: local bookworm: resolved (fixed in
debian
Debian Linux vulnerabilities | cvebase