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 95 of 632
CVE-2025-71066P3UNKNOWNfixed in linux 6.1.162-1 (bookworm)2025
CVE-2025-71066 CVE-2025-71066: linux - In the Linux kernel, the following vulnerability has been resolved: net/sched: ... In the Linux kernel, the following vulnerability has been resolved: net/sched: ets: Always remove class from active list before deleting in ets_qdisc_change [email protected] says: The vulnerability is a race condition between `ets_qdisc_dequeue` and `ets_qdisc_change`. It leads to UAF on `struct Qdisc` object. Attacker requires the capability to create new user
debian
CVE-2025-39993P3UNKNOWNfixed in linux 6.1.158-1 (bookworm)2025
CVE-2025-39993 CVE-2025-39993: linux - In the Linux kernel, the following vulnerability has been resolved: media: rc: ... In the Linux kernel, the following vulnerability has been resolved: media: rc: fix races with imon_disconnect() Syzbot reports a KASAN issue as below: BUG: KASAN: use-after-free in __create_pipe include/linux/usb.h:1945 [inline] BUG: KASAN: use-after-free in send_packet+0xa2d/0xbc0 drivers/media/rc/imon.c:627 Read of size 4 at addr ffff8880256fb000 by task syz-executor314/44
debian
CVE-2025-40104P3UNKNOWNfixed in linux 6.1.158-1 (bookworm)2025
CVE-2025-40104 CVE-2025-40104: linux - In the Linux kernel, the following vulnerability has been resolved: ixgbevf: fi... In the Linux kernel, the following vulnerability has been resolved: ixgbevf: fix mailbox API compatibility by negotiating supported features There was backward compatibility in the terms of mailbox API. Various drivers from various OSes supporting 10G adapters from Intel portfolio could easily negotiate mailbox API. This convention has been broken since introducing API 1.4.
debian
CVE-2025-40306P3UNKNOWNfixed in linux 6.1.159-1 (bookworm)2025
CVE-2025-40306 CVE-2025-40306: linux - In the Linux kernel, the following vulnerability has been resolved: orangefs: f... In the Linux kernel, the following vulnerability has been resolved: orangefs: fix xattr related buffer overflow... Willy Tarreau forwarded me a message from Disclosure with the following warning: > The helper `xattr_key()` uses the pointer variable in the loop condition > rather than dereferencing it. As `key` is incremented, it remains non-NULL > (until it runs into unmappe
debian
CVE-2025-40159P3LOWfixed in linux 6.17.6-1 (forky)2025
CVE-2025-40159 [LOW] CVE-2025-40159: linux - In the Linux kernel, the following vulnerability has been resolved: xsk: Harden... In the Linux kernel, the following vulnerability has been resolved: xsk: Harden userspace-supplied xdp_desc validation Turned out certain clearly invalid values passed in xdp_desc from userspace can pass xp_{,un}aligned_validate_desc() and then lead to UBs or just invalid frames to be queued for xmit. desc->len close to ``U32_MAX`` with a non-zero pool->tx_metadata_len
debian
CVE-2025-40297P3UNKNOWNfixed in linux 6.1.159-1 (bookworm)2025
CVE-2025-40297 CVE-2025-40297: linux - In the Linux kernel, the following vulnerability has been resolved: net: bridge... In the Linux kernel, the following vulnerability has been resolved: net: bridge: fix use-after-free due to MST port state bypass syzbot reported[1] a use-after-free when deleting an expired fdb. It is due to a race condition between learning still happening and a port being deleted, after all its fdbs have been flushed. The port's state has been toggled to disabled so no lea
debian
CVE-2026-31401P3LOWfixed in linux 6.19.10-1 (forky)2026
CVE-2026-31401 [LOW] CVE-2026-31401: linux - In the Linux kernel, the following vulnerability has been resolved: HID: bpf: p... In the Linux kernel, the following vulnerability has been resolved: HID: bpf: prevent buffer overflow in hid_hw_request right now the returned value is considered to be always valid. However, when playing with HID-BPF, the return value can be arbitrary big, because it's the return value of dispatch_hid_bpf_raw_requests(), which calls the struct_ops and we have no guara
debian
CVE-2025-68208P3LOWfixed in linux 6.17.9-1 (forky)2025
CVE-2025-68208 [LOW] CVE-2025-68208: linux - In the Linux kernel, the following vulnerability has been resolved: bpf: accoun... In the Linux kernel, the following vulnerability has been resolved: bpf: account for current allocated stack depth in widen_imprecise_scalars() The usage pattern for widen_imprecise_scalars() looks as follows: prev_st = find_prev_entry(env, ...); queued_st = push_stack(...); widen_imprecise_scalars(env, prev_st, queued_st); Where prev_st is an ancestor of the queued_st
debian
CVE-2026-23354P3LOWfixed in linux 6.19.8-1 (forky)2026
CVE-2026-23354 [LOW] CVE-2026-23354: linux - In the Linux kernel, the following vulnerability has been resolved: x86/fred: C... In the Linux kernel, the following vulnerability has been resolved: x86/fred: Correct speculative safety in fred_extint() array_index_nospec() is no use if the result gets spilled to the stack, as it makes the believed safe-under-speculation value subject to memory predictions. For all practical purposes, this means array_index_nospec() must be used in the expression t
debian
CVE-2026-23361P3UNKNOWNfixed in linux 6.19.8-1 (forky)2026
CVE-2026-23361 CVE-2026-23361: linux - In the Linux kernel, the following vulnerability has been resolved: PCI: dwc: e... In the Linux kernel, the following vulnerability has been resolved: PCI: dwc: ep: Flush MSI-X write before unmapping its ATU entry Endpoint drivers use dw_pcie_ep_raise_msix_irq() to raise an MSI-X interrupt to the host using a writel(), which generates a PCI posted write transaction. There's no completion for posted writes, so the writel() may return before the PCI write co
debian
CVE-2026-23281P3UNKNOWNfixed in linux 6.19.8-1 (forky)2026
CVE-2026-23281 CVE-2026-23281: linux - In the Linux kernel, the following vulnerability has been resolved: wifi: liber... In the Linux kernel, the following vulnerability has been resolved: wifi: libertas: fix use-after-free in lbs_free_adapter() The lbs_free_adapter() function uses timer_delete() (non-synchronous) for both command_timer and tx_lockup_timer before the structure is freed. This is incorrect because timer_delete() does not wait for any running timer callback to complete. If a time
debian
CVE-2025-40290P3LOWfixed in linux 6.17.11-1 (forky)2025
CVE-2025-40290 [LOW] CVE-2025-40290: linux - In the Linux kernel, the following vulnerability has been resolved: xsk: avoid ... In the Linux kernel, the following vulnerability has been resolved: xsk: avoid data corruption on cq descriptor number Since commit 30f241fcf52a ("xsk: Fix immature cq descriptor production"), the descriptor number is stored in skb control block and xsk_cq_submit_addr_locked() relies on it to put the umem addrs onto pool's completion queue. skb control block shouldn't
debian
CVE-2025-68801P3UNKNOWNfixed in linux 6.1.162-1 (bookworm)2025
CVE-2025-68801 CVE-2025-68801: linux - In the Linux kernel, the following vulnerability has been resolved: mlxsw: spec... In the Linux kernel, the following vulnerability has been resolved: mlxsw: spectrum_router: Fix neighbour use-after-free We sometimes observe use-after-free when dereferencing a neighbour [1]. The problem seems to be that the driver stores a pointer to the neighbour, but without holding a reference on it. A reference is only taken when the neighbour is used by a nexthop. Fix
debian
CVE-2026-23262P3UNKNOWNfixed in linux 6.1.164-1 (bookworm)2026
CVE-2026-23262 CVE-2026-23262: linux - In the Linux kernel, the following vulnerability has been resolved: gve: Fix st... In the Linux kernel, the following vulnerability has been resolved: gve: Fix stats report corruption on queue count change The driver and the NIC share a region in memory for stats reporting. The NIC calculates its offset into this region based on the total size of the stats region and the size of the NIC's stats. When the number of queues is changed, the driver's stats regi
debian
CVE-2025-71070P3LOWfixed in linux 6.18.3-1 (forky)2025
CVE-2025-71070 [LOW] CVE-2025-71070: linux - In the Linux kernel, the following vulnerability has been resolved: ublk: clean... In the Linux kernel, the following vulnerability has been resolved: ublk: clean up user copy references on ublk server exit If a ublk server process releases a ublk char device file, any requests dispatched to the ublk server but not yet completed will retain a ref value of UBLK_REFCOUNT_INIT. Before commit e63d2228ef83 ("ublk: simplify aborting ublk request"), __ublk_
debian
CVE-2022-1729P3HIGHCVSS 7.0fixed in linux 5.17.11-1 (bookworm)2022
CVE-2022-1729 [HIGH] CVE-2022-1729: linux - A race condition was found the Linux kernel in perf_event_open() which can be ex... A race condition was found the Linux kernel in perf_event_open() which can be exploited by an unprivileged user to gain root privileges. The bug allows to build several exploit primitives such as kernel address information leak, arbitrary execution, etc. Scope: local bookworm: resolved (fixed in 5.17.11-1) bullseye: resolved (fixed in 5.10.120-1) forky: resolved (fixed
debian
CVE-2024-49982P3HIGHCVSS 7.0fixed in linux 6.1.115-1 (bookworm)2024
CVE-2024-49982 [HIGH] CVE-2024-49982: linux - In the Linux kernel, the following vulnerability has been resolved: aoe: fix th... In the Linux kernel, the following vulnerability has been resolved: aoe: fix the potential use-after-free problem in more places For fixing CVE-2023-6270, f98364e92662 ("aoe: fix the potential use-after-free problem in aoecmd_cfg_pkts") makes tx() calling dev_put() instead of doing in aoecmd_cfg_pkts(). It avoids that the tx() runs into use-after-free. Then Nicolai St
debian
CVE-2026-23013P3LOWCVSS 7.0fixed in linux 6.18.8-1 (forky)2026
CVE-2026-23013 [HIGH] CVE-2026-23013: linux - In the Linux kernel, the following vulnerability has been resolved: net: octeon... In the Linux kernel, the following vulnerability has been resolved: net: octeon_ep_vf: fix free_irq dev_id mismatch in IRQ rollback octep_vf_request_irqs() requests MSI-X queue IRQs with dev_id set to ioq_vector. If request_irq() fails part-way, the rollback loop calls free_irq() with dev_id set to 'oct', which does not match the original dev_id and may leave the irqa
debian
CVE-2026-23195P3LOWCVSS 7.0fixed in linux 6.18.10-1 (forky)2026
CVE-2026-23195 [HIGH] CVE-2026-23195: linux - In the Linux kernel, the following vulnerability has been resolved: cgroup/dmem... In the Linux kernel, the following vulnerability has been resolved: cgroup/dmem: avoid pool UAF An UAF issue was observed: BUG: KASAN: slab-use-after-free in page_counter_uncharge+0x65/0x150 Write of size 8 at addr ffff888106715440 by task insmod/527 CPU: 4 UID: 0 PID: 527 Comm: insmod 6.19.0-rc7-next-20260129+ #11 Tainted: [O]=OOT_MODULE Call Trace: dump_stack_lvl+0x
debian
CVE-2016-8666P3HIGHCVSS 7.5fixed in linux 4.6.1-1 (bookworm)2016
CVE-2016-8666 [HIGH] CVE-2016-8666: linux - The IP stack in the Linux kernel before 4.6 allows remote attackers to cause a d... The IP stack in the Linux kernel before 4.6 allows remote attackers to cause a denial of service (stack consumption and panic) or possibly have unspecified other impact by triggering use of the GRO path for packets with tunnel stacking, as demonstrated by interleaved IPv4 headers and GRE headers, a related issue to CVE-2016-7039. Scope: local bookworm: resolved (fixed i
debian
Debian Linux vulnerabilities | cvebase