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 445 of 632
CVE-2022-50053P4MEDIUMCVSS 5.5fixed in linux 5.19.6-1 (bookworm)2022
CVE-2022-50053 [MEDIUM] CVE-2022-50053: linux - In the Linux kernel, the following vulnerability has been resolved: iavf: Fix r... In the Linux kernel, the following vulnerability has been resolved: iavf: Fix reset error handling Do not call iavf_close in iavf_reset_task error handling. Doing so can lead to double call of napi_disable, which can lead to deadlock there. Removing VF would lead to iavf_remove task being stuck, because it requires crit_lock, which is held by iavf_close. Call iavf_d
debian
CVE-2025-39875P4LOWCVSS 5.5fixed in linux 6.16.8-1 (forky)2025
CVE-2025-39875 [MEDIUM] CVE-2025-39875: linux - In the Linux kernel, the following vulnerability has been resolved: igb: Fix NU... In the Linux kernel, the following vulnerability has been resolved: igb: Fix NULL pointer dereference in ethtool loopback test The igb driver currently causes a NULL pointer dereference when executing the ethtool loopback test. This occurs because there is no associated q_vector for the test ring when it is set up, as interrupts are typically not added to the test r
debian
CVE-2025-39768P4LOWCVSS 5.5fixed in linux 6.16.5-1 (forky)2025
CVE-2025-39768 [MEDIUM] CVE-2025-39768: 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 complex rules rehash error flow Moving rules from matcher to matcher should not fail. However, if it does fail due to various reasons, the error flow should allow the kernel to continue functioning (albeit with broken steering rules) instead of going into series of soft lock-ups o
debian
CVE-2025-39777P4LOWCVSS 5.5fixed in linux 6.16.5-1 (forky)2025
CVE-2025-39777 [MEDIUM] CVE-2025-39777: linux - In the Linux kernel, the following vulnerability has been resolved: crypto: aco... In the Linux kernel, the following vulnerability has been resolved: crypto: acomp - Fix CFI failure due to type punning To avoid a crash when control flow integrity is enabled, make the workspace ("stream") free function use a consistent type, and call it through a function pointer that has that same type. Scope: local bookworm: resolved bullseye: resolved forky: re
debian
CVE-2025-39814P4LOWCVSS 5.5fixed in linux 6.16.5-1 (forky)2025
CVE-2025-39814 [MEDIUM] CVE-2025-39814: linux - In the Linux kernel, the following vulnerability has been resolved: ice: fix NU... In the Linux kernel, the following vulnerability has been resolved: ice: fix NULL pointer dereference in ice_unplug_aux_dev() on reset Issuing a reset when the driver is loaded without RDMA support, will results in a crash as it attempts to remove RDMA's non-existent auxbus device: echo 1 > /sys/class/net//device/reset BUG: kernel NULL pointer dereference, address:
debian
CVE-2025-39921P4LOWCVSS 5.5fixed in linux 6.16.6-1 (forky)2025
CVE-2025-39921 [MEDIUM] CVE-2025-39921: linux - In the Linux kernel, the following vulnerability has been resolved: spi: microc... In the Linux kernel, the following vulnerability has been resolved: spi: microchip-core-qspi: stop checking viability of op->max_freq in supports_op callback In commit 13529647743d9 ("spi: microchip-core-qspi: Support per spi-mem operation frequency switches") the logic for checking the viability of op->max_freq in mchp_coreqspi_setup_clock() was copied into mchp_co
debian
CVE-2025-39822P4LOWCVSS 5.5fixed in linux 6.16.5-1 (forky)2025
CVE-2025-39822 [MEDIUM] CVE-2025-39822: linux - In the Linux kernel, the following vulnerability has been resolved: io_uring/kb... In the Linux kernel, the following vulnerability has been resolved: io_uring/kbuf: fix signedness in this_len calculation When importing and using buffers, buf->len is considered unsigned. However, buf->len is converted to signed int when committing. This can lead to unexpected behavior if the buffer is large enough to be interpreted as a negative value. Make min_t
debian
CVE-2025-39858P4LOWCVSS 5.5fixed in linux 6.16.6-1 (forky)2025
CVE-2025-39858 [MEDIUM] CVE-2025-39858: linux - In the Linux kernel, the following vulnerability has been resolved: eth: mlx4: ... In the Linux kernel, the following vulnerability has been resolved: eth: mlx4: Fix IS_ERR() vs NULL check bug in mlx4_en_create_rx_ring Replace NULL check with IS_ERR() check after calling page_pool_create() since this function returns error pointers (ERR_PTR). Using NULL check could lead to invalid pointer dereference. Scope: local bookworm: resolved bullseye: reso
debian
CVE-2025-39892P4LOWCVSS 5.5fixed in linux 6.16.6-1 (forky)2025
CVE-2025-39892 [MEDIUM] CVE-2025-39892: linux - In the Linux kernel, the following vulnerability has been resolved: ASoC: soc-c... In the Linux kernel, the following vulnerability has been resolved: ASoC: soc-core: care NULL dirver name on snd_soc_lookup_component_nolocked() soc-generic-dmaengine-pcm.c uses same dev for both CPU and Platform. In such case, CPU component driver might not have driver->name, then snd_soc_lookup_component_nolocked() will be NULL pointer access error. Care NULL driv
debian
CVE-2025-39878P4LOWCVSS 5.5fixed in linux 6.16.8-1 (forky)2025
CVE-2025-39878 [MEDIUM] CVE-2025-39878: linux - In the Linux kernel, the following vulnerability has been resolved: ceph: fix c... In the Linux kernel, the following vulnerability has been resolved: ceph: fix crash after fscrypt_encrypt_pagecache_blocks() error The function move_dirty_folio_in_page_array() was created by commit ce80b76dd327 ("ceph: introduce ceph_process_folio_batch() method") by moving code from ceph_writepages_start() to this function. This new function is supposed to return
debian
CVE-2025-39893P4LOWCVSS 5.5fixed in linux 6.16.6-1 (forky)2025
CVE-2025-39893 [MEDIUM] CVE-2025-39893: linux - In the Linux kernel, the following vulnerability has been resolved: spi: spi-qp... In the Linux kernel, the following vulnerability has been resolved: spi: spi-qpic-snand: unregister ECC engine on probe error and device remove The on-host hardware ECC engine remains registered both when the spi_register_controller() function returns with an error and also on device removal. Change the qcom_spi_probe() function to unregister the engine on the error
debian
CVE-2025-39856P4LOWCVSS 5.5fixed in linux 6.16.6-1 (forky)2025
CVE-2025-39856 [MEDIUM] CVE-2025-39856: 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: ti: am65-cpsw-nuss: Fix null pointer dereference for ndev In the TX completion packet stage of TI SoCs with CPSW2G instance, which has single external ethernet port, ndev is accessed without being initialized if no TX packets have been processed. It results into null pointer dereferen
debian
CVE-2025-39771P4LOWCVSS 5.5fixed in linux 6.16.5-1 (forky)2025
CVE-2025-39771 [MEDIUM] CVE-2025-39771: linux - In the Linux kernel, the following vulnerability has been resolved: regulator: ... In the Linux kernel, the following vulnerability has been resolved: regulator: pca9450: Use devm_register_sys_off_handler With module test, there is error dump: ------------[ cut here ]------------ notifier callback pca9450_i2c_restart_handler already registered WARNING: kernel/notifier.c:23 at notifier_chain_register+0x5c/0x88, CPU#0: kworker/u16:3/50 Call trace: n
debian
CVE-2023-53664P4LOWCVSS 5.5fixed in linux 6.5.3-1 (forky)2023
CVE-2023-53664 [MEDIUM] CVE-2023-53664: linux - In the Linux kernel, the following vulnerability has been resolved: OPP: Fix po... In the Linux kernel, the following vulnerability has been resolved: OPP: Fix potential null ptr dereference in dev_pm_opp_get_required_pstate() "opp" pointer is dereferenced before the IS_ERR_OR_NULL() check. Fix it by removing the dereference to cache opp_table and dereference it directly where opp_table is used. This fixes the following smatch warning: drivers/opp
debian
CVE-2026-23228P4MEDIUMCVSS 5.5fixed in linux 6.1.164-1 (bookworm)2026
CVE-2026-23228 [MEDIUM] CVE-2026-23228: linux - In the Linux kernel, the following vulnerability has been resolved: smb: server... In the Linux kernel, the following vulnerability has been resolved: smb: server: fix leak of active_num_conn in ksmbd_tcp_new_connection() On kthread_run() failure in ksmbd_tcp_new_connection(), the transport is freed via free_transport(), which does not decrement active_num_conn, leaking this counter. Replace free_transport() with ksmbd_tcp_disconnect(). Scope: loc
debian
CVE-2025-38353P4LOWCVSS 5.5fixed in linux 6.12.37-1 (forky)2025
CVE-2025-38353 [MEDIUM] CVE-2025-38353: 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 taking invalid lock on wedge If device wedges on e.g. GuC upload, the submission is not yet enabled and the state is not even initialized. Protect the wedge call so it does nothing in this case. It fixes the following splat: [] xe 0000:bf:00.0: [drm] device wedged, needs recovery [] ----
debian
CVE-2025-71230P4LOWCVSS 5.5fixed in linux 6.18.12-1 (forky)2025
CVE-2025-71230 [MEDIUM] CVE-2025-71230: linux - In the Linux kernel, the following vulnerability has been resolved: hfs: ensure... In the Linux kernel, the following vulnerability has been resolved: hfs: ensure sb->s_fs_info is always cleaned up When hfs was converted to the new mount api a bug was introduced by changing the allocation pattern of sb->s_fs_info. If setup_bdev_super() fails after a new superblock has been allocated by sget_fc(), but before hfs_fill_super() takes ownership of the
debian
CVE-2026-23014P4LOWCVSS 5.5fixed in linux 6.18.8-1 (forky)2026
CVE-2026-23014 [MEDIUM] CVE-2026-23014: linux - In the Linux kernel, the following vulnerability has been resolved: perf: Ensur... In the Linux kernel, the following vulnerability has been resolved: perf: Ensure swevent hrtimer is properly destroyed With the change to hrtimer_try_to_cancel() in perf_swevent_cancel_hrtimer() it appears possible for the hrtimer to still be active by the time the event gets freed. Make sure the event does a full hrtimer_cancel() on the free path by installing a pe
debian
CVE-2025-38335P4MEDIUMCVSS 5.5fixed in linux 6.1.148-1 (bookworm)2025
CVE-2025-38335 [MEDIUM] CVE-2025-38335: linux - In the Linux kernel, the following vulnerability has been resolved: Input: gpio... In the Linux kernel, the following vulnerability has been resolved: Input: gpio-keys - fix a sleep while atomic with PREEMPT_RT When enabling PREEMPT_RT, the gpio_keys_irq_timer() callback runs in hard irq context, but the input_event() takes a spin_lock, which isn't allowed there as it is converted to a rt_spin_lock(). [ 4054.289999] BUG: sleeping function called f
debian
CVE-2025-22127P4MEDIUMCVSS 5.5fixed in linux 6.16.3-1 (forky)2025
CVE-2025-22127 [MEDIUM] CVE-2025-22127: linux - In the Linux kernel, the following vulnerability has been resolved: f2fs: fix p... In the Linux kernel, the following vulnerability has been resolved: f2fs: fix potential deadloop in prepare_compress_overwrite() Jan Prusakowski reported a kernel hang issue as below: When running xfstests on linux-next kernel (6.14.0-rc3, 6.12) I encountered a problem in generic/475 test where fsstress process gets blocked in __f2fs_write_data_pages() and the test
debian
Debian Linux vulnerabilities | cvebase