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 521 of 632
CVE-2023-53849P4UNKNOWNfixed in linux 6.1.37-1 (bookworm)2023
CVE-2023-53849 CVE-2023-53849: 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 workqueue leak on bind errors Make sure to destroy the workqueue also in case of early errors during bind (e.g. a subcomponent failing to bind). Since commit c3b790ea07a1 ("drm: Manage drm_mode_config_init with drmm_") the mode config will be freed when the drm device is released also when using
debian
CVE-2026-23037P4UNKNOWNfixed in linux 6.1.162-1 (bookworm)2026
CVE-2026-23037 CVE-2026-23037: linux - In the Linux kernel, the following vulnerability has been resolved: can: etas_e... In the Linux kernel, the following vulnerability has been resolved: can: etas_es58x: allow partial RX URB allocation to succeed When es58x_alloc_rx_urbs() fails to allocate the requested number of URBs but succeeds in allocating some, it returns an error code. This causes es58x_open() to return early, skipping the cleanup label 'free_urbs', which leads to the anchored URBs b
debian
CVE-2022-50762P4UNKNOWNfixed in linux 6.1.4-1 (bookworm)2022
CVE-2022-50762 CVE-2022-50762: linux - In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: A... In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Avoid UBSAN error on true_sectors_per_clst() syzbot reported UBSAN error as below: [ 76.901829][ T6677] ================================================================================ [ 76.903908][ T6677] UBSAN: shift-out-of-bounds in fs/ntfs3/super.c:675:13 [ 76.905363][ T6677] shift exponent -24
debian
CVE-2025-40035P4UNKNOWNfixed in linux 6.1.158-1 (bookworm)2025
CVE-2025-40035 CVE-2025-40035: linux - In the Linux kernel, the following vulnerability has been resolved: Input: uinp... In the Linux kernel, the following vulnerability has been resolved: Input: uinput - zero-initialize uinput_ff_upload_compat to avoid info leak Struct ff_effect_compat is embedded twice inside uinput_ff_upload_compat, contains internal padding. In particular, there is a hole after struct ff_replay to satisfy alignment requirements for the following union member. Without clear
debian
CVE-2022-50727P4UNKNOWNfixed in linux 6.1.4-1 (bookworm)2022
CVE-2022-50727 CVE-2022-50727: linux - In the Linux kernel, the following vulnerability has been resolved: scsi: efct:... In the Linux kernel, the following vulnerability has been resolved: scsi: efct: Fix possible memleak in efct_device_init() In efct_device_init(), when efct_scsi_reg_fc_transport() fails, efct_scsi_tgt_driver_exit() is not called to release memory for efct_scsi_tgt_driver_init() and causes memleak: unreferenced object 0xffff8881020ce000 (size 2048): comm "modprobe", pid 465,
debian
CVE-2022-50858P4UNKNOWNfixed in linux 6.1.4-1 (bookworm)2022
CVE-2022-50858 CVE-2022-50858: linux - In the Linux kernel, the following vulnerability has been resolved: mmc: alcor:... In the Linux kernel, the following vulnerability has been resolved: mmc: alcor: fix return value check of mmc_add_host() mmc_add_host() may return error, if we ignore its return value, the memory that allocated in mmc_alloc_host() will be leaked and it will lead a kernel crash because of deleting not added device in the remove path. So fix this by checking the return value a
debian
CVE-2025-40278P4UNKNOWNfixed in linux 6.1.159-1 (bookworm)2025
CVE-2025-40278 CVE-2025-40278: 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: act_ife: initialize struct tc_ife to fix KMSAN kernel-infoleak Fix a KMSAN kernel-infoleak detected by the syzbot . [net?] KMSAN: kernel-infoleak in __skb_datagram_iter In tcf_ife_dump(), the variable 'opt' was partially initialized using a designatied initializer. While the padding bytes are rea
debian
CVE-2025-40030P4UNKNOWNfixed in linux 6.1.158-1 (bookworm)2025
CVE-2025-40030 CVE-2025-40030: linux - In the Linux kernel, the following vulnerability has been resolved: pinctrl: ch... In the Linux kernel, the following vulnerability has been resolved: pinctrl: check the return value of pinmux_ops::get_function_name() While the API contract in docs doesn't specify it explicitly, the generic implementation of the get_function_name() callback from struct pinmux_ops - pinmux_generic_get_function_name() - can fail and return NULL. This is already checked in pi
debian
CVE-2025-40049P4UNKNOWNfixed in linux 6.1.158-1 (bookworm)2025
CVE-2025-40049 CVE-2025-40049: linux - In the Linux kernel, the following vulnerability has been resolved: Squashfs: f... In the Linux kernel, the following vulnerability has been resolved: Squashfs: fix uninit-value in squashfs_get_parent Syzkaller reports a "KMSAN: uninit-value in squashfs_get_parent" bug. This is caused by open_by_handle_at() being called with a file handle containing an invalid parent inode number. In particular the inode number is that of a symbolic link, rather than a dir
debian
CVE-2022-50868P4UNKNOWNfixed in linux 6.1.4-1 (bookworm)2022
CVE-2022-50868 CVE-2022-50868: linux - In the Linux kernel, the following vulnerability has been resolved: hwrng: amd ... In the Linux kernel, the following vulnerability has been resolved: hwrng: amd - Fix PCI device refcount leak for_each_pci_dev() is implemented by pci_get_device(). The comment of pci_get_device() says that it will increase the reference count for the returned pci_dev and also decrease the reference count for the input pci_dev @from if it is not NULL. If we break for_each_pc
debian
CVE-2025-40125P4UNKNOWNfixed in linux 6.1.158-1 (bookworm)2025
CVE-2025-40125 CVE-2025-40125: linux - In the Linux kernel, the following vulnerability has been resolved: blk-mq: che... In the Linux kernel, the following vulnerability has been resolved: blk-mq: check kobject state_in_sysfs before deleting in blk_mq_unregister_hctx In __blk_mq_update_nr_hw_queues() the return value of blk_mq_sysfs_register_hctxs() is not checked. If sysfs creation for hctx fails, later changing the number of hw_queues or removing disk will trigger the following warning: kern
debian
CVE-2022-50842P4UNKNOWNfixed in linux 6.0.3-1 (bookworm)2022
CVE-2022-50842 CVE-2022-50842: linux - In the Linux kernel, the following vulnerability has been resolved: drm/virtio:... In the Linux kernel, the following vulnerability has been resolved: drm/virtio: Check whether transferred 2D BO is shmem Transferred 2D BO always must be a shmem BO. Add check for that to prevent NULL dereference if userspace passes a VRAM BO. Scope: local bookworm: resolved (fixed in 6.0.3-1) bullseye: resolved (fixed in 5.10.158-1) forky: resolved (fixed in 6.0.3-1) sid: r
debian
CVE-2023-54052P4UNKNOWNfixed in linux 6.1.52-1 (bookworm)2023
CVE-2023-54052 CVE-2023-54052: linux - In the Linux kernel, the following vulnerability has been resolved: wifi: mt76:... In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7921: fix skb leak by txs missing in AMSDU txs may be dropped if the frame is aggregated in AMSDU. When the problem shows up, some SKBs would be hold in driver to cause network stopped temporarily. Even if the problem can be recovered by txs timeout handling, mt7921 still need to disable txs in
debian
CVE-2022-50718P4UNKNOWNfixed in linux 6.1.4-1 (bookworm)2022
CVE-2022-50718 CVE-2022-50718: 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 pci device refcount leak As comment of pci_get_domain_bus_and_slot() says, it returns a pci device with refcount increment, when finish using it, the caller must decrement the reference count by calling pci_dev_put(). So before returning from amdgpu_device_resume|suspend_display_audio(), pci_
debian
CVE-2022-50655P4UNKNOWNfixed in linux 6.1.4-1 (bookworm)2022
CVE-2022-50655 CVE-2022-50655: linux - In the Linux kernel, the following vulnerability has been resolved: ppp: associ... In the Linux kernel, the following vulnerability has been resolved: ppp: associate skb with a device at tx Syzkaller triggered flow dissector warning with the following: r0 = openat$ppp(0xffffffffffffff9c, &(0x7f0000000000), 0xc0802, 0x0) ioctl$PPPIOCNEWUNIT(r0, 0xc004743e, &(0x7f00000000c0)) ioctl$PPPIOCSACTIVE(r0, 0x40107446, &(0x7f0000000240)={0x2, &(0x7f0000000180)=[{0x2
debian
CVE-2022-50649P4UNKNOWNfixed in linux 6.0.3-1 (bookworm)2022
CVE-2022-50649 CVE-2022-50649: linux - In the Linux kernel, the following vulnerability has been resolved: power: supp... In the Linux kernel, the following vulnerability has been resolved: power: supply: adp5061: fix out-of-bounds read in adp5061_get_chg_type() ADP5061_CHG_STATUS_1_CHG_STATUS is masked with 0x07, which means a length of 8, but adp5061_chg_type array size is 4, may end up reading 4 elements beyond the end of the adp5061_chg_type[] array. Scope: local bookworm: resolved (fixed i
debian
CVE-2022-50743P4UNKNOWNfixed in linux 6.1.4-1 (bookworm)2022
CVE-2022-50743 CVE-2022-50743: 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 pcluster memleak when its block address is zero syzkaller reported a memleak: https://syzkaller.appspot.com/bug?id=62f37ff612f0021641eda5b17f056f1668aa9aed unreferenced object 0xffff88811009c7f8 (size 136): ... backtrace: [] z_erofs_do_read_page+0x99b/0x1740 [] z_erofs_readahead+0x24e/0x580 [] rea
debian
CVE-2022-50712P4UNKNOWNfixed in linux 6.1.4-1 (bookworm)2022
CVE-2022-50712 CVE-2022-50712: linux - In the Linux kernel, the following vulnerability has been resolved: devlink: ho... In the Linux kernel, the following vulnerability has been resolved: devlink: hold region lock when flushing snapshots Netdevsim triggers a splat on reload, when it destroys regions with snapshots pending: WARNING: CPU: 1 PID: 787 at net/core/devlink.c:6291 devlink_region_snapshot_del+0x12e/0x140 CPU: 1 PID: 787 Comm: devlink Not tainted 6.1.0-07460-g7ae9888d6e1c #580 RIP: 00
debian
CVE-2022-50765P4UNKNOWNfixed in linux 6.1.4-1 (bookworm)2022
CVE-2022-50765 CVE-2022-50765: linux - In the Linux kernel, the following vulnerability has been resolved: RISC-V: kex... In the Linux kernel, the following vulnerability has been resolved: RISC-V: kexec: Fix memory leak of elf header buffer This is reported by kmemleak detector: unreferenced object 0xff2000000403d000 (size 4096): comm "kexec", pid 146, jiffies 4294900633 (age 64.792s) hex dump (first 32 bytes): 7f 45 4c 46 02 01 01 00 00 00 00 00 00 00 00 00 .ELF............ 04 00 f3 00 01 00
debian
CVE-2022-50721P4UNKNOWNfixed in linux 6.0.3-1 (bookworm)2022
CVE-2022-50721 CVE-2022-50721: linux - In the Linux kernel, the following vulnerability has been resolved: dmaengine: ... In the Linux kernel, the following vulnerability has been resolved: dmaengine: qcom-adm: fix wrong calling convention for prep_slave_sg The calling convention for pre_slave_sg is to return NULL on error and provide an error log to the system. Qcom-adm instead provide error pointer when an error occur. This indirectly cause kernel panic for example for the nandc driver that c
debian
Debian Linux vulnerabilities | cvebase