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 598 of 632
CVE-2024-35954P4LOWCVSS 4.7fixed in linux 6.8.9-1 (forky)2024
CVE-2024-35954 [MEDIUM] CVE-2024-35954: linux - In the Linux kernel, the following vulnerability has been resolved: scsi: sg: A...
In the Linux kernel, the following vulnerability has been resolved: scsi: sg: Avoid sg device teardown race sg_remove_sfp_usercontext() must not use sg_device_destroy() after calling scsi_device_put(). sg_device_destroy() is accessing the parent scsi_device request_queue which will already be set to NULL when the preceding call to scsi_device_put() removed the last
debian
CVE-2023-52898P4MEDIUMCVSS 4.7fixed in linux 6.1.8-1 (bookworm)2023
CVE-2023-52898 [MEDIUM] CVE-2023-52898: linux - In the Linux kernel, the following vulnerability has been resolved: xhci: Fix n...
In the Linux kernel, the following vulnerability has been resolved: xhci: Fix null pointer dereference when host dies Make sure xhci_free_dev() and xhci_kill_endpoint_urbs() do not race and cause null pointer dereference when host suddenly dies. Usb core may call xhci_free_dev() which frees the xhci->devs[slot_id] virt device at the same time that xhci_kill_endpoint
debian
CVE-2021-47435P4MEDIUMCVSS 4.7fixed in linux 5.14.16-1 (bookworm)2021
CVE-2021-47435 [MEDIUM] CVE-2021-47435: linux - In the Linux kernel, the following vulnerability has been resolved: dm: fix mem...
In the Linux kernel, the following vulnerability has been resolved: dm: fix mempool NULL pointer race when completing IO dm_io_dec_pending() calls end_io_acct() first and will then dec md in-flight pending count. But if a task is swapping DM table at same time this can result in a crash due to mempool->elements being NULL: task1 task2 do_resume ->do_suspend ->dm_wai
debian
CVE-2022-49286P4MEDIUMCVSS 4.7fixed in linux 5.17.3-1 (bookworm)2022
CVE-2022-49286 [MEDIUM] CVE-2022-49286: linux - In the Linux kernel, the following vulnerability has been resolved: tpm: use tr...
In the Linux kernel, the following vulnerability has been resolved: tpm: use try_get_ops() in tpm-space.c As part of the series conversion to remove nested TPM operations: https://lore.kernel.org/all/[email protected]/ exposure of the chip->tpm_mutex was removed from much of the upper level code. In this conversion, tpm2_del_spac
debian
CVE-2024-26607P4MEDIUMCVSS 4.7fixed in linux 6.1.76-1 (bookworm)2024
CVE-2024-26607 [MEDIUM] CVE-2024-26607: linux - In the Linux kernel, the following vulnerability has been resolved: drm/bridge:...
In the Linux kernel, the following vulnerability has been resolved: drm/bridge: sii902x: Fix probing race issue A null pointer dereference crash has been observed rarely on TI platforms using sii9022 bridge: [ 53.271356] sii902x_get_edid+0x34/0x70 [sii902x] [ 53.276066] sii902x_bridge_get_edid+0x14/0x20 [sii902x] [ 53.281381] drm_bridge_get_edid+0x20/0x34 [drm] [ 53
debian
CVE-2023-52568P4MEDIUMCVSS 4.7fixed in linux 6.1.64-1 (bookworm)2023
CVE-2023-52568 [MEDIUM] CVE-2023-52568: linux - In the Linux kernel, the following vulnerability has been resolved: x86/sgx: Re...
In the Linux kernel, the following vulnerability has been resolved: x86/sgx: Resolves SECS reclaim vs. page fault for EAUG race The SGX EPC reclaimer (ksgxd) may reclaim the SECS EPC page for an enclave and set secs.epc_page to NULL. The SECS page is used for EAUG and ELDU in the SGX page fault handler. However, the NULL check for secs.epc_page is only done for ELDU
debian
CVE-2024-36949P4MEDIUMCVSS 4.7fixed in linux 6.8.11-1 (forky)2024
CVE-2024-36949 [MEDIUM] CVE-2024-36949: 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: sync all devices to wait all processes being evicted If there are more than one device doing reset in parallel, the first device will call kfd_suspend_all_processes() to evict all processes on all devices, this call takes time to finish. other device will start reset and recover without
debian
CVE-2024-36952P4MEDIUMCVSS 4.7fixed in linux 6.1.94-1 (bookworm)2024
CVE-2024-36952 [MEDIUM] CVE-2024-36952: linux - In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc:...
In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Move NPIV's transport unregistration to after resource clean up There are cases after NPIV deletion where the fabric switch still believes the NPIV is logged into the fabric. This occurs when a vport is unregistered before the Remove All DA_ID CT and LOGO ELS are sent to the fabric. Curr
debian
CVE-2022-48751P4MEDIUMCVSS 4.7fixed in linux 5.16.7-1 (bookworm)2022
CVE-2022-48751 [MEDIUM] CVE-2022-48751: linux - In the Linux kernel, the following vulnerability has been resolved: net/smc: Tr...
In the Linux kernel, the following vulnerability has been resolved: net/smc: Transitional solution for clcsock race issue We encountered a crash in smc_setsockopt() and it is caused by accessing smc->clcsock after clcsock was released. BUG: kernel NULL pointer dereference, address: 0000000000000020 #PF: supervisor read access in kernel mode #PF: error_code(0x0000) -
debian
CVE-2022-49554P4MEDIUMCVSS 4.7fixed in linux 5.18.2-1 (bookworm)2022
CVE-2022-49554 [MEDIUM] CVE-2022-49554: linux - In the Linux kernel, the following vulnerability has been resolved: zsmalloc: f...
In the Linux kernel, the following vulnerability has been resolved: zsmalloc: fix races between asynchronous zspage free and page migration The asynchronous zspage free worker tries to lock a zspage's entire page list without defending against page migration. Since pages which haven't yet been locked can concurrently migrate off the zspage page list while lock_zspag
debian
CVE-2024-46711P4MEDIUMCVSS 4.7fixed in linux 6.1.112-1 (bookworm)2024
CVE-2024-46711 [MEDIUM] CVE-2024-46711: linux - In the Linux kernel, the following vulnerability has been resolved: mptcp: pm: ...
In the Linux kernel, the following vulnerability has been resolved: mptcp: pm: fix ID 0 endp usage after multiple re-creations 'local_addr_used' and 'add_addr_accepted' are decremented for addresses not related to the initial subflow (ID0), because the source and destination addresses of the initial subflows are known from the beginning: they don't count as "additio
debian
CVE-2024-46693P4LOWCVSS 4.7fixed in linux 6.10.9-1 (forky)2024
CVE-2024-46693 [MEDIUM] CVE-2024-46693: linux - In the Linux kernel, the following vulnerability has been resolved: soc: qcom: ...
In the Linux kernel, the following vulnerability has been resolved: soc: qcom: pmic_glink: Fix race during initialization As pointed out by Stephen Boyd it is possible that during initialization of the pmic_glink child drivers, the protection-domain notifiers fires, and the associated work is scheduled, before the client registration returns and as a result the loca
debian
CVE-2024-56547P4LOWCVSS 4.7fixed in linux 6.12.3-1 (forky)2024
CVE-2024-56547 [MEDIUM] CVE-2024-56547: linux - In the Linux kernel, the following vulnerability has been resolved: rcu/nocb: F...
In the Linux kernel, the following vulnerability has been resolved: rcu/nocb: Fix missed RCU barrier on deoffloading Currently, running rcutorture test with torture_type=rcu fwd_progress=8 n_barrier_cbs=8 nocbs_nthreads=8 nocbs_toggle=100 onoff_interval=60 test_boost=2, will trigger the following warning: WARNING: CPU: 19 PID: 100 at kernel/rcu/tree_nocb.h:1061 rcu_
debian
CVE-2024-26923P4MEDIUMCVSS 4.7fixed in linux 6.1.90-1 (bookworm)2024
CVE-2024-26923 [MEDIUM] CVE-2024-26923: linux - In the Linux kernel, the following vulnerability has been resolved: af_unix: Fi...
In the Linux kernel, the following vulnerability has been resolved: af_unix: Fix garbage collector racing against connect() Garbage collector does not take into account the risk of embryo getting enqueued during the garbage collection. If such embryo has a peer that carries SCM_RIGHTS, two consecutive passes of scan_children() may see a different set of children. Le
debian
CVE-2019-19525P4MEDIUMCVSS 4.6fixed in linux 5.3.7-1 (bookworm)2019
CVE-2019-19525 [MEDIUM] CVE-2019-19525: linux - In the Linux kernel before 5.3.6, there is a use-after-free bug that can be caus...
In the Linux kernel before 5.3.6, there is a use-after-free bug that can be caused by a malicious USB device in the drivers/net/ieee802154/atusb.c driver, aka CID-7fd25e6fc035.
Scope: local
bookworm: resolved (fixed in 5.3.7-1)
bullseye: resolved (fixed in 5.3.7-1)
forky: resolved (fixed in 5.3.7-1)
sid: resolved (fixed in 5.3.7-1)
trixie: resolved (fixed in 5.3.7-1
debian
CVE-2023-52897P4MEDIUMCVSS 4.7fixed in linux 6.1.8-1 (bookworm)2023
CVE-2023-52897 [MEDIUM] CVE-2023-52897: linux - In the Linux kernel, the following vulnerability has been resolved: btrfs: qgro...
In the Linux kernel, the following vulnerability has been resolved: btrfs: qgroup: do not warn on record without old_roots populated [BUG] There are some reports from the mailing list that since v6.1 kernel, the WARN_ON() inside btrfs_qgroup_account_extent() gets triggered during rescan: WARNING: CPU: 3 PID: 6424 at fs/btrfs/qgroup.c:2756 btrfs_qgroup_account_extent
debian
CVE-2024-40943P4MEDIUMCVSS 4.7fixed in linux 6.1.99-1 (bookworm)2024
CVE-2024-40943 [MEDIUM] CVE-2024-40943: linux - In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix ...
In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix races between hole punching and AIO+DIO After commit "ocfs2: return real error code in ocfs2_dio_wr_get_block", fstests/generic/300 become from always failed to sometimes failed: ======================================================================== [ 473.293420 ] run fstests generic/30
debian
CVE-2022-49152P4MEDIUMCVSS 4.7fixed in linux 5.17.3-1 (bookworm)2022
CVE-2022-49152 [MEDIUM] CVE-2022-49152: linux - In the Linux kernel, the following vulnerability has been resolved: XArray: Fix...
In the Linux kernel, the following vulnerability has been resolved: XArray: Fix xas_create_range() when multi-order entry present If there is already an entry present that is of order >= XA_CHUNK_SHIFT when we call xas_create_range(), xas_create_range() will misinterpret that entry as a node and dereference xa_node->parent, generally leading to a crash that looks so
debian
CVE-2021-47248P4MEDIUMCVSS 4.7fixed in linux 5.10.46-1 (bookworm)2021
CVE-2021-47248 [MEDIUM] CVE-2021-47248: linux - In the Linux kernel, the following vulnerability has been resolved: udp: fix ra...
In the Linux kernel, the following vulnerability has been resolved: udp: fix race between close() and udp_abort() Kaustubh reported and diagnosed a panic in udp_lib_lookup(). The root cause is udp_abort() racing with close(). Both racing functions acquire the socket lock, but udp{v6}_destroy_sock() release it before performing destructive actions. We can't easily ex
debian
CVE-2021-47507P4MEDIUMCVSS 4.7fixed in linux 5.15.15-1 (bookworm)2021
CVE-2021-47507 [MEDIUM] CVE-2021-47507: linux - In the Linux kernel, the following vulnerability has been resolved: nfsd: Fix n...
In the Linux kernel, the following vulnerability has been resolved: nfsd: Fix nsfd startup race (again) Commit bd5ae9288d64 ("nfsd: register pernet ops last, unregister first") has re-opened rpc_pipefs_event() race against nfsd_net_id registration (register_pernet_subsys()) which has been fixed by commit bb7ffbf29e76 ("nfsd: fix nsfd startup race triggering BUG_ON")
debian