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 524 of 632
CVE-2025-40313P4UNKNOWNfixed in linux 6.1.159-1 (bookworm)2025
CVE-2025-40313 CVE-2025-40313: linux - In the Linux kernel, the following vulnerability has been resolved: ntfs3: pret... In the Linux kernel, the following vulnerability has been resolved: ntfs3: pretend $Extend records as regular files Since commit af153bb63a33 ("vfs: catch invalid modes in may_open()") requires any inode be one of S_IFDIR/S_IFLNK/S_IFREG/S_IFCHR/S_IFBLK/ S_IFIFO/S_IFSOCK type, use S_IFREG for $Extend records. Scope: local bookworm: resolved (fixed in 6.1.159-1) bullseye: res
debian
CVE-2023-53815P4UNKNOWNfixed in linux 6.1.52-1 (bookworm)2023
CVE-2023-53815 CVE-2023-53815: linux - In the Linux kernel, the following vulnerability has been resolved: posix-timer... In the Linux kernel, the following vulnerability has been resolved: posix-timers: Prevent RT livelock in itimer_delete() itimer_delete() has a retry loop when the timer is concurrently expired. On non-RT kernels this just spin-waits until the timer callback has completed, except for posix CPU timers which have HAVE_POSIX_CPU_TIMERS_TASK_WORK enabled. In that case and on RT k
debian
CVE-2025-39991P4LOWfixed in linux 6.16.11-1 (forky)2025
CVE-2025-39991 [LOW] CVE-2025-39991: 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: fix NULL dereference in ath11k_qmi_m3_load() If ab->fw.m3_data points to data, then fw pointer remains null. Further, if m3_mem is not allocated, then fw is dereferenced to be passed to ath11k_err function. Replace fw->size by m3_len. Found by Linux Verification Center (linuxtesting.org)
debian
CVE-2025-40077P4UNKNOWNfixed in linux 6.17.6-1 (forky)2025
CVE-2025-40077 CVE-2025-40077: linux - In the Linux kernel, the following vulnerability has been resolved: f2fs: fix t... In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid overflow while left shift operation Should cast type of folio->index from pgoff_t to loff_t to avoid overflow while left shift operation. Scope: local bookworm: open bullseye: open forky: resolved (fixed in 6.17.6-1) sid: resolved (fixed in 6.17.6-1) trixie: resolved (fixed in 6.12.63-1)
debian
CVE-2023-54137P4UNKNOWNfixed in linux 6.1.55-1 (bookworm)2023
CVE-2023-54137 CVE-2023-54137: linux - In the Linux kernel, the following vulnerability has been resolved: vfio/type1:... In the Linux kernel, the following vulnerability has been resolved: vfio/type1: fix cap_migration information leak Fix an information leak where an uninitialized hole in struct vfio_iommu_type1_info_cap_migration on the stack is exposed to userspace. The definition of struct vfio_iommu_type1_info_cap_migration contains a hole as shown in this pahole(1) output: struct vfio_io
debian
CVE-2025-40207P4UNKNOWNfixed in linux 6.1.158-1 (bookworm)2025
CVE-2025-40207 CVE-2025-40207: linux - In the Linux kernel, the following vulnerability has been resolved: media: v4l2... In the Linux kernel, the following vulnerability has been resolved: media: v4l2-subdev: Fix alloc failure check in v4l2_subdev_call_state_try() v4l2_subdev_call_state_try() macro allocates a subdev state with __v4l2_subdev_state_alloc(), but does not check the returned value. If __v4l2_subdev_state_alloc fails, it returns an ERR_PTR, and that would cause v4l2_subdev_call_sta
debian
CVE-2017-17449P4MEDIUMCVSS 4.7fixed in linux 4.14.7-1 (bookworm)2017
CVE-2017-17449 [MEDIUM] CVE-2017-17449: linux - The __netlink_deliver_tap_skb function in net/netlink/af_netlink.c in the Linux ... The __netlink_deliver_tap_skb function in net/netlink/af_netlink.c in the Linux kernel through 4.14.4, when CONFIG_NLMON is enabled, does not restrict observations of Netlink messages to a single net namespace, which allows local users to obtain sensitive information by leveraging the CAP_NET_ADMIN capability to sniff an nlmon interface for all Netlink activity on t
debian
CVE-2025-40184P4LOWfixed in linux 6.17.6-1 (forky)2025
CVE-2025-40184 [LOW] CVE-2025-40184: linux - In the Linux kernel, the following vulnerability has been resolved: KVM: arm64:... In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Fix debug checking for np-guests using huge mappings When running with transparent huge pages and CONFIG_NVHE_EL2_DEBUG then the debug checking in assert_host_shared_guest() fails on the launch of an np-guest. This WARN_ON() causes a panic and generates the stack below. In __pkvm_host_relax
debian
CVE-2025-40161P4LOWfixed in linux 6.17.6-1 (forky)2025
CVE-2025-40161 [LOW] CVE-2025-40161: linux - In the Linux kernel, the following vulnerability has been resolved: mailbox: zy... In the Linux kernel, the following vulnerability has been resolved: mailbox: zynqmp-ipi: Fix SGI cleanup on unbind The driver incorrectly determines SGI vs SPI interrupts by checking IRQ number < 16, which fails with dynamic IRQ allocation. During unbind, this causes improper SGI cleanup leading to kernel crash. Add explicit irq_type field to pdata for reliable identif
debian
CVE-2023-54240P4UNKNOWNfixed in linux 6.1.55-1 (bookworm)2023
CVE-2023-54240 CVE-2023-54240: linux - In the Linux kernel, the following vulnerability has been resolved: net: ethern... In the Linux kernel, the following vulnerability has been resolved: net: ethernet: mtk_eth_soc: fix possible NULL pointer dereference in mtk_hwlro_get_fdir_all() rule_locs is allocated in ethtool_get_rxnfc and the size is determined by rule_cnt from user space. So rule_cnt needs to be check before using rule_locs to avoid NULL pointer dereference. Scope: local bookworm: reso
debian
CVE-2023-54264P4UNKNOWNfixed in linux 6.1.52-1 (bookworm)2023
CVE-2023-54264 CVE-2023-54264: linux - In the Linux kernel, the following vulnerability has been resolved: fs/sysv: Nu... In the Linux kernel, the following vulnerability has been resolved: fs/sysv: Null check to prevent null-ptr-deref bug sb_getblk(inode->i_sb, parent) return a null ptr and taking lock on that leads to the null-ptr-deref bug. Scope: local bookworm: resolved (fixed in 6.1.52-1) bullseye: resolved (fixed in 5.10.191-1) forky: resolved (fixed in 6.4.11-1) sid: resolved (fixed in
debian
CVE-2023-54244P4UNKNOWNfixed in linux 6.1.37-1 (bookworm)2023
CVE-2023-54244 CVE-2023-54244: linux - In the Linux kernel, the following vulnerability has been resolved: ACPI: EC: F... In the Linux kernel, the following vulnerability has been resolved: ACPI: EC: Fix oops when removing custom query handlers When removing custom query handlers, the handler might still be used inside the EC query workqueue, causing a kernel oops if the module holding the callback function was already unloaded. Fix this by flushing the EC query workqueue when removing custom q
debian
CVE-2023-54018P4UNKNOWNfixed in linux 6.1.20-1 (bookworm)2023
CVE-2023-54018 CVE-2023-54018: linux - In the Linux kernel, the following vulnerability has been resolved: drm/msm/hdm... In the Linux kernel, the following vulnerability has been resolved: drm/msm/hdmi: Add missing check for alloc_ordered_workqueue Add check for the return value of alloc_ordered_workqueue as it may return NULL pointer and cause NULL pointer dereference in `hdmi_hdcp.c` and `hdmi_hpd.c`. Patchwork: https://patchwork.freedesktop.org/patch/517211/ Scope: local bookworm: resolved
debian
CVE-2025-40352P4LOWfixed in linux 6.17.6-1 (forky)2025
CVE-2025-40352 [LOW] CVE-2025-40352: linux - In the Linux kernel, the following vulnerability has been resolved: platform/me... In the Linux kernel, the following vulnerability has been resolved: platform/mellanox: mlxbf-pmc: add sysfs_attr_init() to count_clock init The lock-related debug logic (CONFIG_LOCK_STAT) in the kernel is noting the following warning when the BlueField-3 SOC is booted: BUG: key ffff00008a3402a8 has not been registered! ------------[ cut here ]------------ DEBUG_LOCKS_W
debian
CVE-2025-68221P4LOWfixed in linux 6.17.10-1 (forky)2025
CVE-2025-68221 [LOW] CVE-2025-68221: linux - In the Linux kernel, the following vulnerability has been resolved: mptcp: fix ... In the Linux kernel, the following vulnerability has been resolved: mptcp: fix address removal logic in mptcp_pm_nl_rm_addr Fix inverted WARN_ON_ONCE condition that prevented normal address removal counter updates. The current code only executes decrement logic when the counter is already 0 (abnormal state), while normal removals (counter > 0) are ignored. Scope: local
debian
CVE-2025-68200P4UNKNOWNfixed in linux 6.1.159-1 (bookworm)2025
CVE-2025-68200 CVE-2025-68200: linux - In the Linux kernel, the following vulnerability has been resolved: bpf: Add bp... In the Linux kernel, the following vulnerability has been resolved: bpf: Add bpf_prog_run_data_pointers() syzbot found that cls_bpf_classify() is able to change tc_skb_cb(skb)->drop_reason triggering a warning in sk_skb_reason_drop(). WARNING: CPU: 0 PID: 5965 at net/core/skbuff.c:1192 __sk_skb_reason_drop net/core/skbuff.c:1189 [inline] WARNING: CPU: 0 PID: 5965 at net/core
debian
CVE-2025-40346P4UNKNOWNfixed in linux 6.1.158-1 (bookworm)2025
CVE-2025-40346 CVE-2025-40346: linux - In the Linux kernel, the following vulnerability has been resolved: arch_topolo... In the Linux kernel, the following vulnerability has been resolved: arch_topology: Fix incorrect error check in topology_parse_cpu_capacity() Fix incorrect use of PTR_ERR_OR_ZERO() in topology_parse_cpu_capacity() which causes the code to proceed with NULL clock pointers. The current logic uses !PTR_ERR_OR_ZERO(cpu_clk) which evaluates to true for both valid pointers and NUL
debian
CVE-2025-68289P4UNKNOWNfixed in linux 6.1.159-1 (bookworm)2025
CVE-2025-68289 CVE-2025-68289: linux - In the Linux kernel, the following vulnerability has been resolved: usb: gadget... In the Linux kernel, the following vulnerability has been resolved: usb: gadget: f_eem: Fix memory leak in eem_unwrap The existing code did not handle the failure case of usb_ep_queue in the command path, potentially leading to memory leaks. Improve error handling to free all allocated resources on usb_ep_queue failure. This patch continues to use goto logic for error handli
debian
CVE-2025-68176P4UNKNOWNfixed in linux 6.1.159-1 (bookworm)2025
CVE-2025-68176 CVE-2025-68176: linux - In the Linux kernel, the following vulnerability has been resolved: PCI: cadenc... In the Linux kernel, the following vulnerability has been resolved: PCI: cadence: Check for the existence of cdns_pcie::ops before using it cdns_pcie::ops might not be populated by all the Cadence glue drivers. This is going to be true for the upcoming Sophgo platform which doesn't set the ops. Hence, add a check to prevent NULL pointer dereference. [mani: reworded subject a
debian
CVE-2023-53811P4UNKNOWNfixed in linux 6.1.20-1 (bookworm)2023
CVE-2023-53811 CVE-2023-53811: linux - In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma:... In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Cap MSIX used to online CPUs + 1 The irdma driver can use a maximum number of msix vectors equal to num_online_cpus() + 1 and the kernel warning stack below is shown if that number is exceeded. The kernel throws a warning as the driver tries to update the affinity hint with a CPU mask greater tha
debian
Debian Linux vulnerabilities | cvebase