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 139 of 632
CVE-2025-40095P3UNKNOWNfixed in linux 6.1.158-1 (bookworm)2025
CVE-2025-40095 CVE-2025-40095: linux - In the Linux kernel, the following vulnerability has been resolved: usb: gadget... In the Linux kernel, the following vulnerability has been resolved: usb: gadget: f_rndis: Refactor bind path to use __free() After an bind/unbind cycle, the rndis->notify_req is left stale. If a subsequent bind fails, the unified error label attempts to free this stale request, leading to a NULL pointer dereference when accessing ep->ops->free_request. Refactor the error han
debian
CVE-2025-40241P3LOWfixed in linux 6.17.6-1 (forky)2025
CVE-2025-40241 [LOW] CVE-2025-40241: linux - In the Linux kernel, the following vulnerability has been resolved: erofs: fix ... In the Linux kernel, the following vulnerability has been resolved: erofs: fix crafted invalid cases for encoded extents Robert recently reported two corrupted images that can cause system crashes, which are related to the new encoded extents introduced in Linux 6.15: - The first one [1] has plen != 0 (e.g. plen == 0x2000000) but (plen & Z_EROFS_EXTENT_PLEN_MASK) == 0.
debian
CVE-2025-40018P3UNKNOWNfixed in linux 6.1.158-1 (bookworm)2025
CVE-2025-40018 CVE-2025-40018: linux - In the Linux kernel, the following vulnerability has been resolved: ipvs: Defer... In the Linux kernel, the following vulnerability has been resolved: ipvs: Defer ip_vs_ftp unregister during netns cleanup On the netns cleanup path, __ip_vs_ftp_exit() may unregister ip_vs_ftp before connections with valid cp->app pointers are flushed, leading to a use-after-free. Fix this by introducing a global `exiting_module` flag, set to true in ip_vs_ftp_exit() before
debian
CVE-2025-39979P3LOWfixed in linux 6.16.10-1 (forky)2025
CVE-2025-39979 [LOW] CVE-2025-39979: linux - In the Linux kernel, the following vulnerability has been resolved: net/mlx5: f... In the Linux kernel, the following vulnerability has been resolved: net/mlx5: fs, fix UAF in flow counter release Fix a kernel trace [1] caused by releasing an HWS action of a local flow counter in mlx5_cmd_hws_delete_fte(), where the HWS action refcount and mutex were not initialized and the counter struct could already be freed when deleting the rule. Fix it by addin
debian
CVE-2025-68207P3LOWfixed in linux 6.17.9-1 (forky)2025
CVE-2025-68207 [LOW] CVE-2025-68207: linux - In the Linux kernel, the following vulnerability has been resolved: drm/xe/guc:... In the Linux kernel, the following vulnerability has been resolved: drm/xe/guc: Synchronize Dead CT worker with unbind Cancel and wait for any Dead CT worker to complete before continuing with device unbinding. Else the worker will end up using resources freed by the undind operation. (cherry picked from commit 492671339114e376aaa38626d637a2751cdef263) Scope: local boo
debian
CVE-2025-68167P3LOWfixed in linux 6.17.8-1 (forky)2025
CVE-2025-68167 [LOW] CVE-2025-68167: linux - In the Linux kernel, the following vulnerability has been resolved: gpiolib: fi... In the Linux kernel, the following vulnerability has been resolved: gpiolib: fix invalid pointer access in debugfs If the memory allocation in gpiolib_seq_start() fails, the s->private field remains uninitialized and is later dereferenced without checking in gpiolib_seq_stop(). Initialize s->private to NULL before calling kzalloc() and check it before dereferencing it.
debian
CVE-2025-68170P3LOWfixed in linux 6.17.8-1 (forky)2025
CVE-2025-68170 [LOW] CVE-2025-68170: linux - In the Linux kernel, the following vulnerability has been resolved: drm/radeon:... In the Linux kernel, the following vulnerability has been resolved: drm/radeon: Do not kfree() devres managed rdev Since the allocation of the drivers main structure was changed to devm_drm_dev_alloc() rdev is managed by devres and we shouldn't be calling kfree() on it. This fixes things exploding if the driver probe fails and devres cleans up the rdev after we already
debian
CVE-2025-40354P3UNKNOWNfixed in linux 6.17.6-1 (forky)2025
CVE-2025-40354 CVE-2025-40354: linux - In the Linux kernel, the following vulnerability has been resolved: drm/amd/dis... In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: increase max link count and fix link->enc NULL pointer access [why] 1.) dc->links[MAX_LINKS] array size smaller than actual requested. max_connector + max_dpia + 4 virtual = 14. increase from 12 to 14. 2.) hw_init() access null LINK_ENC for dpia non display_endpoint. (cherry picked from comm
debian
CVE-2025-40291P3LOWfixed in linux 6.17.8-1 (forky)2025
CVE-2025-40291 [LOW] CVE-2025-40291: 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 regbuf vector size truncation There is a report of io_estimate_bvec_size() truncating the calculated number of segments that leads to corruption issues. Check it doesn't overflow "int"s used later. Rough but simple, can be improved on top. Scope: local bookworm: resolved bullseye: resolve
debian
CVE-2025-68764P3UNKNOWNfixed in linux 6.1.162-1 (bookworm)2025
CVE-2025-68764 CVE-2025-68764: linux - In the Linux kernel, the following vulnerability has been resolved: NFS: Automo... In the Linux kernel, the following vulnerability has been resolved: NFS: Automounted filesystems should inherit ro,noexec,nodev,sync flags When a filesystem is being automounted, it needs to preserve the user-set superblock mount options, such as the "ro" flag. Scope: local bookworm: resolved (fixed in 6.1.162-1) bullseye: resolved (fixed in 5.10.249-1) forky: resolved (fixe
debian
CVE-2025-68189P3LOWfixed in linux 6.17.8-1 (forky)2025
CVE-2025-68189 [LOW] CVE-2025-68189: linux - In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fi... In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fix GEM free for imported dma-bufs Imported dma-bufs also have obj->resv != &obj->_resv. So we should check both this condition in addition to flags for handling the _NO_SHARE case. Fixes this splat that was reported with IRIS video playback: ------------[ cut here ]------------ WARNING: CPU:
debian
CVE-2025-68379P3UNKNOWNfixed in linux 6.17.13-1 (forky)2025
CVE-2025-68379 CVE-2025-68379: linux - In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: F... In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix null deref on srq->rq.queue after resize failure A NULL pointer dereference can occur in rxe_srq_chk_attr() when ibv_modify_srq() is invoked twice in succession under certain error conditions. The first call may fail in rxe_queue_resize(), which leads rxe_srq_from_attr() to set srq->rq.queue =
debian
CVE-2025-68746P3UNKNOWNfixed in linux 6.1.162-1 (bookworm)2025
CVE-2025-68746 CVE-2025-68746: linux - In the Linux kernel, the following vulnerability has been resolved: spi: tegra2... In the Linux kernel, the following vulnerability has been resolved: spi: tegra210-quad: Fix timeout handling When the CPU that the QSPI interrupt handler runs on (typically CPU 0) is excessively busy, it can lead to rare cases of the IRQ thread not running before the transfer timeout is reached. While handling the timeouts, any pending transfers are cleaned up and the messag
debian
CVE-2025-68747P3LOWfixed in linux 6.17.13-1 (forky)2025
CVE-2025-68747 [LOW] CVE-2025-68747: linux - In the Linux kernel, the following vulnerability has been resolved: drm/panthor... In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Fix UAF on kernel BO VA nodes If the MMU is down, panthor_vm_unmap_range() might return an error. We expect the page table to be updated still, and if the MMU is blocked, the rest of the GPU should be blocked too, so no risk of accessing physical memory returned to the system (which the cu
debian
CVE-2026-23432P3LOWfixed in linux 6.19.10-1 (forky)2026
CVE-2026-23432 [LOW] CVE-2026-23432: linux - In the Linux kernel, the following vulnerability has been resolved: mshv: Fix u... In the Linux kernel, the following vulnerability has been resolved: mshv: Fix use-after-free in mshv_map_user_memory error path In the error path of mshv_map_user_memory(), calling vfree() directly on the region leaves the MMU notifier registered. When userspace later unmaps the memory, the notifier fires and accesses the freed region, causing a use-after-free and pote
debian
CVE-2025-68234P3LOWfixed in linux 6.17.10-1 (forky)2025
CVE-2025-68234 [LOW] CVE-2025-68234: linux - In the Linux kernel, the following vulnerability has been resolved: io_uring/cm... In the Linux kernel, the following vulnerability has been resolved: io_uring/cmd_net: fix wrong argument types for skb_queue_splice() If timestamp retriving needs to be retried and the local list of SKB's already has entries, then it's spliced back into the socket queue. However, the arguments for the splice helper are transposed, causing exactly the wrong direction of
debian
CVE-2022-49945P4HIGHCVSS 7.1fixed in linux 6.0.2-1 (bookworm)2022
CVE-2022-49945 [HIGH] CVE-2022-49945: linux - In the Linux kernel, the following vulnerability has been resolved: hwmon: (gpi... In the Linux kernel, the following vulnerability has been resolved: hwmon: (gpio-fan) Fix array out of bounds access The driver does not check if the cooling state passed to gpio_fan_set_cur_state() exceeds the maximum cooling state as stored in fan_data->num_speeds. Since the cooling state is later used as an array index in set_fan_speed(), an array out of bounds acc
debian
CVE-2021-3640P4HIGHCVSS 7.0fixed in linux 5.15.3-1 (bookworm)2021
CVE-2021-3640 [HIGH] CVE-2021-3640: linux - A flaw use-after-free in function sco_sock_sendmsg() of the Linux kernel HCI sub... A flaw use-after-free in function sco_sock_sendmsg() of the Linux kernel HCI subsystem was found in the way user calls ioct UFFDIO_REGISTER or other way triggers race condition of the call sco_conn_del() together with the call sco_sock_sendmsg() with the expected controllable faulting memory page. A privileged local user could use this flaw to crash the system or escala
debian
CVE-2017-17712P4HIGHCVSS 7.0fixed in linux 4.14.7-1 (bookworm)2017
CVE-2017-17712 [HIGH] CVE-2017-17712: linux - The raw_sendmsg() function in net/ipv4/raw.c in the Linux kernel through 4.14.6 ... The raw_sendmsg() function in net/ipv4/raw.c in the Linux kernel through 4.14.6 has a race condition in inet->hdrincl that leads to uninitialized stack pointer usage; this allows a local user to execute code and gain privileges. Scope: local bookworm: resolved (fixed in 4.14.7-1) bullseye: resolved (fixed in 4.14.7-1) forky: resolved (fixed in 4.14.7-1) sid: resolved
debian
CVE-2024-50066P4LOWCVSS 7.0fixed in linux 6.11.5-1 (forky)2024
CVE-2024-50066 [HIGH] CVE-2024-50066: linux - In the Linux kernel, the following vulnerability has been resolved: mm/mremap: ... In the Linux kernel, the following vulnerability has been resolved: mm/mremap: fix move_normal_pmd/retract_page_tables race In mremap(), move_page_tables() looks at the type of the PMD entry and the specified address range to figure out by which method the next chunk of page table entries should be moved. At that point, the mmap_lock is held in write mode, but no rmap
debian
Debian Linux vulnerabilities | cvebase