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 528 of 632
CVE-2025-68768P4UNKNOWNfixed in linux 6.18.3-1 (forky)2025
CVE-2025-68768 CVE-2025-68768: linux - In the Linux kernel, the following vulnerability has been resolved: inet: frags... In the Linux kernel, the following vulnerability has been resolved: inet: frags: flush pending skbs in fqdir_pre_exit() We have been seeing occasional deadlocks on pernet_ops_rwsem since September in NIPA. The stuck task was usually modprobe (often loading a driver like ipvlan), trying to take the lock as a Writer. lockdep does not track readers for rwsems so the read wasn't
debian
CVE-2025-68786P4UNKNOWNfixed in linux 6.1.162-1 (bookworm)2025
CVE-2025-68786 CVE-2025-68786: linux - In the Linux kernel, the following vulnerability has been resolved: ksmbd: skip... In the Linux kernel, the following vulnerability has been resolved: ksmbd: skip lock-range check on equal size to avoid size==0 underflow When size equals the current i_size (including 0), the code used to call check_lock_range(filp, i_size, size - 1, WRITE), which computes `size - 1` and can underflow for size==0. Skip the equal case. Scope: local bookworm: resolved (fixed
debian
CVE-2023-54024P4UNKNOWNfixed in linux 6.1.20-1 (bookworm)2023
CVE-2023-54024 CVE-2023-54024: linux - In the Linux kernel, the following vulnerability has been resolved: KVM: Destro... In the Linux kernel, the following vulnerability has been resolved: KVM: Destroy target device if coalesced MMIO unregistration fails Destroy and free the target coalesced MMIO device if unregistering said device fails. As clearly noted in the code, kvm_io_bus_unregister_dev() does not destroy the target device. BUG: memory leak unreferenced object 0xffff888112a54880 (size 6
debian
CVE-2026-23179P4LOWfixed in linux 6.18.10-1 (forky)2026
CVE-2026-23179 [LOW] CVE-2026-23179: linux - In the Linux kernel, the following vulnerability has been resolved: nvmet-tcp: ... In the Linux kernel, the following vulnerability has been resolved: nvmet-tcp: fixup hang in nvmet_tcp_listen_data_ready() When the socket is closed while in TCP_LISTEN a callback is run to flush all outstanding packets, which in turns calls nvmet_tcp_listen_data_ready() with the sk_callback_lock held. So we need to check if we are in TCP_LISTEN before attempting to ge
debian
CVE-2026-23057P4LOWfixed in linux 6.18.8-1 (forky)2026
CVE-2026-23057 [LOW] CVE-2026-23057: linux - In the Linux kernel, the following vulnerability has been resolved: vsock/virti... In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: Coalesce only linear skb vsock/virtio common tries to coalesce buffers in rx queue: if a linear skb (with a spare tail room) is followed by a small skb (length limited by GOOD_COPY_LEN = 128), an attempt is made to join them. Since the introduction of MSG_ZEROCOPY support, assumption that
debian
CVE-2026-23055P4LOWfixed in linux 6.18.8-1 (forky)2026
CVE-2026-23055 [LOW] CVE-2026-23055: linux - In the Linux kernel, the following vulnerability has been resolved: i2c: riic: ... In the Linux kernel, the following vulnerability has been resolved: i2c: riic: Move suspend handling to NOIRQ phase Commit 53326135d0e0 ("i2c: riic: Add suspend/resume support") added suspend support for the Renesas I2C driver and following this change on RZ/G3E the following WARNING is seen on entering suspend ... [ 134.275704] Freezing remaining freezable tasks compl
debian
CVE-2025-68784P4LOWfixed in linux 6.18.3-1 (forky)2025
CVE-2025-68784 [LOW] CVE-2025-68784: linux - In the Linux kernel, the following vulnerability has been resolved: xfs: fix a ... In the Linux kernel, the following vulnerability has been resolved: xfs: fix a UAF problem in xattr repair The xchk_setup_xattr_buf function can allocate a new value buffer, which means that any reference to ab->value before the call could become a dangling pointer. Fix this by moving an assignment to after the buffer setup. Scope: local bookworm: resolved bullseye: re
debian
CVE-2025-68343P4UNKNOWNfixed in linux 6.1.159-1 (bookworm)2025
CVE-2025-68343 CVE-2025-68343: linux - In the Linux kernel, the following vulnerability has been resolved: can: gs_usb... In the Linux kernel, the following vulnerability has been resolved: can: gs_usb: gs_usb_receive_bulk_callback(): check actual_length before accessing header The driver expects to receive a struct gs_host_frame in gs_usb_receive_bulk_callback(). Use struct_group to describe the header of the struct gs_host_frame and check that we have at least received the header before acces
debian
CVE-2023-53999P4UNKNOWNfixed in linux 6.4.11-1 (forky)2023
CVE-2023-53999 CVE-2023-53999: linux - In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: ... In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: TC, Fix internal port memory leak The flow rule can be splited, and the extra post_act rules are added to post_act table. It's possible to trigger memleak when the rule forwards packets from internal port and over tunnel, in the case that, for example, CT 'new' state offload is allowed. As int_por
debian
CVE-2025-68197P4LOWfixed in linux 6.17.8-1 (forky)2025
CVE-2025-68197 [LOW] CVE-2025-68197: linux - In the Linux kernel, the following vulnerability has been resolved: bnxt_en: Fi... In the Linux kernel, the following vulnerability has been resolved: bnxt_en: Fix null pointer dereference in bnxt_bs_trace_check_wrap() With older FW, we may get the ASYNC_EVENT_CMPL_EVENT_ID_DBG_BUF_PRODUCER for FW trace data type that has not been initialized. This will result in a crash in bnxt_bs_trace_type_wrap(). Add a guard to check for a valid magic_byte pointe
debian
CVE-2025-68205P4LOWfixed in linux 6.17.9-1 (forky)2025
CVE-2025-68205 [LOW] CVE-2025-68205: linux - In the Linux kernel, the following vulnerability has been resolved: ALSA: hda/h... In the Linux kernel, the following vulnerability has been resolved: ALSA: hda/hdmi: Fix breakage at probing nvhdmi-mcp driver After restructuring and splitting the HDMI codec driver code, each HDMI codec driver contains the own build_controls and build_pcms ops. A copy-n-paste error put the wrong entries for nvhdmi-mcp driver; both build_controls and build_pcms are swa
debian
CVE-2025-40355P4UNKNOWNfixed in linux 6.17.6-1 (forky)2025
CVE-2025-40355 CVE-2025-40355: linux - In the Linux kernel, the following vulnerability has been resolved: sysfs: chec... In the Linux kernel, the following vulnerability has been resolved: sysfs: check visibility before changing group attribute ownership Since commit 0c17270f9b92 ("net: sysfs: Implement is_visible for phys_(port_id, port_name, switch_id)"), __dev_change_net_namespace() can hit WARN_ON() when trying to change owner of a file that isn't visible. See the trace below: WARNING: CPU
debian
CVE-2025-68240P4LOWfixed in linux 6.17.9-1 (forky)2025
CVE-2025-68240 [LOW] CVE-2025-68240: linux - In the Linux kernel, the following vulnerability has been resolved: nilfs2: avo... In the Linux kernel, the following vulnerability has been resolved: nilfs2: avoid having an active sc_timer before freeing sci Because kthread_stop did not stop sc_task properly and returned -EINTR, the sc_timer was not properly closed, ultimately causing the problem [1] reported by syzbot when freeing sci due to the sc_timer not being closed. Because the thread sc_tas
debian
CVE-2025-68329P4LOWfixed in linux 6.17.11-1 (forky)2025
CVE-2025-68329 [LOW] CVE-2025-68329: linux - In the Linux kernel, the following vulnerability has been resolved: tracing: Fi... In the Linux kernel, the following vulnerability has been resolved: tracing: Fix WARN_ON in tracing_buffers_mmap_close for split VMAs When a VMA is split (e.g., by partial munmap or MAP_FIXED), the kernel calls vm_ops->close on each portion. For trace buffer mappings, this results in ring_buffer_unmap() being called multiple times while ring_buffer_map() was only calle
debian
CVE-2025-68353P4LOWfixed in linux 6.18.3-1 (forky)2025
CVE-2025-68353 [LOW] CVE-2025-68353: linux - In the Linux kernel, the following vulnerability has been resolved: net: vxlan:... In the Linux kernel, the following vulnerability has been resolved: net: vxlan: prevent NULL deref in vxlan_xmit_one Neither sock4 nor sock6 pointers are guaranteed to be non-NULL in vxlan_xmit_one, e.g. if the iface is brought down. This can lead to the following NULL dereference: BUG: kernel NULL pointer dereference, address: 0000000000000010 Oops: Oops: 0000 [#1] SM
debian
CVE-2022-50852P4UNKNOWNfixed in linux 6.0.3-1 (bookworm)2022
CVE-2022-50852 CVE-2022-50852: linux - In the Linux kernel, the following vulnerability has been resolved: wifi: mt76:... In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7921: fix use after free in mt7921_acpi_read() Don't dereference "sar_root" after it has been freed. Scope: local bookworm: resolved (fixed in 6.0.3-1) bullseye: resolved forky: resolved (fixed in 6.0.3-1) sid: resolved (fixed in 6.0.3-1) trixie: resolved (fixed in 6.0.3-1)
debian
CVE-2025-68743P4LOWfixed in linux 6.17.13-1 (forky)2025
CVE-2025-68743 [LOW] CVE-2025-68743: linux - In the Linux kernel, the following vulnerability has been resolved: mshv: Fix c... In the Linux kernel, the following vulnerability has been resolved: mshv: Fix create memory region overlap check The current check is incorrect; it only checks if the beginning or end of a region is within an existing region. This doesn't account for userspace specifying a region that begins before and ends after an existing region. Change the logic to a range intersec
debian
CVE-2023-54323P4UNKNOWNfixed in linux 6.1.20-1 (bookworm)2023
CVE-2023-54323 CVE-2023-54323: linux - In the Linux kernel, the following vulnerability has been resolved: cxl/pmem: F... In the Linux kernel, the following vulnerability has been resolved: cxl/pmem: Fix nvdimm registration races A loop of the form: while true; do modprobe cxl_pci; modprobe -r cxl_pci; done ...fails with the following crash signature: BUG: kernel NULL pointer dereference, address: 0000000000000040 [..] RIP: 0010:cxl_internal_send_cmd+0x5/0xb0 [cxl_core] [..] Call Trace: cxl_pme
debian
CVE-2023-54023P4UNKNOWNfixed in linux 6.1.52-1 (bookworm)2023
CVE-2023-54023 CVE-2023-54023: linux - In the Linux kernel, the following vulnerability has been resolved: btrfs: fix ... In the Linux kernel, the following vulnerability has been resolved: btrfs: fix race between balance and cancel/pause Syzbot reported a panic that looks like this: assertion failed: fs_info->exclusive_operation == BTRFS_EXCLOP_BALANCE_PAUSED, in fs/btrfs/ioctl.c:465 ------------[ cut here ]------------ kernel BUG at fs/btrfs/messages.c:259! RIP: 0010:btrfs_assertfail+0x2c/0x3
debian
CVE-2025-68319P4LOWfixed in linux 6.17.8-1 (forky)2025
CVE-2025-68319 [LOW] CVE-2025-68319: linux - In the Linux kernel, the following vulnerability has been resolved: netconsole:... In the Linux kernel, the following vulnerability has been resolved: netconsole: Acquire su_mutex before navigating configs hierarchy There is a race between operations that iterate over the userdata cg_children list and concurrent add/remove of userdata items through configfs. The update_userdata() function iterates over the nt->userdata_group.cg_children list, and cou
debian
Debian Linux vulnerabilities | cvebase