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 457 of 632
CVE-2025-71067P4UNKNOWNfixed in linux 6.18.3-1 (forky)2025
CVE-2025-71067 CVE-2025-71067: linux - In the Linux kernel, the following vulnerability has been resolved: ntfs: set d... In the Linux kernel, the following vulnerability has been resolved: ntfs: set dummy blocksize to read boot_block when mounting When mounting, sb->s_blocksize is used to read the boot_block without being defined or validated. Set a dummy blocksize before attempting to read the boot_block. The issue can be triggered with the following syz reproducer: mkdirat(0xffffffffffffff9c
debian
CVE-2025-68728P4UNKNOWNfixed in linux 6.1.162-1 (bookworm)2025
CVE-2025-68728 CVE-2025-68728: linux - In the Linux kernel, the following vulnerability has been resolved: ntfs3: fix ... In the Linux kernel, the following vulnerability has been resolved: ntfs3: fix uninit memory after failed mi_read in mi_format_new Fix a KMSAN un-init bug found by syzkaller. ntfs_get_bh() expects a buffer from sb_getblk(), that buffer may not be uptodate. We do not bring the buffer uptodate before setting it as uptodate. If the buffer were to not be uptodate, it could mean
debian
CVE-2025-68766P4UNKNOWNfixed in linux 6.1.162-1 (bookworm)2025
CVE-2025-68766 CVE-2025-68766: linux - In the Linux kernel, the following vulnerability has been resolved: irqchip/mch... In the Linux kernel, the following vulnerability has been resolved: irqchip/mchp-eic: Fix error code in mchp_eic_domain_alloc() If irq_domain_translate_twocell() sets "hwirq" to >= MCHP_EIC_NIRQ (2) then it results in an out of bounds access. The code checks for invalid values, but doesn't set the error code. Return -EINVAL in that case, instead of returning success. Scope:
debian
CVE-2025-68328P4UNKNOWNfixed in linux 6.1.159-1 (bookworm)2025
CVE-2025-68328 CVE-2025-68328: linux - In the Linux kernel, the following vulnerability has been resolved: firmware: s... In the Linux kernel, the following vulnerability has been resolved: firmware: stratix10-svc: fix bug in saving controller data Fix the incorrect usage of platform_set_drvdata and dev_set_drvdata. They both are of the same data and overrides each other. This resulted in the rmmod of the svc driver to fail and throw a kernel panic for kthread_stop and fifo free. Scope: local b
debian
CVE-2023-54315P4UNKNOWNfixed in linux 6.1.52-1 (bookworm)2023
CVE-2023-54315 CVE-2023-54315: linux - In the Linux kernel, the following vulnerability has been resolved: powerpc/pow... In the Linux kernel, the following vulnerability has been resolved: powerpc/powernv/sriov: perform null check on iov before dereferencing iov Currently pointer iov is being dereferenced before the null check of iov which can lead to null pointer dereference errors. Fix this by moving the iov null check before the dereferencing. Detected using cppcheck static analysis: linux/
debian
CVE-2023-54316P4UNKNOWNfixed in linux 6.1.55-1 (bookworm)2023
CVE-2023-54316 CVE-2023-54316: linux - In the Linux kernel, the following vulnerability has been resolved: refscale: F... In the Linux kernel, the following vulnerability has been resolved: refscale: Fix uninitalized use of wait_queue_head_t Running the refscale test occasionally crashes the kernel with the following error: [ 8569.952896] BUG: unable to handle page fault for address: ffffffffffffffe8 [ 8569.952900] #PF: supervisor read access in kernel mode [ 8569.952902] #PF: error_code(0x0000
debian
CVE-2026-23177P4LOWfixed in linux 6.18.10-1 (forky)2026
CVE-2026-23177 [LOW] CVE-2026-23177: linux - In the Linux kernel, the following vulnerability has been resolved: mm, shmem: ... In the Linux kernel, the following vulnerability has been resolved: mm, shmem: prevent infinite loop on truncate race When truncating a large swap entry, shmem_free_swap() returns 0 when the entry's index doesn't match the given index due to lookup alignment. The failure fallback path checks if the entry crosses the end border and aborts when it happens, so truncate wo
debian
CVE-2025-68305P4LOWfixed in linux 6.17.11-1 (forky)2025
CVE-2025-68305 [LOW] CVE-2025-68305: linux - In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ... In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_sock: Prevent race in socket write iter and sock bind There is a potential race condition between sock bind and socket write iter. bind may free the same cmd via mgmt_pending before write iter sends the cmd, just as syzbot reported in UAF[1]. Here we use hci_dev_lock to synchronize the t
debian
CVE-2025-68193P4LOWfixed in linux 6.17.8-1 (forky)2025
CVE-2025-68193 [LOW] CVE-2025-68193: linux - In the Linux kernel, the following vulnerability has been resolved: drm/xe/guc:... In the Linux kernel, the following vulnerability has been resolved: drm/xe/guc: Add devm release action to safely tear down CT When a buffer object (BO) is allocated with the XE_BO_FLAG_GGTT_INVALIDATE flag, the driver initiates TLB invalidation requests via the CTB mechanism while releasing the BO. However a premature release of the CTB BO can lead to system crashes,
debian
CVE-2025-68169P4LOWfixed in linux 6.17.8-1 (forky)2025
CVE-2025-68169 [LOW] CVE-2025-68169: linux - In the Linux kernel, the following vulnerability has been resolved: netpoll: Fi... In the Linux kernel, the following vulnerability has been resolved: netpoll: Fix deadlock in memory allocation under spinlock Fix a AA deadlock in refill_skbs() where memory allocation while holding skb_pool->lock can trigger a recursive lock acquisition attempt. The deadlock scenario occurs when the system is under severe memory pressure: 1. refill_skbs() acquires skb
debian
CVE-2025-68187P4LOWfixed in linux 6.17.8-1 (forky)2025
CVE-2025-68187 [LOW] CVE-2025-68187: linux - In the Linux kernel, the following vulnerability has been resolved: net: mdio: ... In the Linux kernel, the following vulnerability has been resolved: net: mdio: Check regmap pointer returned by device_node_to_regmap() The call to device_node_to_regmap() in airoha_mdio_probe() can return an ERR_PTR() if regmap initialization fails. Currently, the driver stores the pointer without validation, which could lead to a crash if it is later dereferenced. Ad
debian
CVE-2025-68311P4LOWfixed in linux 6.17.8-1 (forky)2025
CVE-2025-68311 [LOW] CVE-2025-68311: linux - In the Linux kernel, the following vulnerability has been resolved: tty: serial... In the Linux kernel, the following vulnerability has been resolved: tty: serial: ip22zilog: Use platform device for probing After commit 84a9582fd203 ("serial: core: Start managing serial controllers to enable runtime PM") serial drivers need to provide a device in struct uart_port.dev otherwise an oops happens. To fix this issue for ip22zilog driver switch driver to a
debian
CVE-2025-68755P4UNKNOWNfixed in linux 6.17.13-1 (forky)2025
CVE-2025-68755 CVE-2025-68755: linux - In the Linux kernel, the following vulnerability has been resolved: staging: mo... In the Linux kernel, the following vulnerability has been resolved: staging: most: remove broken i2c driver The MOST I2C driver has been completely broken for five years without anyone noticing so remove the driver from staging. Specifically, commit 723de0f9171e ("staging: most: remove device from interface structure") started requiring drivers to set the interface device po
debian
CVE-2023-54322P4UNKNOWNfixed in linux 5.10.191-1 (bullseye)2023
CVE-2023-54322 CVE-2023-54322: linux - In the Linux kernel, the following vulnerability has been resolved: arm64: set ... In the Linux kernel, the following vulnerability has been resolved: arm64: set __exception_irq_entry with __irq_entry as a default filter_irq_stacks() is supposed to cut entries which are related irq entries from its call stack. And in_irqentry_text() which is called by filter_irq_stacks() uses __irqentry_text_start/end symbol to find irq entries in callstack. But it doesn't
debian
CVE-2025-68342P4UNKNOWNfixed in linux 6.17.11-1 (forky)2025
CVE-2025-68342 CVE-2025-68342: 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 data The URB received in gs_usb_receive_bulk_callback() contains a struct gs_host_frame. The length of the data after the header depends on the gs_host_frame hf::flags and the active device features (e.g. time stamping). Introd
debian
CVE-2025-68751P4LOWfixed 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-68729P4LOWfixed in linux 6.17.13-1 (forky)2025
CVE-2025-68729 [LOW] CVE-2025-68729: 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: Fix MSDU buffer types handling in RX error path Currently, packets received on the REO exception ring from unassociated peers are of MSDU buffer type, while the driver expects link descriptor type packets. These packets are not parsed further due to a return check on packet type in ath12k
debian
CVE-2026-23183P4LOWfixed in linux 6.18.10-1 (forky)2026
CVE-2026-23183 [LOW] CVE-2026-23183: linux - In the Linux kernel, the following vulnerability has been resolved: cgroup/dmem... In the Linux kernel, the following vulnerability has been resolved: cgroup/dmem: fix NULL pointer dereference when setting max An issue was triggered: BUG: kernel NULL pointer dereference, address: 0000000000000000 #PF: supervisor read access in kernel mode #PF: error_code(0x0000) - not-present page PGD 0 P4D 0 Oops: Oops: 0000 [#1] SMP NOPTI CPU: 15 UID: 0 PID: 658 Co
debian
CVE-2025-68247P4LOWfixed in linux 6.17.9-1 (forky)2025
CVE-2025-68247 [LOW] CVE-2025-68247: 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: Plug potential memory leak in do_timer_create() When posix timer creation is set to allocate a given timer ID and the access to the user space value faults, the function terminates without freeing the already allocated posix timer structure. Move the allocation after the user space access
debian
CVE-2023-54037P4LOWfixed in linux 6.4.11-1 (forky)2023
CVE-2023-54037 [LOW] CVE-2023-54037: linux - In the Linux kernel, the following vulnerability has been resolved: ice: preven... In the Linux kernel, the following vulnerability has been resolved: ice: prevent NULL pointer deref during reload Calling ethtool during reload can lead to call trace, because VSI isn't configured for some time, but netdev is alive. To fix it add rtnl lock for VSI deconfig and config. Set ::num_q_vectors to 0 after freeing and add a check for ::tx/rx_rings in ring rela
debian
Debian Linux vulnerabilities | cvebase