Debian Linux vulnerabilities

13,286 known vulnerabilities affecting debian/linux.

Total CVEs
13,286
CISA KEV
28
actively exploited
Public exploits
137
Exploited in wild
29
Severity breakdown
CRITICAL70HIGH2670MEDIUM6247LOW3072UNKNOWN1227

Vulnerabilities

Page 98 of 665
CVE-2025-68373LOWfixed in linux 6.17.13-1 (forky)2025
CVE-2025-68373 [LOW] CVE-2025-68373: linux - In the Linux kernel, the following vulnerability has been resolved: md: avoid r... In the Linux kernel, the following vulnerability has been resolved: md: avoid repeated calls to del_gendisk There is a uaf problem which is found by case 23rdev-lifetime: Oops: general protection fault, probably for non-canonical address 0xdead000000000122 RIP: 0010:bdi_unregister+0x4b/0x170 Call Trace: __del_gendisk+0x356/0x3e0 mddev_unlock+0x351/0x360 rdev_attr_store
debian
CVE-2025-68751LOWfixed in linux 6.17.13-1 (forky)2025
CVE-2025-68751 [LOW] CVE-2025-68751: linux - In the Linux kernel, the following vulnerability has been resolved: s390/fpu: F... In the Linux kernel, the following vulnerability has been resolved: s390/fpu: Fix false-positive kmsan report in fpu_vstl() A false-positive kmsan report is detected when running ping command. An inline assembly instruction 'vstl' can write varied amount of bytes depending on value of 'index' argument. If 'index' > 0, 'vstl' writes at least 2 bytes. clang generates kms
debian
CVE-2025-39830LOWCVSS 5.5fixed in linux 6.16.5-1 (forky)2025
CVE-2025-39830 [MEDIUM] CVE-2025-39830: linux - In the Linux kernel, the following vulnerability has been resolved: net/mlx5: H... In the Linux kernel, the following vulnerability has been resolved: net/mlx5: HWS, Fix memory leak in hws_pool_buddy_init error path In the error path of hws_pool_buddy_init(), the buddy allocator cleanup doesn't free the allocator structure itself, causing a memory leak. Add the missing kfree() to properly release all allocated memory. Scope: local bookworm: resolv
debian
CVE-2025-22101LOWCVSS 5.5fixed in linux 6.12.37-1 (forky)2025
CVE-2025-22101 [MEDIUM] CVE-2025-22101: linux - In the Linux kernel, the following vulnerability has been resolved: net: libwx:... In the Linux kernel, the following vulnerability has been resolved: net: libwx: fix Tx L4 checksum The hardware only supports L4 checksum offload for TCP/UDP/SCTP protocol. There was a bug to set Tx checksum flag for the other protocol that results in Tx ring hang. Fix to compute software checksum for these packets. Scope: local bookworm: resolved bullseye: resolved
debian
CVE-2025-37906LOWCVSS 4.7fixed in linux 6.16.3-1 (forky)2025
CVE-2025-37906 [MEDIUM] CVE-2025-37906: linux - In the Linux kernel, the following vulnerability has been resolved: ublk: fix r... In the Linux kernel, the following vulnerability has been resolved: ublk: fix race between io_uring_cmd_complete_in_task and ublk_cancel_cmd ublk_cancel_cmd() calls io_uring_cmd_done() to complete uring_cmd, but we may have scheduled task work via io_uring_cmd_complete_in_task() for dispatching request, then kernel crash can be triggered. Fix it by not trying to can
debian
CVE-2025-38278LOWCVSS 5.5fixed in linux 6.12.35-1 (forky)2025
CVE-2025-38278 [MEDIUM] CVE-2025-38278: linux - In the Linux kernel, the following vulnerability has been resolved: octeontx2-p... In the Linux kernel, the following vulnerability has been resolved: octeontx2-pf: QOS: Refactor TC_HTB_LEAF_DEL_LAST callback This patch addresses below issues, 1. Active traffic on the leaf node must be stopped before its send queue is reassigned to the parent. This patch resolves the issue by marking the node as 'Inner'. 2. During a system reboot, the interface re
debian
CVE-2025-38321LOWCVSS 5.5fixed in linux 6.12.35-1 (forky)2025
CVE-2025-38321 [MEDIUM] CVE-2025-38321: linux - In the Linux kernel, the following vulnerability has been resolved: smb: Log an... In the Linux kernel, the following vulnerability has been resolved: smb: Log an error when close_all_cached_dirs fails Under low-memory conditions, close_all_cached_dirs() can't move the dentries to a separate list to dput() them once the locks are dropped. This will result in a "Dentry still in use" error, so add an error message that makes it clear this is what ha
debian
CVE-2025-38053LOWCVSS 5.5fixed in linux 6.12.32-1 (forky)2025
CVE-2025-38053 [MEDIUM] CVE-2025-38053: linux - In the Linux kernel, the following vulnerability has been resolved: idpf: fix n... In the Linux kernel, the following vulnerability has been resolved: idpf: fix null-ptr-deref in idpf_features_check idpf_features_check is used to validate the TX packet. skb header length is compared with the hardware supported value received from the device control plane. The value is stored in the adapter structure and to access it, vport pointer is used. During
debian
CVE-2025-38658LOWCVSS 5.52025
CVE-2025-38658 [MEDIUM] CVE-2025-38658: linux - In the Linux kernel, the following vulnerability has been resolved: nvmet: pci-... In the Linux kernel, the following vulnerability has been resolved: nvmet: pci-epf: Do not complete commands twice if nvmet_req_init() fails Have nvmet_req_init() and req->execute() complete failed commands. Description of the problem: nvmet_req_init() calls __nvmet_req_complete() internally upon failure, e.g., unsupported opcode, which calls the "queue_response" ca
debian
CVE-2025-22059LOWCVSS 5.5fixed in linux 6.12.25-1 (forky)2025
CVE-2025-22059 [MEDIUM] CVE-2025-22059: linux - In the Linux kernel, the following vulnerability has been resolved: udp: Fix mu... In the Linux kernel, the following vulnerability has been resolved: udp: Fix multiple wraparounds of sk->sk_rmem_alloc. __udp_enqueue_schedule_skb() has the following condition: if (atomic_read(&sk->sk_rmem_alloc) > sk->sk_rcvbuf) goto drop; sk->sk_rcvbuf is initialised by net.core.rmem_default and later can be configured by SO_RCVBUF, which is limited by net.core.r
debian
CVE-2025-21677LOWCVSS 5.5fixed in linux 6.12.11-1 (forky)2025
CVE-2025-21677 [MEDIUM] CVE-2025-21677: linux - In the Linux kernel, the following vulnerability has been resolved: pfcp: Destr... In the Linux kernel, the following vulnerability has been resolved: pfcp: Destroy device along with udp socket's netns dismantle. pfcp_newlink() links the device to a list in dev_net(dev) instead of net, where a udp tunnel socket is created. Even when net is removed, the device stays alive on dev_net(dev). Then, removing net triggers the splat below. [0] In this exa
debian
CVE-2025-38551LOWCVSS 5.5fixed in linux 6.16.3-1 (forky)2025
CVE-2025-38551 [MEDIUM] CVE-2025-38551: linux - In the Linux kernel, the following vulnerability has been resolved: virtio-net:... In the Linux kernel, the following vulnerability has been resolved: virtio-net: fix recursived rtnl_lock() during probe() The deadlock appears in a stack trace like: virtnet_probe() rtnl_lock() virtio_config_changed_work() netdev_notify_peers() rtnl_lock() It happens if the VMM sends a VIRTIO_NET_S_ANNOUNCE request while the virtio-net driver is still probing. The c
debian
CVE-2025-22002LOWCVSS 5.5fixed in linux 6.12.21-1 (forky)2025
CVE-2025-22002 [MEDIUM] CVE-2025-22002: linux - In the Linux kernel, the following vulnerability has been resolved: netfs: Call... In the Linux kernel, the following vulnerability has been resolved: netfs: Call `invalidate_cache` only if implemented Many filesystems such as NFS and Ceph do not implement the `invalidate_cache` method. On those filesystems, if writing to the cache (`NETFS_WRITE_TO_CACHE`) fails for some reason, the kernel crashes like this: BUG: kernel NULL pointer dereference, a
debian
CVE-2025-21644LOWCVSS 5.5fixed in linux 6.12.10-1 (forky)2025
CVE-2025-21644 [MEDIUM] CVE-2025-21644: linux - In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix... In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix tlb invalidation when wedging If GuC fails to load, the driver wedges, but in the process it tries to do stuff that may not be initialized yet. This moves the xe_gt_tlb_invalidation_init() to be done earlier: as its own doc says, it's a software-only initialization and should had been na
debian
CVE-2025-40225LOWfixed in linux 6.17.6-1 (forky)2025
CVE-2025-40225 [LOW] CVE-2025-40225: linux - In the Linux kernel, the following vulnerability has been resolved: drm/panthor... In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Fix kernel panic on partial unmap of a GPU VA region This commit address a kernel panic issue that can happen if Userspace tries to partially unmap a GPU virtual region (aka drm_gpuva). The VM_BIND interface allows partial unmapping of a BO. Panthor driver pre-allocates memory for the new
debian
CVE-2025-38340LOWCVSS 7.12025
CVE-2025-38340 [HIGH] CVE-2025-38340: linux - In the Linux kernel, the following vulnerability has been resolved: firmware: c... In the Linux kernel, the following vulnerability has been resolved: firmware: cs_dsp: Fix OOB memory read access in KUnit test KASAN reported out of bounds access - cs_dsp_mock_bin_add_name_or_info(), because the source string length was rounded up to the allocation size. Scope: local bookworm: resolved bullseye: resolved forky: resolved sid: resolved trixie: resolved
debian
CVE-2025-68360LOWfixed in linux 6.17.13-1 (forky)2025
CVE-2025-68360 [LOW] CVE-2025-68360: 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: wed: use proper wed reference in mt76 wed driver callabacks MT7996 driver can use both wed and wed_hif2 devices to offload traffic from/to the wireless NIC. In the current codebase we assume to always use the primary wed device in wed callbacks resulting in the following crash if the hw run
debian
CVE-2025-37950LOWCVSS 5.52025
CVE-2025-37950 [MEDIUM] CVE-2025-37950: linux - In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix ... In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix panic in failed foilio allocation commit 7e119cff9d0a ("ocfs2: convert w_pages to w_folios") and commit 9a5e08652dc4b ("ocfs2: use an array of folios instead of an array of pages") save -ENOMEM in the folio array upon allocation failure and call the folio array free code. The folio array
debian
CVE-2025-68230LOWfixed in linux 6.17.10-1 (forky)2025
CVE-2025-68230 [LOW] CVE-2025-68230: 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: fix gpu page fault after hibernation on PF passthrough On PF passthrough environment, after hibernate and then resume, coralgemm will cause gpu page fault. Mode1 reset happens during hibernate, but partition mode is not restored on resume, register mmCP_HYP_XCP_CTL and mmCP_PSP_XCP_CTL is n
debian
CVE-2025-21847LOWCVSS 5.5fixed in linux 6.12.17-1 (forky)2025
CVE-2025-21847 [MEDIUM] CVE-2025-21847: linux - In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: ... In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: stream-ipc: Check for cstream nullity in sof_ipc_msg_data() The nullity of sps->cstream should be checked similarly as it is done in sof_set_stream_data_offset() function. Assuming that it is not NULL if sps->stream is NULL is incorrect and can lead to NULL pointer dereference. Scope: loc
debian