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 571 of 632
CVE-2023-54260P4UNKNOWNfixed in linux 6.1.20-1 (bookworm)2023
CVE-2023-54260 CVE-2023-54260: linux - In the Linux kernel, the following vulnerability has been resolved: cifs: Fix l...
In the Linux kernel, the following vulnerability has been resolved: cifs: Fix lost destroy smbd connection when MR allocate failed If the MR allocate failed, the smb direct connection info is NULL, then smbd_destroy() will directly return, then the connection info will be leaked. Let's set the smb direct connection info to the server before call smbd_destroy().
Scope: local
debian
CVE-2023-54208P4UNKNOWNfixed in linux 6.1.20-1 (bookworm)2023
CVE-2023-54208 CVE-2023-54208: linux - In the Linux kernel, the following vulnerability has been resolved: media: ov56...
In the Linux kernel, the following vulnerability has been resolved: media: ov5675: Fix memleak in ov5675_init_controls() There is a kmemleak when testing the media/i2c/ov5675.c with bpf mock device: AssertionError: unreferenced object 0xffff888107362160 (size 16): comm "python3", pid 277, jiffies 4294832798 (age 20.722s) hex dump (first 16 bytes): 00 00 00 00 00 00 00 00 00
debian
CVE-2023-54175P4UNKNOWNfixed in linux 6.1.37-1 (bookworm)2023
CVE-2023-54175 CVE-2023-54175: linux - In the Linux kernel, the following vulnerability has been resolved: i2c: xiic: ...
In the Linux kernel, the following vulnerability has been resolved: i2c: xiic: xiic_xfer(): Fix runtime PM leak on error path The xiic_xfer() function gets a runtime PM reference when the function is entered. This reference is released when the function is exited. There is currently one error path where the function exits directly, which leads to a leak of the runtime PM ref
debian
CVE-2022-50702P4UNKNOWNfixed in linux 6.1.7-1 (bookworm)2022
CVE-2022-50702 CVE-2022-50702: linux - In the Linux kernel, the following vulnerability has been resolved: vdpa_sim: f...
In the Linux kernel, the following vulnerability has been resolved: vdpa_sim: fix possible memory leak in vdpasim_net_init() and vdpasim_blk_init() Inject fault while probing module, if device_register() fails in vdpasim_net_init() or vdpasim_blk_init(), but the refcount of kobject is not decreased to 0, the name allocated in dev_set_name() is leaked. Fix this by calling put
debian
CVE-2022-50875P4UNKNOWNfixed in linux 6.1.4-1 (bookworm)2022
CVE-2022-50875 CVE-2022-50875: linux - In the Linux kernel, the following vulnerability has been resolved: of: overlay...
In the Linux kernel, the following vulnerability has been resolved: of: overlay: fix null pointer dereferencing in find_dup_cset_node_entry() and find_dup_cset_prop() When kmalloc() fail to allocate memory in kasprintf(), fn_1 or fn_2 will be NULL, and strcmp() will cause null pointer dereference.
Scope: local
bookworm: resolved (fixed in 6.1.4-1)
bullseye: resolved (fixed i
debian
CVE-2022-50708P4UNKNOWNfixed in linux 6.0.3-1 (bookworm)2022
CVE-2022-50708 CVE-2022-50708: linux - In the Linux kernel, the following vulnerability has been resolved: HSI: ssi_pr...
In the Linux kernel, the following vulnerability has been resolved: HSI: ssi_protocol: fix potential resource leak in ssip_pn_open() ssip_pn_open() claims the HSI client's port with hsi_claim_port(). When hsi_register_port_event() gets some error and returns a negetive value, the HSI client's port should be released with hsi_release_port(). Fix it by calling hsi_release_port
debian
CVE-2025-68202P4LOWfixed in linux 6.17.9-1 (forky)2025
CVE-2025-68202 [LOW] CVE-2025-68202: linux - In the Linux kernel, the following vulnerability has been resolved: sched_ext: ...
In the Linux kernel, the following vulnerability has been resolved: sched_ext: Fix unsafe locking in the scx_dump_state() For built with CONFIG_PREEMPT_RT=y kernels, the dump_lock will be converted sleepable spinlock and not disable-irq, so the following scenarios occur: inconsistent {IN-HARDIRQ-W} -> {HARDIRQ-ON-W} usage. irq_work/0/27 [HC0[0]:SC0[0]:HE1:SE1] takes: (
debian
CVE-2025-68738P4LOWfixed in linux 6.17.13-1 (forky)2025
CVE-2025-68738 [LOW] CVE-2025-68738: 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: mt7996: fix null pointer deref in mt7996_conf_tx() If a link does not have an assigned channel yet, mt7996_vif_link returns NULL. We still need to store the updated queue settings in that case, and apply them later. Move the location of the queue params to within struct mt7996_vif_link.
Sco
debian
CVE-2025-40353P4LOWfixed in linux 6.17.6-1 (forky)2025
CVE-2025-40353 [LOW] CVE-2025-40353: linux - In the Linux kernel, the following vulnerability has been resolved: arm64: mte:...
In the Linux kernel, the following vulnerability has been resolved: arm64: mte: Do not warn if the page is already tagged in copy_highpage() The arm64 copy_highpage() assumes that the destination page is newly allocated and not MTE-tagged (PG_mte_tagged unset) and warns accordingly. However, following commit 060913999d7a ("mm: migrate: support poisoned recover from mig
debian
CVE-2025-68190P4UNKNOWNfixed in linux 6.17.8-1 (forky)2025
CVE-2025-68190 CVE-2025-68190: 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/atom: Check kcalloc() for WS buffer in amdgpu_atom_execute_table_locked() kcalloc() may fail. When WS is non-zero and allocation fails, ectx.ws remains NULL while ectx.ws_size is set, leading to a potential NULL pointer dereference in atom_get_src_int() when accessing WS entries. Return -ENOMEM on
debian
CVE-2023-54154P4UNKNOWNfixed in linux 6.1.55-1 (bookworm)2023
CVE-2023-54154 CVE-2023-54154: 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: core: Fix target_cmd_counter leak The target_cmd_counter struct allocated via target_alloc_cmd_counter() is never freed, resulting in leaks across various transport types, e.g.: unreferenced object 0xffff88801f920120 (size 96): comm "sh", pid 102, jiffies 4294892535 (age 713.412s) hex dump (fir
debian
CVE-2023-54144P4UNKNOWNfixed in linux 6.1.7-1 (bookworm)2023
CVE-2023-54144 CVE-2023-54144: linux - In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd:...
In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix kernel warning during topology setup This patch fixes the following kernel warning seen during driver load by correctly initializing the p2plink attr before creating the sysfs file: [ +0.002865] ------------[ cut here ]------------ [ +0.002327] kobject: '(null)' (0000000056260cfb): is not ini
debian
CVE-2025-68733P4UNKNOWNfixed in linux 6.1.162-1 (bookworm)2025
CVE-2025-68733 CVE-2025-68733: linux - In the Linux kernel, the following vulnerability has been resolved: smack: fix ...
In the Linux kernel, the following vulnerability has been resolved: smack: fix bug: unprivileged task can create labels If an unprivileged task is allowed to relabel itself (/smack/relabel-self is not empty), it can freely create new labels by writing their names into own /proc/PID/attr/smack/current This occurs because do_setattr() imports the provided label in advance, bef
debian
CVE-2023-54311P4UNKNOWNfixed in linux 6.1.37-1 (bookworm)2023
CVE-2023-54311 CVE-2023-54311: linux - In the Linux kernel, the following vulnerability has been resolved: ext4: fix d...
In the Linux kernel, the following vulnerability has been resolved: ext4: fix deadlock when converting an inline directory in nojournal mode In no journal mode, ext4_finish_convert_inline_dir() can self-deadlock by calling ext4_handle_dirty_dirblock() when it already has taken the directory lock. There is a similar self-deadlock in ext4_incvert_inline_data_nolock() for data
debian
CVE-2022-50878P4UNKNOWNfixed in linux 6.0.3-1 (bookworm)2022
CVE-2022-50878 CVE-2022-50878: linux - In the Linux kernel, the following vulnerability has been resolved: gpu: lontiu...
In the Linux kernel, the following vulnerability has been resolved: gpu: lontium-lt9611: Fix NULL pointer dereference in lt9611_connector_init() A NULL check for bridge->encoder shows that it may be NULL, but it already been dereferenced on all paths leading to the check. 812 if (!bridge->encoder) { Dereference the pointer bridge->encoder. 810 drm_connector_attach_encoder( c
debian
CVE-2023-54221P4UNKNOWNfixed in linux 6.1.52-1 (bookworm)2023
CVE-2023-54221 CVE-2023-54221: linux - In the Linux kernel, the following vulnerability has been resolved: clk: imx93:...
In the Linux kernel, the following vulnerability has been resolved: clk: imx93: fix memory leak and missing unwind goto in imx93_clocks_probe In function probe(), it returns directly without unregistered hws when error occurs. Fix this by adding 'goto unregister_hws;' on line 295 and line 310. Use devm_kzalloc() instead of kzalloc() to automatically free the memory using dev
debian
CVE-2023-54028P4UNKNOWNfixed in linux 6.1.37-1 (bookworm)2023
CVE-2023-54028 CVE-2023-54028: linux - In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: F...
In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix the error "trying to register non-static key in rxe_cleanup_task" In the function rxe_create_qp(), rxe_qp_from_init() is called to initialize qp, internally things like rxe_init_task are not setup until rxe_qp_init_req(). If an error occurred before this point then the unwind will call rxe_clea
debian
CVE-2023-54020P4UNKNOWNfixed in linux 6.1.20-1 (bookworm)2023
CVE-2023-54020 CVE-2023-54020: linux - In the Linux kernel, the following vulnerability has been resolved: dmaengine: ...
In the Linux kernel, the following vulnerability has been resolved: dmaengine: sf-pdma: pdma_desc memory leak fix Commit b2cc5c465c2c ("dmaengine: sf-pdma: Add multithread support for a DMA channel") changed sf_pdma_prep_dma_memcpy() to unconditionally allocate a new sf_pdma_desc each time it is called. The driver previously recycled descs, by checking the in_use flag, only
debian
CVE-2023-54209P4UNKNOWNfixed in linux 6.1.52-1 (bookworm)2023
CVE-2023-54209 CVE-2023-54209: linux - In the Linux kernel, the following vulnerability has been resolved: block: fix ...
In the Linux kernel, the following vulnerability has been resolved: block: fix blktrace debugfs entries leakage Commit 99d055b4fd4b ("block: remove per-disk debugfs files in blk_unregister_queue") moves blk_trace_shutdown() from blk_release_queue() to blk_unregister_queue(), this is safe if blktrace is created through sysfs, however, there is a regression in corner case. blk
debian
CVE-2023-54297P4UNKNOWNfixed in linux 6.1.52-1 (bookworm)2023
CVE-2023-54297 CVE-2023-54297: linux - In the Linux kernel, the following vulnerability has been resolved: btrfs: zone...
In the Linux kernel, the following vulnerability has been resolved: btrfs: zoned: fix memory leak after finding block group with super blocks At exclude_super_stripes(), if we happen to find a block group that has super blocks mapped to it and we are on a zoned filesystem, we error out as this is not supposed to happen, indicating either a bug or maybe some memory corruption
debian