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 610 of 632
CVE-2022-50872P4UNKNOWNfixed in linux 6.1.20-1 (bookworm)2022
CVE-2022-50872 CVE-2022-50872: linux - In the Linux kernel, the following vulnerability has been resolved: ARM: OMAP2+... In the Linux kernel, the following vulnerability has been resolved: ARM: OMAP2+: Fix memory leak in realtime_counter_init() The "sys_clk" resource is malloced by clk_get(), it is not released when the function return. Scope: local bookworm: resolved (fixed in 6.1.20-1) bullseye: resolved (fixed in 5.10.178-1) forky: resolved (fixed in 6.1.20-1) sid: resolved (fixed in 6.1.20
debian
CVE-2023-54136P4UNKNOWNfixed in linux 6.1.55-1 (bookworm)2023
CVE-2023-54136 CVE-2023-54136: linux - In the Linux kernel, the following vulnerability has been resolved: serial: spr... In the Linux kernel, the following vulnerability has been resolved: serial: sprd: Fix DMA buffer leak issue Release DMA buffer when _probe() returns failure to avoid memory leak. Scope: local bookworm: resolved (fixed in 6.1.55-1) bullseye: resolved (fixed in 5.10.197-1) forky: resolved (fixed in 6.5.3-1) sid: resolved (fixed in 6.5.3-1) trixie: resolved (fixed in 6.5.3-1)
debian
CVE-2025-68300P4LOWfixed in linux 6.17.11-1 (forky)2025
CVE-2025-68300 [LOW] CVE-2025-68300: linux - In the Linux kernel, the following vulnerability has been resolved: fs/namespac... In the Linux kernel, the following vulnerability has been resolved: fs/namespace: fix reference leak in grab_requested_mnt_ns lookup_mnt_ns() already takes a reference on mnt_ns. grab_requested_mnt_ns() doesn't need to take an extra reference. Scope: local bookworm: resolved bullseye: resolved forky: resolved (fixed in 6.17.11-1) sid: resolved (fixed in 6.17.11-1) trix
debian
CVE-2025-40286P4UNKNOWNfixed in linux 6.1.159-1 (bookworm)2025
CVE-2025-40286 CVE-2025-40286: 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 possible memory leak in smb2_read() Memory leak occurs when ksmbd_vfs_read() fails. Fix this by adding the missing kvfree(). Scope: local bookworm: resolved (fixed in 6.1.159-1) bullseye: resolved forky: resolved (fixed in 6.17.9-1) sid: resolved (fixed in 6.17.9-1) trixie: resolved (fixed in
debian
CVE-2019-15217P4MEDIUMCVSS 4.6fixed in linux 5.2.6-1 (bookworm)2019
CVE-2019-15217 [MEDIUM] CVE-2019-15217: linux - An issue was discovered in the Linux kernel before 5.2.3. There is a NULL pointe... An issue was discovered in the Linux kernel before 5.2.3. There is a NULL pointer dereference caused by a malicious USB device in the drivers/media/usb/zr364xx/zr364xx.c driver. Scope: local bookworm: resolved (fixed in 5.2.6-1) bullseye: resolved (fixed in 5.2.6-1) forky: resolved (fixed in 5.2.6-1) sid: resolved (fixed in 5.2.6-1) trixie: resolved (fixed in 5.2.6-
debian
CVE-2023-54189P4UNKNOWNfixed in linux 6.1.52-1 (bookworm)2023
CVE-2023-54189 CVE-2023-54189: linux - In the Linux kernel, the following vulnerability has been resolved: pstore/ram:... In the Linux kernel, the following vulnerability has been resolved: pstore/ram: Add check for kstrdup Add check for the return value of kstrdup() and return the error if it fails in order to avoid NULL pointer dereference. Scope: local bookworm: resolved (fixed in 6.1.52-1) bullseye: resolved (fixed in 5.10.191-1) forky: resolved (fixed in 6.4.4-1) sid: resolved (fixed in 6.
debian
CVE-2023-54146P4UNKNOWNfixed in linux 6.1.7-1 (bookworm)2023
CVE-2023-54146 CVE-2023-54146: linux - In the Linux kernel, the following vulnerability has been resolved: x86/kexec: ... In the Linux kernel, the following vulnerability has been resolved: x86/kexec: Fix double-free of elf header buffer After b3e34a47f989 ("x86/kexec: fix memory leak of elf header buffer"), freeing image->elf_headers in the error path of crash_load_segments() is not needed because kimage_file_post_load_cleanup() will take care of that later. And not clearing it could result in
debian
CVE-2023-54248P4UNKNOWNfixed in linux 6.1.37-1 (bookworm)2023
CVE-2023-54248 CVE-2023-54248: linux - In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: A... In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Add check for kmemdup Since the kmemdup may return NULL pointer, it should be better to add check for the return value in order to avoid NULL pointer dereference. Scope: local bookworm: resolved (fixed in 6.1.37-1) bullseye: resolved forky: resolved (fixed in 6.3.7-1) sid: resolved (fixed in 6.3.7-
debian
CVE-2022-50856P4UNKNOWNfixed in linux 6.0.6-1 (bookworm)2022
CVE-2022-50856 CVE-2022-50856: linux - In the Linux kernel, the following vulnerability has been resolved: cifs: Fix x... In the Linux kernel, the following vulnerability has been resolved: cifs: Fix xid leak in cifs_ses_add_channel() Before return, should free the xid, otherwise, the xid will be leaked. Scope: local bookworm: resolved (fixed in 6.0.6-1) bullseye: resolved (fixed in 5.10.158-1) forky: resolved (fixed in 6.0.6-1) sid: resolved (fixed in 6.0.6-1) trixie: resolved (fixed in 6.0.6-
debian
CVE-2026-23182P4UNKNOWNfixed in linux 6.1.164-1 (bookworm)2026
CVE-2026-23182 CVE-2026-23182: linux - In the Linux kernel, the following vulnerability has been resolved: spi: tegra:... In the Linux kernel, the following vulnerability has been resolved: spi: tegra: Fix a memory leak in tegra_slink_probe() In tegra_slink_probe(), when platform_get_irq() fails, it directly returns from the function with an error code, which causes a memory leak. Replace it with a goto label to ensure proper cleanup. Scope: local bookworm: resolved (fixed in 6.1.164-1) bullsey
debian
CVE-2024-53136P4MEDIUMCVSS 4.7fixed in linux 6.1.119-1 (bookworm)2024
CVE-2024-53136 [MEDIUM] CVE-2024-53136: linux - In the Linux kernel, the following vulnerability has been resolved: mm: revert ... In the Linux kernel, the following vulnerability has been resolved: mm: revert "mm: shmem: fix data-race in shmem_getattr()" Revert d949d1d14fa2 ("mm: shmem: fix data-race in shmem_getattr()") as suggested by Chuck [1]. It is causing deadlocks when accessing tmpfs over NFS. As Hugh commented, "added just to silence a syzbot sanitizer splat: added where there has nev
debian
CVE-2023-54041P4UNKNOWNfixed in linux 6.1.25-1 (bookworm)2023
CVE-2023-54041 CVE-2023-54041: linux - In the Linux kernel, the following vulnerability has been resolved: io_uring: f... In the Linux kernel, the following vulnerability has been resolved: io_uring: fix memory leak when removing provided buffers When removing provided buffers, io_buffer structs are not being disposed of, leading to a memory leak. They can't be freed individually, because they are allocated in page-sized groups. They need to be added to some free list instead, such as io_buffer
debian
CVE-2023-54188P4UNKNOWNfixed in linux 6.1.25-1 (bookworm)2023
CVE-2023-54188 CVE-2023-54188: linux - In the Linux kernel, the following vulnerability has been resolved: dmaengine: ... In the Linux kernel, the following vulnerability has been resolved: dmaengine: apple-admac: Fix 'current_tx' not getting freed In terminate_all we should queue up all submitted descriptors to be freed. We do that for the content of the 'issued' and 'submitted' lists, but the 'current_tx' descriptor falls through the cracks as it's removed from the 'issued' list once it gets
debian
CVE-2022-50874P4UNKNOWNfixed in linux 6.1.20-1 (bookworm)2022
CVE-2022-50874 CVE-2022-50874: linux - In the Linux kernel, the following vulnerability has been resolved: RDMA/erdma:... In the Linux kernel, the following vulnerability has been resolved: RDMA/erdma: Fix refcount leak in erdma_mmap rdma_user_mmap_entry_get() take reference, we should release it when not need anymore, add the missing rdma_user_mmap_entry_put() in the error path to fix it. Scope: local bookworm: resolved (fixed in 6.1.20-1) bullseye: resolved forky: resolved (fixed in 6.1.20-1)
debian
CVE-2013-4162P4LOWCVSS 4.7fixed in linux 3.10.5-1 (bookworm)2013
CVE-2013-4162 [MEDIUM] CVE-2013-4162: linux - The udp_v6_push_pending_frames function in net/ipv6/udp.c in the IPv6 implementa... The udp_v6_push_pending_frames function in net/ipv6/udp.c in the IPv6 implementation in the Linux kernel through 3.10.3 makes an incorrect function call for pending data, which allows local users to cause a denial of service (BUG and system crash) via a crafted application that uses the UDP_CORK option in a setsockopt system call. Scope: local bookworm: resolved (fixe
debian
CVE-2025-68765P4UNKNOWNfixed in linux 6.1.162-1 (bookworm)2025
CVE-2025-68765 CVE-2025-68765: linux - In the Linux kernel, the following vulnerability has been resolved: mt76: mt761... In the Linux kernel, the following vulnerability has been resolved: mt76: mt7615: Fix memory leak in mt7615_mcu_wtbl_sta_add() In mt7615_mcu_wtbl_sta_add(), an skb sskb is allocated. If the subsequent call to mt76_connac_mcu_alloc_wtbl_req() fails, the function returns an error without freeing sskb, leading to a memory leak. Fix this by calling dev_kfree_skb() on sskb in the
debian
CVE-2023-54016P4LOWfixed in linux 6.5.6-1 (forky)2023
CVE-2023-54016 [LOW] CVE-2023-54016: 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 memory leak in rx_desc and tx_desc Currently when ath12k_dp_cc_desc_init() is called we allocate memory to rx_descs and tx_descs. In ath12k_dp_cc_cleanup(), during descriptor cleanup rx_descs and tx_descs memory is not freed. This is cause of memory leak. These allocated memory should
debian
CVE-2022-50711P4UNKNOWNfixed in linux 6.0.6-1 (bookworm)2022
CVE-2022-50711 CVE-2022-50711: 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: mtk_eth_soc: fix possible memory leak in mtk_probe() If mtk_wed_add_hw() has been called, mtk_wed_exit() needs be called in error path or removing module to free the memory allocated in mtk_wed_add_hw(). Scope: local bookworm: resolved (fixed in 6.0.6-1) bullseye: resolved forky: resolved (fix
debian
CVE-2018-1065P4MEDIUMCVSS 4.7fixed in linux 4.15.11-1 (bookworm)2018
CVE-2018-1065 [MEDIUM] CVE-2018-1065: linux - The netfilter subsystem in the Linux kernel through 4.15.7 mishandles the case o... The netfilter subsystem in the Linux kernel through 4.15.7 mishandles the case of a rule blob that contains a jump but lacks a user-defined chain, which allows local users to cause a denial of service (NULL pointer dereference) by leveraging the CAP_NET_RAW or CAP_NET_ADMIN capability, related to arpt_do_table in net/ipv4/netfilter/arp_tables.c, ipt_do_table in net/ip
debian
CVE-2024-27404P4MEDIUMCVSS 4.7fixed in linux 6.1.82-1 (bookworm)2024
CVE-2024-27404 [MEDIUM] CVE-2024-27404: linux - In the Linux kernel, the following vulnerability has been resolved: mptcp: fix ... In the Linux kernel, the following vulnerability has been resolved: mptcp: fix data races on remote_id Similar to the previous patch, address the data race on remote_id, adding the suitable ONCE annotations. Scope: local bookworm: resolved (fixed in 6.1.82-1) bullseye: resolved forky: resolved (fixed in 6.7.7-1) sid: resolved (fixed in 6.7.7-1) trixie: resolved (fix
debian
Debian Linux vulnerabilities | cvebase