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 110 of 665
CVE-2025-38254LOWCVSS 5.52025
CVE-2025-38254 [MEDIUM] CVE-2025-38254: linux - In the Linux kernel, the following vulnerability has been resolved: drm/amd/dis...
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add sanity checks for drm_edid_raw() When EDID is retrieved via drm_edid_raw(), it doesn't guarantee to return proper EDID bytes the caller wants: it may be either NULL (that leads to an Oops) or with too long bytes over the fixed size raw_edid array (that may lead to memory corrupt
debian
CVE-2025-38210LOWCVSS 5.5fixed in linux 6.12.35-1 (forky)2025
CVE-2025-38210 [MEDIUM] CVE-2025-38210: linux - In the Linux kernel, the following vulnerability has been resolved: configfs-ts...
In the Linux kernel, the following vulnerability has been resolved: configfs-tsm-report: Fix NULL dereference of tsm_ops Unlike sysfs, the lifetime of configfs objects is controlled by userspace. There is no mechanism for the kernel to find and delete all created config-items. Instead, the configfs-tsm-report mechanism has an expectation that tsm_unregister() can ha
debian
CVE-2025-38440LOWCVSS 4.7fixed in linux 6.16.3-1 (forky)2025
CVE-2025-38440 [MEDIUM] CVE-2025-38440: 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: Fix race between DIM disable and net_dim() There's a race between disabling DIM and NAPI callbacks using the dim pointer on the RQ or SQ. If NAPI checks the DIM state bit and sees it still set, it assumes `rq->dim` or `sq->dim` is valid. But if DIM gets disabled right after that check, th
debian
CVE-2025-40152LOW2025
CVE-2025-40152 [LOW] CVE-2025-40152: linux - In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fi...
In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fix bootup splat with separate_gpu_drm modparam The drm_gem_for_each_gpuvm_bo() call from lookup_vma() accesses drm_gem_obj.gpuva.list, which is not initialized when the drm driver does not support DRIVER_GEM_GPUVA feature. Enable it for msm_kms drm driver to fix the splat seen when msm.separa
debian
CVE-2025-39761LOWCVSS 7.1fixed in linux 6.16.3-1 (forky)2025
CVE-2025-39761 [HIGH] CVE-2025-39761: linux - In the Linux kernel, the following vulnerability has been resolved: wifi: ath12...
In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: Decrement TID on RX peer frag setup error handling Currently, TID is not decremented before peer cleanup, during error handling path of ath12k_dp_rx_peer_frag_setup(). This could lead to out-of-bounds access in peer->rx_tid[]. Hence, add a decrement operation for TID, before peer cleanup
debian
CVE-2025-71151LOWCVSS 5.5fixed in linux 6.18.3-1 (forky)2025
CVE-2025-71151 [MEDIUM] CVE-2025-71151: linux - In the Linux kernel, the following vulnerability has been resolved: cifs: Fix m...
In the Linux kernel, the following vulnerability has been resolved: cifs: Fix memory and information leak in smb3_reconfigure() In smb3_reconfigure(), if smb3_sync_session_ctx_passwords() fails, the function returns immediately without freeing and erasing the newly allocated new_password and new_password2. This causes both a memory leak and a potential information l
debian
CVE-2025-40350LOWfixed in linux 6.17.6-1 (forky)2025
CVE-2025-40350 [LOW] CVE-2025-40350: 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: RX, Fix generating skb from non-linear xdp_buff for striding RQ XDP programs can change the layout of an xdp_buff through bpf_xdp_adjust_tail() and bpf_xdp_adjust_head(). Therefore, the driver cannot assume the size of the linear data area nor fragments. Fix the bug in mlx5 by generating skb
debian
CVE-2025-22114LOWCVSS 5.52025
CVE-2025-22114 [MEDIUM] CVE-2025-22114: linux - In the Linux kernel, the following vulnerability has been resolved: btrfs: don'...
In the Linux kernel, the following vulnerability has been resolved: btrfs: don't clobber ret in btrfs_validate_super() Commit 2a9bb78cfd36 ("btrfs: validate system chunk array at btrfs_validate_super()") introduces a call to validate_sys_chunk_array() in btrfs_validate_super(), which clobbers the value of ret set earlier. This has the effect of negating the validity
debian
CVE-2025-39939LOWCVSS 7.8fixed in linux 6.16.9-1 (forky)2025
CVE-2025-39939 [HIGH] CVE-2025-39939: linux - In the Linux kernel, the following vulnerability has been resolved: iommu/s390:...
In the Linux kernel, the following vulnerability has been resolved: iommu/s390: Fix memory corruption when using identity domain zpci_get_iommu_ctrs() returns counter information to be reported as part of device statistics; these counters are stored as part of the s390_domain. The problem, however, is that the identity domain is not backed by an s390_domain and so the
debian
CVE-2025-71141LOWCVSS 5.5fixed in linux 6.18.5-1 (forky)2025
CVE-2025-71141 [MEDIUM] CVE-2025-71141: linux - In the Linux kernel, the following vulnerability has been resolved: drm/tilcdc:...
In the Linux kernel, the following vulnerability has been resolved: drm/tilcdc: Fix removal actions in case of failed probe The drm_kms_helper_poll_fini() and drm_atomic_helper_shutdown() helpers should only be called when the device has been successfully registered. Currently, these functions are called unconditionally in tilcdc_fini(), which causes warnings during
debian
CVE-2025-21953LOWCVSS 5.52025
CVE-2025-21953 [MEDIUM] CVE-2025-21953: linux - In the Linux kernel, the following vulnerability has been resolved: net: mana: ...
In the Linux kernel, the following vulnerability has been resolved: net: mana: cleanup mana struct after debugfs_remove() When on a MANA VM hibernation is triggered, as part of hibernate_snapshot(), mana_gd_suspend() and mana_gd_resume() are called. If during this mana_gd_resume(), a failure occurs with HWC creation, mana_port_debugfs pointer does not get reinitiali
debian
CVE-2025-38600LOWCVSS 5.52025
CVE-2025-38600 [MEDIUM] CVE-2025-38600: 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: mt7925: fix off by one in mt7925_mcu_hw_scan() The ssid->ssids[] and sreq->ssids[] arrays have MT7925_RNR_SCAN_MAX_BSSIDS elements so this >= needs to be > to prevent an out of bounds access.
Scope: local
bookworm: resolved
bullseye: resolved
forky: resolved
sid: resolved
trixie: resolve
debian
CVE-2025-68262LOWfixed in linux 6.17.12-1 (forky)2025
CVE-2025-68262 [LOW] CVE-2025-68262: linux - In the Linux kernel, the following vulnerability has been resolved: crypto: zst...
In the Linux kernel, the following vulnerability has been resolved: crypto: zstd - fix double-free in per-CPU stream cleanup The crypto/zstd module has a double-free bug that occurs when multiple tfms are allocated and freed. The issue happens because zstd_streams (per-CPU contexts) are freed in zstd_exit() during every tfm destruction, rather than being managed at the
debian
CVE-2025-21989LOWCVSS 5.5fixed in linux 6.12.20-1 (forky)2025
CVE-2025-21989 [MEDIUM] CVE-2025-21989: linux - In the Linux kernel, the following vulnerability has been resolved: drm/amd/dis...
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix missing .is_two_pixels_per_container Starting from 6.11, AMDGPU driver, while being loaded with amdgpu.dc=1, due to lack of .is_two_pixels_per_container function in dce60_tg_funcs, causes a NULL pointer dereference on PCs with old GPUs, such as R9 280X. So this fix adds missing
debian
CVE-2025-68186LOWfixed in linux 6.17.8-1 (forky)2025
CVE-2025-68186 [LOW] CVE-2025-68186: linux - In the Linux kernel, the following vulnerability has been resolved: ring-buffer...
In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Do not warn in ring_buffer_map_get_reader() when reader catches up The function ring_buffer_map_get_reader() is a bit more strict than the other get reader functions, and except for certain situations the rb_get_reader_page() should not return NULL. If it does, it triggers a warning. This
debian
CVE-2025-21896LOWCVSS 7.82025
CVE-2025-21896 [HIGH] CVE-2025-21896: linux - In the Linux kernel, the following vulnerability has been resolved: fuse: rever...
In the Linux kernel, the following vulnerability has been resolved: fuse: revert back to __readahead_folio() for readahead In commit 3eab9d7bc2f4 ("fuse: convert readahead to use folios"), the logic was converted to using the new folio readahead code, which drops the reference on the folio once it is locked, using an inferred reference on the folio. Previously we held
debian
CVE-2025-68784LOWfixed 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-38235LOWCVSS 5.52025
CVE-2025-38235 [MEDIUM] CVE-2025-38235: linux - In the Linux kernel, the following vulnerability has been resolved: HID: applet...
In the Linux kernel, the following vulnerability has been resolved: HID: appletb-kbd: fix "appletb_backlight" backlight device reference counting During appletb_kbd_probe, probe attempts to get the backlight device by name. When this happens backlight_device_get_by_name looks for a device in the backlight class which has name "appletb_backlight" and upon finding a m
debian
CVE-2025-21939LOWCVSS 5.5fixed in linux 6.12.19-1 (forky)2025
CVE-2025-21939 [MEDIUM] CVE-2025-21939: linux - In the Linux kernel, the following vulnerability has been resolved: drm/xe/hmm:...
In the Linux kernel, the following vulnerability has been resolved: drm/xe/hmm: Don't dereference struct page pointers without notifier lock The pnfs that we obtain from hmm_range_fault() point to pages that we don't have a reference on, and the guarantee that they are still in the cpu page-tables is that the notifier lock must be held and the notifier seqno is stil
debian
CVE-2025-68182LOWfixed in linux 6.17.8-1 (forky)2025
CVE-2025-68182 [LOW] CVE-2025-68182: linux - In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwi...
In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: fix potential use after free in iwl_mld_remove_link() This code frees "link" by calling kfree_rcu(link, rcu_head) and then it dereferences "link" to get the "link->fw_id". Save the "link->fw_id" first to avoid a potential use after free.
Scope: local
bookworm: resolved
bullseye: resolved
debian