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 375 of 632
CVE-2025-68769P4UNKNOWNfixed in linux 6.1.162-1 (bookworm)2025
CVE-2025-68769 CVE-2025-68769: linux - In the Linux kernel, the following vulnerability has been resolved: f2fs: fix r...
In the Linux kernel, the following vulnerability has been resolved: f2fs: fix return value of f2fs_recover_fsync_data() With below scripts, it will trigger panic in f2fs: mkfs.f2fs -f /dev/vdd mount /dev/vdd /mnt/f2fs touch /mnt/f2fs/foo sync echo 111 >> /mnt/f2fs/foo f2fs_io fsync /mnt/f2fs/foo f2fs_io shutdown 2 /mnt/f2fs umount /mnt/f2fs mount -o ro,norecovery /dev/vdd /m
debian
CVE-2025-71196P4UNKNOWNfixed in linux 6.1.162-1 (bookworm)2025
CVE-2025-71196 CVE-2025-71196: linux - In the Linux kernel, the following vulnerability has been resolved: phy: stm32-...
In the Linux kernel, the following vulnerability has been resolved: phy: stm32-usphyc: Fix off by one in probe() The "index" variable is used as an index into the usbphyc->phys[] array which has usbphyc->nphys elements. So if it is equal to usbphyc->nphys then it is one element out of bounds. The "index" comes from the device tree so it's data that we trust and it's unlikely
debian
CVE-2023-54259P4UNKNOWNfixed in linux 6.1.37-1 (bookworm)2023
CVE-2023-54259 CVE-2023-54259: linux - In the Linux kernel, the following vulnerability has been resolved: soundwire: ...
In the Linux kernel, the following vulnerability has been resolved: soundwire: bus: Fix unbalanced pm_runtime_put() causing usage count underflow This reverts commit 443a98e649b4 ("soundwire: bus: use pm_runtime_resume_and_get()") Change calls to pm_runtime_resume_and_get() back to pm_runtime_get_sync(). This fixes a usage count underrun caused by doing a pm_runtime_put() ev
debian
CVE-2022-50705P4UNKNOWNfixed in linux 6.0.3-1 (bookworm)2022
CVE-2022-50705 CVE-2022-50705: linux - In the Linux kernel, the following vulnerability has been resolved: io_uring/rw...
In the Linux kernel, the following vulnerability has been resolved: io_uring/rw: defer fsnotify calls to task context We can't call these off the kiocb completion as that might be off soft/hard irq context. Defer the calls to when we process the task_work for this request. That avoids valid complaints like: stack backtrace: CPU: 1 PID: 0 Comm: swapper/1 Not tainted 6.0.0-rc6
debian
CVE-2025-40073P4LOWfixed in linux 6.17.6-1 (forky)2025
CVE-2025-40073 [LOW] CVE-2025-40073: linux - In the Linux kernel, the following vulnerability has been resolved: drm/msm: Do...
In the Linux kernel, the following vulnerability has been resolved: drm/msm: Do not validate SSPP when it is not ready Current code will validate current plane and previous plane to confirm they can share a SSPP with multi-rect mode. The SSPP is already allocated for previous plane, while current plane is not associated with any SSPP yet. Null pointer is referenced whe
debian
CVE-2025-40086P4LOWfixed in linux 6.17.6-1 (forky)2025
CVE-2025-40086 [LOW] CVE-2025-40086: linux - In the Linux kernel, the following vulnerability has been resolved: drm/xe: Don...
In the Linux kernel, the following vulnerability has been resolved: drm/xe: Don't allow evicting of BOs in same VM in array of VM binds An array of VM binds can potentially evict other buffer objects (BOs) within the same VM under certain conditions, which may lead to NULL pointer dereferences later in the bind pipeline. To prevent this, clear the allow_res_evict flag
debian
CVE-2025-68750P4UNKNOWNfixed in linux 6.1.147-1 (bookworm)2025
CVE-2025-68750 CVE-2025-68750: linux - In the Linux kernel, the following vulnerability has been resolved: usb: potent...
In the Linux kernel, the following vulnerability has been resolved: usb: potential integer overflow in usbg_make_tpg() The variable tpgt in usbg_make_tpg() is defined as unsigned long and is assigned to tpgt->tport_tpgt, which is defined as u16. This may cause an integer overflow when tpgt is greater than USHRT_MAX (65535). I haven't tried to trigger it myself, but it is pos
debian
CVE-2025-68758P4UNKNOWNfixed in linux 6.1.162-1 (bookworm)2025
CVE-2025-68758 CVE-2025-68758: linux - In the Linux kernel, the following vulnerability has been resolved: backlight: ...
In the Linux kernel, the following vulnerability has been resolved: backlight: led-bl: Add devlink to supplier LEDs LED Backlight is a consumer of one or multiple LED class devices, but devlink is currently unable to create correct supplier-producer links when the supplier is a class device. It creates instead a link where the supplier is the parent of the expected device. O
debian
CVE-2023-54296P4UNKNOWNfixed in linux 6.1.55-1 (bookworm)2023
CVE-2023-54296 CVE-2023-54296: linux - In the Linux kernel, the following vulnerability has been resolved: KVM: SVM: G...
In the Linux kernel, the following vulnerability has been resolved: KVM: SVM: Get source vCPUs from source VM for SEV-ES intrahost migration Fix a goof where KVM tries to grab source vCPUs from the destination VM when doing intrahost migration. Grabbing the wrong vCPU not only hoses the guest, it also crashes the host due to the VMSA pointer being left NULL. BUG: unable to h
debian
CVE-2023-54180P4UNKNOWNfixed in linux 6.1.7-1 (bookworm)2023
CVE-2023-54180 CVE-2023-54180: linux - In the Linux kernel, the following vulnerability has been resolved: btrfs: hand...
In the Linux kernel, the following vulnerability has been resolved: btrfs: handle case when repair happens with dev-replace [BUG] There is a bug report that a BUG_ON() in btrfs_repair_io_failure() (originally repair_io_failure() in v6.0 kernel) got triggered when replacing a unreliable disk: BTRFS warning (device sda1): csum failed root 257 ino 2397453 off 39624704 csum 0xb0
debian
CVE-2025-68238P4UNKNOWNfixed in linux 6.1.159-1 (bookworm)2025
CVE-2025-68238 CVE-2025-68238: linux - In the Linux kernel, the following vulnerability has been resolved: mtd: rawnan...
In the Linux kernel, the following vulnerability has been resolved: mtd: rawnand: cadence: fix DMA device NULL pointer dereference The DMA device pointer `dma_dev` was being dereferenced before ensuring that `cdns_ctrl->dmac` is properly initialized. Move the assignment of `dma_dev` after successfully acquiring the DMA channel to ensure the pointer is valid before use.
Scope
debian
CVE-2025-68259P4UNKNOWNfixed in linux 6.1.162-1 (bookworm)2025
CVE-2025-68259 CVE-2025-68259: linux - In the Linux kernel, the following vulnerability has been resolved: KVM: SVM: D...
In the Linux kernel, the following vulnerability has been resolved: KVM: SVM: Don't skip unrelated instruction if INT3/INTO is replaced When re-injecting a soft interrupt from an INT3, INT0, or (select) INTn instruction, discard the exception and retry the instruction if the code stream is changed (e.g. by a different vCPU) between when the CPU executes the instruction and w
debian
CVE-2025-68332P4UNKNOWNfixed in linux 6.1.162-1 (bookworm)2025
CVE-2025-68332 CVE-2025-68332: linux - In the Linux kernel, the following vulnerability has been resolved: comedi: c6x...
In the Linux kernel, the following vulnerability has been resolved: comedi: c6xdigio: Fix invalid PNP driver unregistration The Comedi low-level driver "c6xdigio" seems to be for a parallel port connected device. When the Comedi core calls the driver's Comedi "attach" handler `c6xdigio_attach()` to configure a Comedi to use this driver, it tries to enable the parallel port P
debian
CVE-2025-40305P4LOWfixed in linux 6.17.8-1 (forky)2025
CVE-2025-40305 [LOW] CVE-2025-40305: linux - In the Linux kernel, the following vulnerability has been resolved: 9p/trans_fd...
In the Linux kernel, the following vulnerability has been resolved: 9p/trans_fd: p9_fd_request: kick rx thread if EPOLLIN p9_read_work() doesn't set Rworksched and doesn't do schedule_work(m->rq) if list_empty(&m->req_list). However, if the pipe is full, we need to read more data and this used to work prior to commit aaec5a95d59615 ("pipe_read: don't wake up the writer
debian
CVE-2025-68310P4UNKNOWNfixed in linux 6.1.159-1 (bookworm)2025
CVE-2025-68310 CVE-2025-68310: linux - In the Linux kernel, the following vulnerability has been resolved: s390/pci: A...
In the Linux kernel, the following vulnerability has been resolved: s390/pci: Avoid deadlock between PCI error recovery and mlx5 crdump Do not block PCI config accesses through pci_cfg_access_lock() when executing the s390 variant of PCI error recovery: Acquire just device_lock() instead of pci_dev_lock() as powerpc's EEH and generig PCI AER processing do. During error recov
debian
CVE-2023-54133P4LOWfixed in linux 6.4.11-1 (forky)2023
CVE-2023-54133 [LOW] CVE-2023-54133: linux - In the Linux kernel, the following vulnerability has been resolved: nfp: clean ...
In the Linux kernel, the following vulnerability has been resolved: nfp: clean mc addresses in application firmware when closing port When moving devices from one namespace to another, mc addresses are cleaned in software while not removed from application firmware. Thus the mc addresses are remained and will cause resource leak. Now use `__dev_mc_unsync` to clean mc a
debian
CVE-2025-68772P4UNKNOWNfixed in linux 6.1.162-1 (bookworm)2025
CVE-2025-68772 CVE-2025-68772: linux - In the Linux kernel, the following vulnerability has been resolved: f2fs: fix t...
In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid updating compression context during writeback Bai, Shuangpeng reported a bug as below: Oops: divide error: 0000 [#1] SMP KASAN PTI CPU: 0 UID: 0 PID: 11441 Comm: syz.0.46 Not tainted 6.17.0 #1 PREEMPT(full) Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.15.0-1 04/01/2014 RIP
debian
CVE-2025-68330P4UNKNOWNfixed in linux 6.1.159-1 (bookworm)2025
CVE-2025-68330 CVE-2025-68330: linux - In the Linux kernel, the following vulnerability has been resolved: iio: accel:...
In the Linux kernel, the following vulnerability has been resolved: iio: accel: bmc150: Fix irq assumption regression The code in bmc150-accel-core.c unconditionally calls bmc150_accel_set_interrupt() in the iio_buffer_setup_ops, such as on the runtime PM resume path giving a kernel splat like this if the device has no interrupts: Unable to handle kernel NULL pointer derefer
debian
CVE-2025-68339P4UNKNOWNfixed in linux 6.1.159-1 (bookworm)2025
CVE-2025-68339 CVE-2025-68339: linux - In the Linux kernel, the following vulnerability has been resolved: atm/fore200...
In the Linux kernel, the following vulnerability has been resolved: atm/fore200e: Fix possible data race in fore200e_open() Protect access to fore200e->available_cell_rate with rate_mtx lock in the error handling path of fore200e_open() to prevent a data race. The field fore200e->available_cell_rate is a shared resource used to track available bandwidth. It is concurrently a
debian
CVE-2025-68335P4UNKNOWNfixed in linux 6.1.162-1 (bookworm)2025
CVE-2025-68335 CVE-2025-68335: linux - In the Linux kernel, the following vulnerability has been resolved: comedi: pcl...
In the Linux kernel, the following vulnerability has been resolved: comedi: pcl818: fix null-ptr-deref in pcl818_ai_cancel() Syzbot identified an issue [1] in pcl818_ai_cancel(), which stems from the fact that in case of early device detach via pcl818_detach(), subdevice dev->read_subdev may not have initialized its pointer to &struct comedi_async as intended. Thus, any such
debian