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 519 of 632
CVE-2021-47001P4MEDIUMCVSS 4.7fixed in linux 5.10.38-1 (bookworm)2021
CVE-2021-47001 [MEDIUM] CVE-2021-47001: linux - In the Linux kernel, the following vulnerability has been resolved: xprtrdma: F... In the Linux kernel, the following vulnerability has been resolved: xprtrdma: Fix cwnd update ordering After a reconnect, the reply handler is opening the cwnd (and thus enabling more RPC Calls to be sent) /before/ rpcrdma_post_recvs() can post enough Receive WRs to receive their replies. This causes an RNR and the new connection is lost immediately. The race is mos
debian
CVE-2024-42152P4MEDIUMCVSS 4.7fixed in linux 6.1.98-1 (bookworm)2024
CVE-2024-42152 [MEDIUM] CVE-2024-42152: linux - In the Linux kernel, the following vulnerability has been resolved: nvmet: fix ... In the Linux kernel, the following vulnerability has been resolved: nvmet: fix a possible leak when destroy a ctrl during qp establishment In nvmet_sq_destroy we capture sq->ctrl early and if it is non-NULL we know that a ctrl was allocated (in the admin connect request handler) and we need to release pending AERs, clear ctrl->sqs and sq->ctrl (for nvme-loop primari
debian
CVE-2023-52909P4MEDIUMCVSS 4.7fixed in linux 6.1.7-1 (bookworm)2023
CVE-2023-52909 [MEDIUM] CVE-2023-52909: linux - In the Linux kernel, the following vulnerability has been resolved: nfsd: fix h... In the Linux kernel, the following vulnerability has been resolved: nfsd: fix handling of cached open files in nfsd4_open codepath Commit fb70bf124b05 ("NFSD: Instantiate a struct file when creating a regular NFSv4 file") added the ability to cache an open fd over a compound. There are a couple of problems with the way this currently works: It's racy, as a newly-cre
debian
CVE-2022-49003P4MEDIUMCVSS 4.7fixed in linux 6.0.12-1 (bookworm)2022
CVE-2022-49003 [MEDIUM] CVE-2022-49003: linux - In the Linux kernel, the following vulnerability has been resolved: nvme: fix S... In the Linux kernel, the following vulnerability has been resolved: nvme: fix SRCU protection of nvme_ns_head list Walking the nvme_ns_head siblings list is protected by the head's srcu in nvme_ns_head_submit_bio() but not nvme_mpath_revalidate_paths(). Removing namespaces from the list also fails to synchronize the srcu. Concurrent scan work can therefore cause use
debian
CVE-2022-48985P4MEDIUMCVSS 4.7fixed in linux 6.1.4-1 (bookworm)2022
CVE-2022-48985 [MEDIUM] CVE-2022-48985: linux - In the Linux kernel, the following vulnerability has been resolved: net: mana: ... In the Linux kernel, the following vulnerability has been resolved: net: mana: Fix race on per-CQ variable napi work_done After calling napi_complete_done(), the NAPIF_STATE_SCHED bit may be cleared, and another CPU can start napi thread and access per-CQ variable, cq->work_done. If the other thread (for example, from busy_poll) sets it to a value >= budget, this th
debian
CVE-2026-23161P4LOWCVSS 7.3fixed in linux 6.18.9-1 (forky)2026
CVE-2026-23161 [HIGH] CVE-2026-23161: linux - In the Linux kernel, the following vulnerability has been resolved: mm/shmem, s... In the Linux kernel, the following vulnerability has been resolved: mm/shmem, swap: fix race of truncate and swap entry split The helper for shmem swap freeing is not handling the order of swap entries correctly. It uses xa_cmpxchg_irq to erase the swap entry, but it gets the entry order before that using xa_get_order without lock protection, and it may get an outdate
debian
CVE-2024-53176P4MEDIUMCVSS 4.7fixed in linux 6.12.3-1 (forky)2024
CVE-2024-53176 [MEDIUM] CVE-2024-53176: linux - In the Linux kernel, the following vulnerability has been resolved: smb: During... In the Linux kernel, the following vulnerability has been resolved: smb: During unmount, ensure all cached dir instances drop their dentry The unmount process (cifs_kill_sb() calling close_all_cached_dirs()) can race with various cached directory operations, which ultimately results in dentries not being dropped and these kernel BUGs: BUG: Dentry ffff88814f37e358{i=
debian
CVE-2024-53169P4LOWCVSS 4.7fixed in linux 6.12.3-1 (forky)2024
CVE-2024-53169 [MEDIUM] CVE-2024-53169: linux - In the Linux kernel, the following vulnerability has been resolved: nvme-fabric... In the Linux kernel, the following vulnerability has been resolved: nvme-fabrics: fix kernel crash while shutting down controller The nvme keep-alive operation, which executes at a periodic interval, could potentially sneak in while shutting down a fabric controller. This may lead to a race between the fabric controller admin queue destroy code path (invoked while s
debian
CVE-2024-53178P4MEDIUMCVSS 4.7fixed in linux 6.12.3-1 (forky)2024
CVE-2024-53178 [MEDIUM] CVE-2024-53178: linux - In the Linux kernel, the following vulnerability has been resolved: smb: Don't ... In the Linux kernel, the following vulnerability has been resolved: smb: Don't leak cfid when reconnect races with open_cached_dir open_cached_dir() may either race with the tcon reconnection even before compound_send_recv() or directly trigger a reconnection via SMB2_open_init() or SMB_query_info_init(). The reconnection process invokes invalidate_all_cached_dirs()
debian
CVE-2022-50664P4UNKNOWNfixed in linux 6.1.4-1 (bookworm)2022
CVE-2022-50664 CVE-2022-50664: linux - In the Linux kernel, the following vulnerability has been resolved: media: dvb-... In the Linux kernel, the following vulnerability has been resolved: media: dvb-frontends: fix leak of memory fw Scope: local bookworm: resolved (fixed in 6.1.4-1) bullseye: resolved (fixed in 5.10.178-1) forky: resolved (fixed in 6.1.4-1) sid: resolved (fixed in 6.1.4-1) trixie: resolved (fixed in 6.1.4-1)
debian
CVE-2011-4131P4LOWCVSS 4.6fixed in linux 3.2.9-1 (bookworm)2011
CVE-2011-4131 [MEDIUM] CVE-2011-4131: linux - The NFSv4 implementation in the Linux kernel before 3.2.2 does not properly hand... The NFSv4 implementation in the Linux kernel before 3.2.2 does not properly handle bitmap sizes in GETACL replies, which allows remote NFS servers to cause a denial of service (OOPS) by sending an excessive number of bitmap words. Scope: local bookworm: resolved (fixed in 3.2.9-1) bullseye: resolved (fixed in 3.2.9-1) forky: resolved (fixed in 3.2.9-1) sid: resolved (
debian
CVE-2025-40019P4UNKNOWNfixed in linux 6.1.158-1 (bookworm)2025
CVE-2025-40019 CVE-2025-40019: linux - In the Linux kernel, the following vulnerability has been resolved: crypto: ess... In the Linux kernel, the following vulnerability has been resolved: crypto: essiv - Check ssize for decryption and in-place encryption Move the ssize check to the start in essiv_aead_crypt so that it's also checked for decryption and in-place encryption. Scope: local bookworm: resolved (fixed in 6.1.158-1) bullseye: resolved (fixed in 5.10.247-1) forky: resolved (fixed in 6.
debian
CVE-2019-15211P4MEDIUMCVSS 4.6fixed in linux 5.2.6-1 (bookworm)2019
CVE-2019-15211 [MEDIUM] CVE-2019-15211: linux - An issue was discovered in the Linux kernel before 5.2.6. There is a use-after-f... An issue was discovered in the Linux kernel before 5.2.6. There is a use-after-free caused by a malicious USB device in the drivers/media/v4l2-core/v4l2-dev.c driver because drivers/media/radio/radio-raremono.c does not properly allocate memory. 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
debian
CVE-2019-15220P4MEDIUMCVSS 4.6fixed in linux 5.2.6-1 (bookworm)2019
CVE-2019-15220 [MEDIUM] CVE-2019-15220: linux - An issue was discovered in the Linux kernel before 5.2.1. There is a use-after-f... An issue was discovered in the Linux kernel before 5.2.1. There is a use-after-free caused by a malicious USB device in the drivers/net/wireless/intersil/p54/p54usb.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-1)
debian
CVE-2023-54045P4UNKNOWNfixed in linux 6.1.55-1 (bookworm)2023
CVE-2023-54045 CVE-2023-54045: linux - In the Linux kernel, the following vulnerability has been resolved: audit: fix ... In the Linux kernel, the following vulnerability has been resolved: audit: fix possible soft lockup in __audit_inode_child() Tracefs or debugfs maybe cause hundreds to thousands of PATH records, too many PATH records maybe cause soft lockup. For example: 1. CONFIG_KASAN=y && CONFIG_PREEMPTION=n 2. auditctl -a exit,always -S open -k key 3. sysctl -w kernel.watchdog_thresh=5 4
debian
CVE-2022-50773P4UNKNOWNfixed in linux 6.1.4-1 (bookworm)2022
CVE-2022-50773 CVE-2022-50773: linux - In the Linux kernel, the following vulnerability has been resolved: ALSA: mts64... In the Linux kernel, the following vulnerability has been resolved: ALSA: mts64: fix possible null-ptr-defer in snd_mts64_interrupt I got a null-ptr-defer error report when I do the following tests on the qemu platform: make defconfig and CONFIG_PARPORT=m, CONFIG_PARPORT_PC=m, CONFIG_SND_MTS64=m Then making test scripts: cat>test_mod1.sh snd_mts64_interrupt+0x24/0xa0 [snd_mt
debian
CVE-2022-50838P4UNKNOWNfixed in linux 6.1.4-1 (bookworm)2022
CVE-2022-50838 CVE-2022-50838: linux - In the Linux kernel, the following vulnerability has been resolved: net: stream... In the Linux kernel, the following vulnerability has been resolved: net: stream: purge sk_error_queue in sk_stream_kill_queues() Changheon Lee reported TCP socket leaks, with a nice repro. It seems we leak TCP sockets with the following sequence: 1) SOF_TIMESTAMPING_TX_ACK is enabled on the socket. Each ACK will cook an skb put in error queue, from __skb_tstamp_tx(). __skb_t
debian
CVE-2026-23414P4UNKNOWNfixed in linux 6.19.11-1 (sid)2026
CVE-2026-23414 CVE-2026-23414: linux - In the Linux kernel, the following vulnerability has been resolved: tls: Purge ... In the Linux kernel, the following vulnerability has been resolved: tls: Purge async_hold in tls_decrypt_async_wait() The async_hold queue pins encrypted input skbs while the AEAD engine references their scatterlist data. Once tls_decrypt_async_wait() returns, every AEAD operation has completed and the engine no longer references those skbs, so they can be freed unconditiona
debian
CVE-2022-50769P4UNKNOWNfixed in linux 6.1.4-1 (bookworm)2022
CVE-2022-50769 CVE-2022-50769: linux - In the Linux kernel, the following vulnerability has been resolved: mmc: mxcmmc... In the Linux kernel, the following vulnerability has been resolved: mmc: mxcmmc: fix return value check of mmc_add_host() mmc_add_host() may return error, if we ignore its return value, the memory that allocated in mmc_alloc_host() will be leaked and it will lead a kernel crash because of deleting not added device in the remove path. So fix this by checking the return value
debian
CVE-2022-50813P4UNKNOWNfixed in linux 6.1.4-1 (bookworm)2022
CVE-2022-50813 CVE-2022-50813: linux - In the Linux kernel, the following vulnerability has been resolved: drivers: mc... In the Linux kernel, the following vulnerability has been resolved: drivers: mcb: fix resource leak in mcb_probe() When probe hook function failed in mcb_probe(), it doesn't put the device. Compiled test only. Scope: local bookworm: resolved (fixed in 6.1.4-1) bullseye: resolved (fixed in 5.10.178-1) forky: resolved (fixed in 6.1.4-1) sid: resolved (fixed in 6.1.4-1) trixie:
debian
Debian Linux vulnerabilities | cvebase