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 243 of 632
CVE-2023-54312P4UNKNOWNfixed in linux 6.1.52-1 (bookworm)2023
CVE-2023-54312 CVE-2023-54312: linux - In the Linux kernel, the following vulnerability has been resolved: samples/bpf... In the Linux kernel, the following vulnerability has been resolved: samples/bpf: Fix buffer overflow in tcp_basertt Using sizeof(nv) or strlen(nv)+1 is correct. 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.4.4-1) trixie: resolved (fixed in 6.4.4-1)
debian
CVE-2025-40102P4UNKNOWNfixed in linux 6.17.6-1 (forky)2025
CVE-2025-40102 CVE-2025-40102: linux - In the Linux kernel, the following vulnerability has been resolved: KVM: arm64:... In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Prevent access to vCPU events before init Another day, another syzkaller bug. KVM erroneously allows userspace to pend vCPU events for a vCPU that hasn't been initialized yet, leading to KVM interpreting a bunch of uninitialized garbage for routing / injecting the exception. In one case the injec
debian
CVE-2023-54099P4UNKNOWNfixed in linux 6.1.52-1 (bookworm)2023
CVE-2023-54099 CVE-2023-54099: linux - In the Linux kernel, the following vulnerability has been resolved: fs: Protect... In the Linux kernel, the following vulnerability has been resolved: fs: Protect reconfiguration of sb read-write from racing writes The reconfigure / remount code takes a lot of effort to protect filesystem's reconfiguration code from racing writes on remounting read-only. However during remounting read-only filesystem to read-write mode userspace writes can start immediatel
debian
CVE-2025-40034P4LOWfixed in linux 6.17.6-1 (forky)2025
CVE-2025-40034 [LOW] CVE-2025-40034: linux - In the Linux kernel, the following vulnerability has been resolved: PCI/AER: Av... In the Linux kernel, the following vulnerability has been resolved: PCI/AER: Avoid NULL pointer dereference in aer_ratelimit() When platform firmware supplies error information to the OS, e.g., via the ACPI APEI GHES mechanism, it may identify an error source device that doesn't advertise an AER Capability and therefore dev->aer_info, which contains AER stats and ratel
debian
CVE-2023-53706P4UNKNOWNfixed in linux 6.3.7-1 (forky)2023
CVE-2023-53706 CVE-2023-53706: linux - In the Linux kernel, the following vulnerability has been resolved: mm/vmemmap/... In the Linux kernel, the following vulnerability has been resolved: mm/vmemmap/devdax: fix kernel crash when probing devdax devices commit 4917f55b4ef9 ("mm/sparse-vmemmap: improve memory savings for compound devmaps") added support for using optimized vmmemap for devdax devices. But how vmemmap mappings are created are architecture specific. For example, powerpc with hash t
debian
CVE-2025-68331P4UNKNOWNfixed in linux 6.1.159-1 (bookworm)2025
CVE-2025-68331 CVE-2025-68331: linux - In the Linux kernel, the following vulnerability has been resolved: usb: uas: f... In the Linux kernel, the following vulnerability has been resolved: usb: uas: fix urb unmapping issue when the uas device is remove during ongoing data transfer When a UAS device is unplugged during data transfer, there is a probability of a system panic occurring. The root cause is an access to an invalid memory address during URB callback handling. Specifically, this happe
debian
CVE-2023-54213P4UNKNOWNfixed in linux 6.1.37-1 (bookworm)2023
CVE-2023-54213 CVE-2023-54213: linux - In the Linux kernel, the following vulnerability has been resolved: USB: sisusb... In the Linux kernel, the following vulnerability has been resolved: USB: sisusbvga: Add endpoint checks The syzbot fuzzer was able to provoke a WARNING from the sisusbvga driver: ------------[ cut here ]------------ usb 1-1: BOGUS urb xfer, pipe 3 != type 1 WARNING: CPU: 1 PID: 26 at drivers/usb/core/urb.c:504 usb_submit_urb+0xed6/0x1880 drivers/usb/core/urb.c:504 Modules li
debian
CVE-2025-40295P4LOWfixed in linux 6.17.8-1 (forky)2025
CVE-2025-40295 [LOW] CVE-2025-40295: linux - In the Linux kernel, the following vulnerability has been resolved: fscrypt: fi... In the Linux kernel, the following vulnerability has been resolved: fscrypt: fix left shift underflow when inode->i_blkbits > PAGE_SHIFT When simulating an nvme device on qemu with both logical_block_size and physical_block_size set to 8 KiB, an error trace appears during partition table reading at boot time. The issue is caused by inode->i_blkbits being larger than PA
debian
CVE-2025-40288P4UNKNOWNfixed in linux 6.1.159-1 (bookworm)2025
CVE-2025-40288 CVE-2025-40288: 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: Fix NULL pointer dereference in VRAM logic for APU devices Previously, APU platforms (and other scenarios with uninitialized VRAM managers) triggered a NULL pointer dereference in `ttm_resource_manager_usage()`. The root cause is not that the `struct ttm_resource_manager *man` pointer itself is N
debian
CVE-2025-40130P4LOWfixed in linux 6.17.6-1 (forky)2025
CVE-2025-40130 [LOW] CVE-2025-40130: linux - In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: ... In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Fix data race in CPU latency PM QoS request handling The cpu_latency_qos_add/remove/update_request interfaces lack internal synchronization by design, requiring the caller to ensure thread safety. The current implementation relies on the 'pm_qos_enabled' flag, which is insufficient to
debian
CVE-2022-50635P4UNKNOWNfixed in linux 6.0.3-1 (bookworm)2022
CVE-2022-50635 CVE-2022-50635: linux - In the Linux kernel, the following vulnerability has been resolved: powerpc/kpr... In the Linux kernel, the following vulnerability has been resolved: powerpc/kprobes: Fix null pointer reference in arch_prepare_kprobe() I found a null pointer reference in arch_prepare_kprobe(): # echo 'p cmdline_proc_show' > kprobe_events # echo 'p cmdline_proc_show+16' >> kprobe_events Kernel attempted to read user page (0) - exploit attempt? (uid: 0) BUG: Kernel NULL poi
debian
CVE-2025-68781P4UNKNOWNfixed in linux 6.1.162-1 (bookworm)2025
CVE-2025-68781 CVE-2025-68781: linux - In the Linux kernel, the following vulnerability has been resolved: usb: phy: f... In the Linux kernel, the following vulnerability has been resolved: usb: phy: fsl-usb: Fix use-after-free in delayed work during device removal The delayed work item otg_event is initialized in fsl_otg_conf() and scheduled under two conditions: 1. When a host controller binds to the OTG controller. 2. When the USB ID pin state changes (cable insertion/removal). A race condit
debian
CVE-2025-68780P4UNKNOWNfixed in linux 6.1.162-1 (bookworm)2025
CVE-2025-68780 CVE-2025-68780: linux - In the Linux kernel, the following vulnerability has been resolved: sched/deadl... In the Linux kernel, the following vulnerability has been resolved: sched/deadline: only set free_cpus for online runqueues Commit 16b269436b72 ("sched/deadline: Modify cpudl::free_cpus to reflect rd->online") introduced the cpudl_set/clear_freecpu functions to allow the cpu_dl::free_cpus mask to be manipulated by the deadline scheduler class rq_on/offline callbacks so the m
debian
CVE-2025-68225P4LOWfixed in linux 6.17.10-1 (forky)2025
CVE-2025-68225 [LOW] CVE-2025-68225: linux - In the Linux kernel, the following vulnerability has been resolved: lib/test_kh... In the Linux kernel, the following vulnerability has been resolved: lib/test_kho: check if KHO is enabled We must check whether KHO is enabled prior to issuing KHO commands, otherwise KHO internal data structures are not initialized. Scope: local bookworm: resolved bullseye: resolved forky: resolved (fixed in 6.17.10-1) sid: resolved (fixed in 6.17.10-1) trixie: resolv
debian
CVE-2023-54145P4UNKNOWNfixed in linux 6.1.112-1 (bookworm)2023
CVE-2023-54145 CVE-2023-54145: linux - In the Linux kernel, the following vulnerability has been resolved: bpf: drop u... In the Linux kernel, the following vulnerability has been resolved: bpf: drop unnecessary user-triggerable WARN_ONCE in verifierl log It's trivial for user to trigger "verifier log line truncated" warning, as verifier has a fixed-sized buffer of 1024 bytes (as of now), and there are at least two pieces of user-provided information that can be output through this buffer, and
debian
CVE-2023-54148P4UNKNOWNfixed in linux 6.1.52-1 (bookworm)2023
CVE-2023-54148 CVE-2023-54148: linux - In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: ... In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Move representor neigh cleanup to profile cleanup_tx For IP tunnel encapsulation in ECMP (Equal-Cost Multipath) mode, as the flow is duplicated to the peer eswitch, the related neighbour information on the peer uplink representor is created as well. In the cited commit, eswitch devcom unpair is mo
debian
CVE-2025-68802P4LOWfixed in linux 6.18.3-1 (forky)2025
CVE-2025-68802 [LOW] CVE-2025-68802: linux - In the Linux kernel, the following vulnerability has been resolved: drm/xe: Lim... In the Linux kernel, the following vulnerability has been resolved: drm/xe: Limit num_syncs to prevent oversized allocations The exec and vm_bind ioctl allow userspace to specify an arbitrary num_syncs value. Without bounds checking, a very large num_syncs can force an excessively large allocation, leading to kernel warnings from the page allocator as below. Introduce
debian
CVE-2025-68242P4LOWfixed in linux 6.17.9-1 (forky)2025
CVE-2025-68242 [LOW] CVE-2025-68242: linux - In the Linux kernel, the following vulnerability has been resolved: NFS: Fix LT... In the Linux kernel, the following vulnerability has been resolved: NFS: Fix LTP test failures when timestamps are delegated The utimes01 and utime06 tests fail when delegated timestamps are enabled, specifically in subtests that modify the atime and mtime fields using the 'nobody' user ID. The problem can be reproduced as follow: # echo "/media *(rw,no_root_squash,syn
debian
CVE-2025-68324P4UNKNOWNfixed in linux 6.17.13-1 (forky)2025
CVE-2025-68324 CVE-2025-68324: linux - In the Linux kernel, the following vulnerability has been resolved: scsi: imm: ... In the Linux kernel, the following vulnerability has been resolved: scsi: imm: Fix use-after-free bug caused by unfinished delayed work The delayed work item 'imm_tq' is initialized in imm_attach() and scheduled via imm_queuecommand() for processing SCSI commands. When the IMM parallel port SCSI host adapter is detached through imm_detach(), the imm_struct device instance is
debian
CVE-2023-54324P4UNKNOWNfixed in linux 6.1.64-1 (bookworm)2023
CVE-2023-54324 CVE-2023-54324: linux - In the Linux kernel, the following vulnerability has been resolved: dm: fix a r... In the Linux kernel, the following vulnerability has been resolved: dm: fix a race condition in retrieve_deps There's a race condition in the multipath target when retrieve_deps races with multipath_message calling dm_get_device and dm_put_device. retrieve_deps walks the list of open devices without holding any lock but multipath may add or remove devices to the list while i
debian
Debian Linux vulnerabilities | cvebase