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 165 of 632
CVE-2024-50086P4HIGHCVSS 7.0fixed in linux 6.1.115-1 (bookworm)2024
CVE-2024-50086 [HIGH] CVE-2024-50086: linux - In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix ... In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix user-after-free from session log off There is racy issue between smb2 session log off and smb2 session setup. It will cause user-after-free from session log off. This add session_lock when setting SMB2_SESSION_EXPIRED and referece count to session struct not to free session while it is bein
debian
CVE-2024-39503P4HIGHCVSS 7.0fixed in linux 6.1.99-1 (bookworm)2024
CVE-2024-39503 [HIGH] CVE-2024-39503: linux - In the Linux kernel, the following vulnerability has been resolved: netfilter: ... In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: Fix race between namespace cleanup and gc in the list:set type Lion Ackermann reported that there is a race condition between namespace cleanup in ipset and the garbage collection of the list:set type. The namespace cleanup can destroy the list:set type of sets while the gc of the se
debian
CVE-2024-56635P4LOWCVSS 7.0fixed in linux 6.12.5-1 (forky)2024
CVE-2024-56635 [HIGH] CVE-2024-56635: linux - In the Linux kernel, the following vulnerability has been resolved: net: avoid ... In the Linux kernel, the following vulnerability has been resolved: net: avoid potential UAF in default_operstate() syzbot reported an UAF in default_operstate() [1] Issue is a race between device and netns dismantles. After calling __rtnl_unlock() from netdev_run_todo(), we can not assume the netns of each device is still alive. Make sure the device is not in NETREG_
debian
CVE-2022-48689P4HIGHCVSS 7.0fixed in linux 5.19.11-1 (bookworm)2022
CVE-2022-48689 [HIGH] CVE-2022-48689: linux - In the Linux kernel, the following vulnerability has been resolved: tcp: TX zer... In the Linux kernel, the following vulnerability has been resolved: tcp: TX zerocopy should not sense pfmemalloc status We got a recent syzbot report [1] showing a possible misuse of pfmemalloc page status in TCP zerocopy paths. Indeed, for pages coming from user space or other layers, using page_is_pfmemalloc() is moot, and possibly could give false positives. There
debian
CVE-2024-49981P4HIGHCVSS 7.0fixed in linux 6.1.115-1 (bookworm)2024
CVE-2024-49981 [HIGH] CVE-2024-49981: linux - In the Linux kernel, the following vulnerability has been resolved: media: venu... In the Linux kernel, the following vulnerability has been resolved: media: venus: fix use after free bug in venus_remove due to race condition in venus_probe, core->work is bound with venus_sys_error_handler, which is used to handle error. The code use core->sys_err_done to make sync work. The core->work is started in venus_event_notify. If we call venus_remove, there
debian
CVE-2021-47280P4HIGHCVSS 7.0fixed in linux 5.10.46-1 (bookworm)2021
CVE-2021-47280 [HIGH] CVE-2021-47280: linux - In the Linux kernel, the following vulnerability has been resolved: drm: Fix us... In the Linux kernel, the following vulnerability has been resolved: drm: Fix use-after-free read in drm_getunique() There is a time-of-check-to-time-of-use error in drm_getunique() due to retrieving file_priv->master prior to locking the device's master mutex. An example can be seen in the crash report of the use-after-free error found by Syzbot: https://syzkaller.app
debian
CVE-2013-4345P4MEDIUMCVSS 5.8fixed in linux 3.11.5-1 (bookworm)2013
CVE-2013-4345 [MEDIUM] CVE-2013-4345: linux - Off-by-one error in the get_prng_bytes function in crypto/ansi_cprng.c in the Li... Off-by-one error in the get_prng_bytes function in crypto/ansi_cprng.c in the Linux kernel through 3.11.4 makes it easier for context-dependent attackers to defeat cryptographic protection mechanisms via multiple requests for small amounts of data, leading to improper management of the state of the consumed data. Scope: local bookworm: resolved (fixed in 3.11.5-1) bul
debian
CVE-2025-37915P4HIGHCVSS 7.0fixed in linux 6.1.140-1 (bookworm)2025
CVE-2025-37915 [HIGH] CVE-2025-37915: linux - In the Linux kernel, the following vulnerability has been resolved: net_sched: ... In the Linux kernel, the following vulnerability has been resolved: net_sched: drr: Fix double list add in class with netem as child qdisc As described in Gerrard's report [1], there are use cases where a netem child qdisc will make the parent qdisc's enqueue callback reentrant. In the case of drr, there won't be a UAF, but the code will add the same classifier to the
debian
CVE-2025-21718P4HIGHCVSS 7.0fixed in linux 6.1.129-1 (bookworm)2025
CVE-2025-21718 [HIGH] CVE-2025-21718: linux - In the Linux kernel, the following vulnerability has been resolved: net: rose: ... In the Linux kernel, the following vulnerability has been resolved: net: rose: fix timer races against user threads Rose timers only acquire the socket spinlock, without checking if the socket is owned by one user thread. Add a check and rearm the timers if needed. BUG: KASAN: slab-use-after-free in rose_timer_expiry+0x31d/0x360 net/rose/rose_timer.c:174 Read of size
debian
CVE-2023-52586P4HIGHCVSS 7.0fixed in linux 6.7.7-1 (forky)2023
CVE-2023-52586 [HIGH] CVE-2023-52586: linux - In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu... In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: Add mutex lock in control vblank irq Add a mutex lock to control vblank irq to synchronize vblank enable/disable operations happening from different threads to prevent race conditions while registering/unregistering the vblank irq callback. v4: -Removed vblank_ctl_lock from dpu_encoder_vi
debian
CVE-2022-50082P4HIGHCVSS 7.0fixed in linux 6.0.2-1 (bookworm)2022
CVE-2022-50082 [HIGH] CVE-2022-50082: linux - In the Linux kernel, the following vulnerability has been resolved: ext4: fix w... In the Linux kernel, the following vulnerability has been resolved: ext4: fix warning in ext4_iomap_begin as race between bmap and write We got issue as follows: ------------[ cut here ]------------ WARNING: CPU: 3 PID: 9310 at fs/ext4/inode.c:3441 ext4_iomap_begin+0x182/0x5d0 RIP: 0010:ext4_iomap_begin+0x182/0x5d0 RSP: 0018:ffff88812460fa08 EFLAGS: 00010293 RAX: ffff
debian
CVE-2024-56556P4LOWCVSS 7.0fixed in linux 6.12.5-1 (forky)2024
CVE-2024-56556 [HIGH] CVE-2024-56556: linux - In the Linux kernel, the following vulnerability has been resolved: binder: fix... In the Linux kernel, the following vulnerability has been resolved: binder: fix node UAF in binder_add_freeze_work() In binder_add_freeze_work() we iterate over the proc->nodes with the proc->inner_lock held. However, this lock is temporarily dropped in order to acquire the node->lock first (lock nesting order). This can race with binder_node_release() and trigger a u
debian
CVE-2025-38108P4HIGHCVSS 7.0fixed in linux 6.1.147-1 (bookworm)2025
CVE-2025-38108 [HIGH] CVE-2025-38108: linux - In the Linux kernel, the following vulnerability has been resolved: net_sched: ... In the Linux kernel, the following vulnerability has been resolved: net_sched: red: fix a race in __red_change() Gerrard Tai reported a race condition in RED, whenever SFQ perturb timer fires at the wrong time. The race is as follows: CPU 0 CPU 1 [1]: lock root [2]: qdisc_tree_flush_backlog() [3]: unlock root | | [5]: lock root | [6]: rehash | [7]: qdisc_tree_reduce_b
debian
CVE-2025-38102P4HIGHCVSS 7.0fixed in linux 6.1.147-1 (bookworm)2025
CVE-2025-38102 [HIGH] CVE-2025-38102: linux - In the Linux kernel, the following vulnerability has been resolved: VMCI: fix r... In the Linux kernel, the following vulnerability has been resolved: VMCI: fix race between vmci_host_setup_notify and vmci_ctx_unset_notify During our test, it is found that a warning can be trigger in try_grab_folio as follow: ------------[ cut here ]------------ WARNING: CPU: 0 PID: 1678 at mm/gup.c:147 try_grab_folio+0x106/0x130 Modules linked in: CPU: 0 UID: 0 PID
debian
CVE-2022-49939P4HIGHCVSS 7.0fixed in linux 5.19.11-1 (bookworm)2022
CVE-2022-49939 [HIGH] CVE-2022-49939: linux - In the Linux kernel, the following vulnerability has been resolved: binder: fix... In the Linux kernel, the following vulnerability has been resolved: binder: fix UAF of ref->proc caused by race condition A transaction of type BINDER_TYPE_WEAK_HANDLE can fail to increment the reference for a node. In this case, the target proc normally releases the failed reference upon close as expected. However, if the target is dying in parallel the call will rac
debian
CVE-2025-38107P4HIGHCVSS 7.0fixed in linux 6.1.147-1 (bookworm)2025
CVE-2025-38107 [HIGH] CVE-2025-38107: linux - In the Linux kernel, the following vulnerability has been resolved: net_sched: ... In the Linux kernel, the following vulnerability has been resolved: net_sched: ets: fix a race in ets_qdisc_change() Gerrard Tai reported a race condition in ETS, whenever SFQ perturb timer fires at the wrong time. The race is as follows: CPU 0 CPU 1 [1]: lock root [2]: qdisc_tree_flush_backlog() [3]: unlock root | | [5]: lock root | [6]: rehash | [7]: qdisc_tree_redu
debian
CVE-2014-1739P4LOWCVSS 2.1PoCfixed in linux 3.14.7-1 (bookworm)2014
CVE-2014-1739 [LOW] CVE-2014-1739: linux - The media_device_enum_entities function in drivers/media/media-device.c in the L... The media_device_enum_entities function in drivers/media/media-device.c in the Linux kernel before 3.14.6 does not initialize a certain data structure, which allows local users to obtain sensitive information from kernel memory by leveraging /dev/media0 read access for a MEDIA_IOC_ENUM_ENTITIES ioctl call. Scope: local bookworm: resolved (fixed in 3.14.7-1) bullseye: res
debian
CVE-2022-21499P4MEDIUMCVSS 6.7fixed in linux 5.17.11-1 (bookworm)2022
CVE-2022-21499 [MEDIUM] CVE-2022-21499: linux - KGDB and KDB allow read and write access to kernel memory, and thus should be re... KGDB and KDB allow read and write access to kernel memory, and thus should be restricted during lockdown. An attacker with access to a serial port could trigger the debugger so it is important that the debugger respect the lockdown mode when/if it is triggered. CVSS 3.1 Base Score 6.7 (Confidentiality, Integrity and Availability impacts). CVSS Vector: (CVSS:3.1/AV:L
debian
CVE-2019-20908P4MEDIUMCVSS 6.7fixed in linux 5.2.6-1 (bookworm)2019
CVE-2019-20908 [MEDIUM] CVE-2019-20908: linux - An issue was discovered in drivers/firmware/efi/efi.c in the Linux kernel before... An issue was discovered in drivers/firmware/efi/efi.c in the Linux kernel before 5.4. Incorrect access permissions for the efivar_ssdt ACPI variable could be used by attackers to bypass lockdown or secure boot restrictions, aka CID-1957a85b0032. 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-2021-47308P4MEDIUMCVSS 6.5fixed in linux 5.14.6-1 (bookworm)2021
CVE-2021-47308 [MEDIUM] CVE-2021-47308: linux - In the Linux kernel, the following vulnerability has been resolved: scsi: libfc... In the Linux kernel, the following vulnerability has been resolved: scsi: libfc: Fix array index out of bound exception Fix array index out of bound exception in fc_rport_prli_resp(). Scope: local bookworm: resolved (fixed in 5.14.6-1) bullseye: resolved (fixed in 5.10.70-1) forky: resolved (fixed in 5.14.6-1) sid: resolved (fixed in 5.14.6-1) trixie: resolved (fixe
debian
Debian Linux vulnerabilities | cvebase