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 372 of 632
CVE-2023-54114P4UNKNOWNfixed in linux 6.1.37-1 (bookworm)2023
CVE-2023-54114 CVE-2023-54114: linux - In the Linux kernel, the following vulnerability has been resolved: net: nsh: U... In the Linux kernel, the following vulnerability has been resolved: net: nsh: Use correct mac_offset to unwind gso skb in nsh_gso_segment() As the call trace shows, skb_panic was caused by wrong skb->mac_header in nsh_gso_segment(): invalid opcode: 0000 [#1] PREEMPT SMP KASAN PTI CPU: 3 PID: 2737 Comm: syz Not tainted 6.3.0-next-20230505 #1 RIP: 0010:skb_panic+0xda/0xe0 call
debian
CVE-2023-54006P4UNKNOWNfixed in linux 6.1.55-1 (bookworm)2023
CVE-2023-54006 CVE-2023-54006: linux - In the Linux kernel, the following vulnerability has been resolved: af_unix: Fi... In the Linux kernel, the following vulnerability has been resolved: af_unix: Fix data-race around unix_tot_inflight. unix_tot_inflight is changed under spin_lock(unix_gc_lock), but unix_release_sock() reads it locklessly. Let's use READ_ONCE() for unix_tot_inflight. Note that the writer side was marked by commit 9d6d7f1cb67c ("af_unix: annote lockless accesses to unix_tot_in
debian
CVE-2025-40265P4LOWfixed in linux 6.17.10-1 (forky)2025
CVE-2025-40265 [LOW] CVE-2025-40265: linux - In the Linux kernel, the following vulnerability has been resolved: vfat: fix m... In the Linux kernel, the following vulnerability has been resolved: vfat: fix missing sb_min_blocksize() return value checks When emulating an nvme device on qemu with both logical_block_size and physical_block_size set to 8 KiB, but without format, a kernel panic was triggered during the early boot stage while attempting to mount a vfat filesystem. [95553.682035] EXT4
debian
CVE-2025-68220P4UNKNOWNfixed in linux 6.1.159-1 (bookworm)2025
CVE-2025-68220 CVE-2025-68220: linux - In the Linux kernel, the following vulnerability has been resolved: net: ethern... In the Linux kernel, the following vulnerability has been resolved: net: ethernet: ti: netcp: Standardize knav_dma_open_channel to return NULL on error Make knav_dma_open_channel consistently return NULL on error instead of ERR_PTR. Currently the header include/linux/soc/ti/knav_dma.h returns NULL when the driver is disabled, but the driver implementation does not even retur
debian
CVE-2025-40351P4UNKNOWNfixed in linux 6.1.158-1 (bookworm)2025
CVE-2025-40351 CVE-2025-40351: linux - In the Linux kernel, the following vulnerability has been resolved: hfsplus: fi... In the Linux kernel, the following vulnerability has been resolved: hfsplus: fix KMSAN uninit-value issue in hfsplus_delete_cat() The syzbot reported issue in hfsplus_delete_cat(): [ 70.682285][ T9333] ===================================================== [ 70.682943][ T9333] BUG: KMSAN: uninit-value in hfsplus_subfolders_dec+0x1d7/0x220 [ 70.683640][ T9333] hfsplus_subfolde
debian
CVE-2025-40263P4UNKNOWNfixed in linux 6.1.159-1 (bookworm)2025
CVE-2025-40263 CVE-2025-40263: linux - In the Linux kernel, the following vulnerability has been resolved: Input: cros... In the Linux kernel, the following vulnerability has been resolved: Input: cros_ec_keyb - fix an invalid memory access If cros_ec_keyb_register_matrix() isn't called (due to `buttons_switches_only`) in cros_ec_keyb_probe(), `ckdev->idev` remains NULL. An invalid memory access is observed in cros_ec_keyb_process() when receiving an EC_MKBP_EVENT_KEY_MATRIX event in cros_ec_ke
debian
CVE-2023-53994P4UNKNOWNfixed in linux 6.1.52-1 (bookworm)2023
CVE-2023-53994 CVE-2023-53994: linux - In the Linux kernel, the following vulnerability has been resolved: ionic: remo... In the Linux kernel, the following vulnerability has been resolved: ionic: remove WARN_ON to prevent panic_on_warn Remove unnecessary early code development check and the WARN_ON that it uses. The irq alloc and free paths have long been cleaned up and this check shouldn't have stuck around so long. Scope: local bookworm: resolved (fixed in 6.1.52-1) bullseye: resolved (fixed
debian
CVE-2023-54267P4UNKNOWNfixed in linux 6.1.55-1 (bookworm)2023
CVE-2023-54267 CVE-2023-54267: linux - In the Linux kernel, the following vulnerability has been resolved: powerpc/pse... In the Linux kernel, the following vulnerability has been resolved: powerpc/pseries: Rework lppaca_shared_proc() to avoid DEBUG_PREEMPT lppaca_shared_proc() takes a pointer to the lppaca which is typically accessed through get_lppaca(). With DEBUG_PREEMPT enabled, this leads to checking if preemption is enabled, for example: BUG: using smp_processor_id() in preemptible [0000
debian
CVE-2023-53788P4UNKNOWNfixed in linux 6.1.25-1 (bookworm)2023
CVE-2023-53788 CVE-2023-53788: linux - In the Linux kernel, the following vulnerability has been resolved: ALSA: hda/c... In the Linux kernel, the following vulnerability has been resolved: ALSA: hda/ca0132: fixup buffer overrun at tuning_ctl_set() tuning_ctl_set() might have buffer overrun at (X) if it didn't break from loop by matching (A). static int tuning_ctl_set(...) { for (i = 0; i < TUNING_CTLS_COUNT; i++) (A) if (nid == ca0132_tuning_ctls[i].nid) break; snd_hda_power_up(...); (X) dspio
debian
CVE-2025-39992P4LOWfixed in linux 6.16.11-1 (forky)2025
CVE-2025-39992 [LOW] CVE-2025-39992: linux - In the Linux kernel, the following vulnerability has been resolved: mm: swap: c... In the Linux kernel, the following vulnerability has been resolved: mm: swap: check for stable address space before operating on the VMA It is possible to hit a zero entry while traversing the vmas in unuse_mm() called from swapoff path and accessing it causes the OOPS: Unable to handle kernel NULL pointer dereference at virtual address 0000000000000446--> Loading the
debian
CVE-2025-68297P4LOWfixed in linux 6.17.11-1 (forky)2025
CVE-2025-68297 [LOW] CVE-2025-68297: linux - In the Linux kernel, the following vulnerability has been resolved: ceph: fix c... In the Linux kernel, the following vulnerability has been resolved: ceph: fix crash in process_v2_sparse_read() for encrypted directories The crash in process_v2_sparse_read() for fscrypt-encrypted directories has been reported. Issue takes place for Ceph msgr2 protocol in secure mode. It can be reproduced by the steps: sudo mount -t ceph :/ /mnt/cephfs/ -o name=admin,
debian
CVE-2025-40193P4UNKNOWNfixed in linux 6.1.158-1 (bookworm)2025
CVE-2025-40193 CVE-2025-40193: linux - In the Linux kernel, the following vulnerability has been resolved: xtensa: sim... In the Linux kernel, the following vulnerability has been resolved: xtensa: simdisk: add input size check in proc_write_simdisk A malicious user could pass an arbitrarily bad value to memdup_user_nul(), potentially causing kernel crash. This follows the same pattern as commit ee76746387f6 ("netdevsim: prevent bad user input in nsim_dev_health_break_write()") Scope: local boo
debian
CVE-2023-53857P4UNKNOWNfixed in linux 6.5.6-1 (forky)2023
CVE-2023-53857 CVE-2023-53857: linux - In the Linux kernel, the following vulnerability has been resolved: bpf: bpf_sk... In the Linux kernel, the following vulnerability has been resolved: bpf: bpf_sk_storage: Fix invalid wait context lockdep report './test_progs -t test_local_storage' reported a splat: [ 27.137569] ============================= [ 27.138122] [ BUG: Invalid wait context ] [ 27.138650] 6.5.0-03980-gd11ae1b16b0a #247 Tainted: G O [ 27.139542] ----------------------------- [ 27.14
debian
CVE-2023-53746P4UNKNOWNfixed in linux 6.1.25-1 (bookworm)2023
CVE-2023-53746 CVE-2023-53746: linux - In the Linux kernel, the following vulnerability has been resolved: s390/vfio-a... In the Linux kernel, the following vulnerability has been resolved: s390/vfio-ap: fix memory leak in vfio_ap device driver The device release callback function invoked to release the matrix device uses the dev_get_drvdata(device *dev) function to retrieve the pointer to the vfio_matrix_dev object in order to free its storage. The problem is, this object is not stored as drvd
debian
CVE-2023-54236P4UNKNOWNfixed in linux 6.1.25-1 (bookworm)2023
CVE-2023-54236 CVE-2023-54236: linux - In the Linux kernel, the following vulnerability has been resolved: net/net_fai... In the Linux kernel, the following vulnerability has been resolved: net/net_failover: fix txq exceeding warning The failover txq is inited as 16 queues. when a packet is transmitted from the failover device firstly, the failover device will select the queue which is returned from the primary device if the primary device is UP and running. If the primary device txq is bigger
debian
CVE-2023-53756P4UNKNOWNfixed in linux 6.1.20-1 (bookworm)2023
CVE-2023-53756 CVE-2023-53756: linux - In the Linux kernel, the following vulnerability has been resolved: KVM: VMX: F... In the Linux kernel, the following vulnerability has been resolved: KVM: VMX: Fix crash due to uninitialized current_vmcs KVM enables 'Enlightened VMCS' and 'Enlightened MSR Bitmap' when running as a nested hypervisor on top of Hyper-V. When MSR bitmap is updated, evmcs_touch_msr_bitmap function uses current_vmcs per-cpu variable to mark that the msr bitmap was changed. vmx_
debian
CVE-2022-50781P4UNKNOWNfixed in linux 6.1.4-1 (bookworm)2022
CVE-2022-50781 CVE-2022-50781: linux - In the Linux kernel, the following vulnerability has been resolved: amdgpu/pm: ... In the Linux kernel, the following vulnerability has been resolved: amdgpu/pm: prevent array underflow in vega20_odn_edit_dpm_table() In the PP_OD_EDIT_VDDC_CURVE case the "input_index" variable is capped at 2 but not checked for negative values so it results in an out of bounds read. This value comes from the user via sysfs. Scope: local bookworm: resolved (fixed in 6.1.4-1
debian
CVE-2025-39984P4LOWfixed in linux 6.16.10-1 (forky)2025
CVE-2025-39984 [LOW] CVE-2025-39984: linux - In the Linux kernel, the following vulnerability has been resolved: net: tun: U... In the Linux kernel, the following vulnerability has been resolved: net: tun: Update napi->skb after XDP process The syzbot report a UAF issue: BUG: KASAN: slab-use-after-free in skb_reset_mac_header include/linux/skbuff.h:3150 [inline] BUG: KASAN: slab-use-after-free in napi_frags_skb net/core/gro.c:723 [inline] BUG: KASAN: slab-use-after-free in napi_gro_frags+0x6e/0
debian
CVE-2023-53998P4UNKNOWNfixed in linux 6.1.52-1 (bookworm)2023
CVE-2023-53998 CVE-2023-53998: linux - In the Linux kernel, the following vulnerability has been resolved: hwrng: virt... In the Linux kernel, the following vulnerability has been resolved: hwrng: virtio - Fix race on data_avail and actual data The virtio rng device kicks off a new entropy request whenever the data available reaches zero. When a new request occurs at the end of a read operation, that is, when the result of that request is only needed by the next reader, then there is a race bet
debian
CVE-2023-54218P4UNKNOWNfixed in linux 6.1.37-1 (bookworm)2023
CVE-2023-54218 CVE-2023-54218: linux - In the Linux kernel, the following vulnerability has been resolved: net: Fix lo... In the Linux kernel, the following vulnerability has been resolved: net: Fix load-tearing on sk->sk_stamp in sock_recv_cmsgs(). KCSAN found a data race in sock_recv_cmsgs() where the read access to sk->sk_stamp needs READ_ONCE(). BUG: KCSAN: data-race in packet_recvmsg / packet_recvmsg write (marked) to 0xffff88803c81f258 of 8 bytes by task 19171 on cpu 0: sock_write_timesta
debian
Debian Linux vulnerabilities | cvebase