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 453 of 632
CVE-2023-54097P4UNKNOWNfixed in linux 6.1.37-1 (bookworm)2023
CVE-2023-54097 CVE-2023-54097: linux - In the Linux kernel, the following vulnerability has been resolved: regulator: ...
In the Linux kernel, the following vulnerability has been resolved: regulator: stm32-pwr: fix of_iomap leak Smatch reports: drivers/regulator/stm32-pwr.c:166 stm32_pwr_regulator_probe() warn: 'base' from of_iomap() not released on lines: 151,166. In stm32_pwr_regulator_probe(), base is not released when devm_kzalloc() fails to allocate memory or devm_regulator_register() fai
debian
CVE-2025-40101P4LOWfixed in linux 6.17.6-1 (forky)2025
CVE-2025-40101 [LOW] CVE-2025-40101: 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 memory leaks when rejecting a non SINGLE data profile without an RST At the end of btrfs_load_block_group_zone_info() the first thing we do is to ensure that if the mapping type is not a SINGLE one and there is no RAID stripe tree, then we return early with an error. Doing that, though, prev
debian
CVE-2025-40097P4UNKNOWNfixed in linux 6.17.6-1 (forky)2025
CVE-2025-40097 CVE-2025-40097: linux - In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: ...
In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: Fix missing pointer check in hda_component_manager_init function The __component_match_add function may assign the 'matchptr' pointer the value ERR_PTR(-ENOMEM), which will subsequently be dereferenced. The call stack leading to the error looks like this: hda_component_manager_init |-> component_m
debian
CVE-2022-50571P4UNKNOWNfixed in linux 6.1.4-1 (bookworm)2022
CVE-2022-50571 CVE-2022-50571: linux - In the Linux kernel, the following vulnerability has been resolved: btrfs: call...
In the Linux kernel, the following vulnerability has been resolved: btrfs: call __btrfs_remove_free_space_cache_locked on cache load failure Now that lockdep is staying enabled through our entire CI runs I started seeing the following stack in generic/475 ------------[ cut here ]------------ WARNING: CPU: 1 PID: 2171864 at fs/btrfs/discard.c:604 btrfs_discard_update_discarda
debian
CVE-2025-68213P4LOWfixed in linux 6.17.10-1 (forky)2025
CVE-2025-68213 [LOW] CVE-2025-68213: linux - In the Linux kernel, the following vulnerability has been resolved: idpf: fix p...
In the Linux kernel, the following vulnerability has been resolved: idpf: fix possible vport_config NULL pointer deref in remove Attempting to remove the driver will cause a crash in cases where the vport failed to initialize. Following trace is from an instance where the driver failed during an attempt to create a VF: [ 1661.543624] idpf 0000:84:00.7: Device HW Reset
debian
CVE-2025-68293P4LOWfixed in linux 6.17.11-1 (forky)2025
CVE-2025-68293 [LOW] CVE-2025-68293: linux - In the Linux kernel, the following vulnerability has been resolved: mm/huge_mem...
In the Linux kernel, the following vulnerability has been resolved: mm/huge_memory: fix NULL pointer deference when splitting folio Commit c010d47f107f ("mm: thp: split huge page to any lower order pages") introduced an early check on the folio's order via mapping->flags before proceeding with the split work. This check introduced a bug: for shmem folios in the swap ca
debian
CVE-2023-54211P4UNKNOWNfixed in linux 6.1.52-1 (bookworm)2023
CVE-2023-54211 CVE-2023-54211: 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 warning in trace_buffered_event_disable() Warning happened in trace_buffered_event_disable() at WARN_ON_ONCE(!trace_buffered_event_ref) Call Trace: ? __warn+0xa5/0x1b0 ? trace_buffered_event_disable+0x189/0x1b0 __ftrace_event_enable_disable+0x19e/0x3e0 free_probe_data+0x3b/0xa0 unregister_ftrace
debian
CVE-2023-54232P4UNKNOWNfixed in linux 6.1.25-1 (bookworm)2023
CVE-2023-54232 CVE-2023-54232: linux - In the Linux kernel, the following vulnerability has been resolved: m68k: Only ...
In the Linux kernel, the following vulnerability has been resolved: m68k: Only force 030 bus error if PC not in exception table __get_kernel_nofault() does copy data in supervisor mode when forcing a task backtrace log through /proc/sysrq_trigger. This is expected cause a bus error exception on e.g. NULL pointer dereferencing when logging a kernel task has no workqueue assoc
debian
CVE-2023-54255P4UNKNOWNfixed in linux 6.1.52-1 (bookworm)2023
CVE-2023-54255 CVE-2023-54255: linux - In the Linux kernel, the following vulnerability has been resolved: sh: dma: Fi...
In the Linux kernel, the following vulnerability has been resolved: sh: dma: Fix DMA channel offset calculation Various SoCs of the SH3, SH4 and SH4A family, which use this driver, feature a differing number of DMA channels, which can be distributed between up to two DMAC modules. The existing implementation fails to correctly accommodate for all those variations, resulting
debian
CVE-2023-54265P4UNKNOWNfixed in linux 6.1.25-1 (bookworm)2023
CVE-2023-54265 CVE-2023-54265: linux - In the Linux kernel, the following vulnerability has been resolved: ipv6: Fix a...
In the Linux kernel, the following vulnerability has been resolved: ipv6: Fix an uninit variable access bug in __ip6_make_skb() Syzbot reported a bug as following: ===================================================== BUG: KMSAN: uninit-value in arch_atomic64_inc arch/x86/include/asm/atomic64_64.h:88 [inline] BUG: KMSAN: uninit-value in arch_atomic_long_inc include/linux/ato
debian
CVE-2023-54305P4UNKNOWNfixed in linux 6.1.20-1 (bookworm)2023
CVE-2023-54305 CVE-2023-54305: linux - In the Linux kernel, the following vulnerability has been resolved: ext4: refus...
In the Linux kernel, the following vulnerability has been resolved: ext4: refuse to create ea block when umounted The ea block expansion need to access s_root while it is already set as NULL when umount is triggered. Refuse this request to avoid panic.
Scope: local
bookworm: resolved (fixed in 6.1.20-1)
bullseye: resolved (fixed in 5.10.178-1)
forky: resolved (fixed in 6.1.2
debian
CVE-2023-54309P4UNKNOWNfixed in linux 6.1.52-1 (bookworm)2023
CVE-2023-54309 CVE-2023-54309: linux - In the Linux kernel, the following vulnerability has been resolved: tpm: tpm_vt...
In the Linux kernel, the following vulnerability has been resolved: tpm: tpm_vtpm_proxy: fix a race condition in /dev/vtpmx creation /dev/vtpmx is made visible before 'workqueue' is initialized, which can lead to a memory corruption in the worst case scenario. Address this by initializing 'workqueue' as the very first step of the driver initialization.
Scope: local
bookworm:
debian
CVE-2023-53710P4UNKNOWNfixed in linux 6.1.20-1 (bookworm)2023
CVE-2023-53710 CVE-2023-53710: 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 error code of return in mt7921_acpi_read Kernel NULL pointer dereference when ACPI SAR table isn't implemented well. Fix the error code of return to mark the ACPI SAR table as invalid. [ 5.077128] mt7921e 0000:06:00.0: sar cnt = 0 [ 5.077381] BUG: kernel NULL pointer dereference, addr
debian
CVE-2022-50621P4UNKNOWNfixed in linux 6.0.3-1 (bookworm)2022
CVE-2022-50621 CVE-2022-50621: linux - In the Linux kernel, the following vulnerability has been resolved: dm: verity-...
In the Linux kernel, the following vulnerability has been resolved: dm: verity-loadpin: Only trust verity targets with enforcement Verity targets can be configured to ignore corrupted data blocks. LoadPin must only trust verity targets that are configured to perform some kind of enforcement when data corruption is detected, like returning an error, restarting the system or t
debian
CVE-2025-40310P4LOWfixed in linux 6.17.8-1 (forky)2025
CVE-2025-40310 [LOW] CVE-2025-40310: linux - In the Linux kernel, the following vulnerability has been resolved: amd/amdkfd:...
In the Linux kernel, the following vulnerability has been resolved: amd/amdkfd: resolve a race in amdgpu_amdkfd_device_fini_sw There is race in amdgpu_amdkfd_device_fini_sw and interrupt. if amdgpu_amdkfd_device_fini_sw run in b/w kfd_cleanup_nodes and kfree(kfd), and KGD interrupt generated. kernel panic log: BUG: kernel NULL pointer dereference, address: 000000000000
debian
CVE-2025-68229P4UNKNOWNfixed in linux 6.1.159-1 (bookworm)2025
CVE-2025-68229 CVE-2025-68229: linux - In the Linux kernel, the following vulnerability has been resolved: scsi: targe...
In the Linux kernel, the following vulnerability has been resolved: scsi: target: tcm_loop: Fix segfault in tcm_loop_tpg_address_show() If the allocation of tl_hba->sh fails in tcm_loop_driver_probe() and we attempt to dereference it in tcm_loop_tpg_address_show() we will get a segfault, see below for an example. So, check tl_hba->sh before dereferencing it. Unable to alloca
debian
CVE-2023-54272P4UNKNOWNfixed in linux 6.1.82-1 (bookworm)2023
CVE-2023-54272 CVE-2023-54272: linux - In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: F...
In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix a possible null-pointer dereference in ni_clear() In a previous commit c1006bd13146, ni->mi.mrec in ni_write_inode() could be NULL, and thus a NULL check is added for this variable. However, in the same call stack, ni->mi.mrec can be also dereferenced in ni_clear(): ntfs_evict_inode(inode) ni_w
debian
CVE-2023-54069P4UNKNOWNfixed in linux 6.1.64-1 (bookworm)2023
CVE-2023-54069 CVE-2023-54069: linux - In the Linux kernel, the following vulnerability has been resolved: ext4: fix B...
In the Linux kernel, the following vulnerability has been resolved: ext4: fix BUG in ext4_mb_new_inode_pa() due to overflow When we calculate the end position of ext4_free_extent, this position may be exactly where ext4_lblk_t (i.e. uint) overflows. For example, if ac_g_ex.fe_logical is 4294965248 and ac_orig_goal_len is 2048, then the computed end is 0x100000000, which is 0
debian
CVE-2023-53814P4UNKNOWNfixed in linux 6.1.20-1 (bookworm)2023
CVE-2023-53814 CVE-2023-53814: linux - In the Linux kernel, the following vulnerability has been resolved: PCI: Fix dr...
In the Linux kernel, the following vulnerability has been resolved: PCI: Fix dropping valid root bus resources with .end = zero On r8a7791/koelsch: kmemleak: 1 new suspected memory leaks (see /sys/kernel/debug/kmemleak) # cat /sys/kernel/debug/kmemleak unreferenced object 0xc3a34e00 (size 64): comm "swapper/0", pid 1, jiffies 4294937460 (age 199.080s) hex dump (first 32 byte
debian
CVE-2023-54000P4UNKNOWNfixed in linux 6.1.52-1 (bookworm)2023
CVE-2023-54000 CVE-2023-54000: linux - In the Linux kernel, the following vulnerability has been resolved: net: hns3: ...
In the Linux kernel, the following vulnerability has been resolved: net: hns3: fix deadlock issue when externel_lb and reset are executed together When externel_lb and reset are executed together, a deadlock may occur: [ 3147.217009] INFO: task kworker/u321:0:7 blocked for more than 120 seconds. [ 3147.230483] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this
debian