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 450 of 632
CVE-2023-54047P4UNKNOWNfixed in linux 6.1.37-1 (bookworm)2023
CVE-2023-54047 CVE-2023-54047: linux - In the Linux kernel, the following vulnerability has been resolved: drm/rockchi...
In the Linux kernel, the following vulnerability has been resolved: drm/rockchip: dw_hdmi: cleanup drm encoder during unbind This fixes a use-after-free crash during rmmod. The DRM encoder is embedded inside the larger rockchip_hdmi, which is allocated with the component. The component memory gets freed before the main drm device is destroyed. Fix it by running encoder clean
debian
CVE-2022-50722P4UNKNOWNfixed in linux 6.0.6-1 (bookworm)2022
CVE-2022-50722 CVE-2022-50722: linux - In the Linux kernel, the following vulnerability has been resolved: media: ipu3...
In the Linux kernel, the following vulnerability has been resolved: media: ipu3-imgu: Fix NULL pointer dereference in active selection access What the IMGU driver did was that it first acquired the pointers to active and try V4L2 subdev state, and only then figured out which one to use. The problem with that approach and a later patch (see Fixes: tag) is that as sd_state arg
debian
CVE-2024-14027P4LOWfixed in linux 6.16.3-1 (forky)2024
CVE-2024-14027 [LOW] CVE-2024-14027: linux - In the Linux kernel, the following vulnerability has been resolved: fs/xattr: m...
In the Linux kernel, the following vulnerability has been resolved: fs/xattr: missing fdput() in fremovexattr error path In the Linux kernel, the fremovexattr() syscall calls fdget() to acquire a file reference but returns early without calling fdput() when strncpy_from_user() fails on the name argument. In multi-threaded processes where fdget() takes the slow path, th
debian
CVE-2022-50766P4UNKNOWNfixed in linux 6.0.3-1 (bookworm)2022
CVE-2022-50766 CVE-2022-50766: linux - In the Linux kernel, the following vulnerability has been resolved: btrfs: set ...
In the Linux kernel, the following vulnerability has been resolved: btrfs: set generation before calling btrfs_clean_tree_block in btrfs_init_new_buffer syzbot is reporting uninit-value in btrfs_clean_tree_block() [1], for commit bc877d285ca3dba2 ("btrfs: Deduplicate extent_buffer init code") missed that btrfs_set_header_generation() in btrfs_init_new_buffer() must not be mo
debian
CVE-2025-40327P4LOWfixed in linux 6.17.8-1 (forky)2025
CVE-2025-40327 [LOW] CVE-2025-40327: linux - In the Linux kernel, the following vulnerability has been resolved: perf/core: ...
In the Linux kernel, the following vulnerability has been resolved: perf/core: Fix system hang caused by cpu-clock usage cpu-clock usage by the async-profiler tool can trigger a system hang, which got bisected back to the following commit by Octavia Togami: 18dbcbfabfff ("perf: Fix the POLL_HUP delivery breakage") causes this issue The root cause of the hang is that cp
debian
CVE-2025-40127P4UNKNOWNfixed in linux 6.1.158-1 (bookworm)2025
CVE-2025-40127 CVE-2025-40127: linux - In the Linux kernel, the following vulnerability has been resolved: hwrng: ks-s...
In the Linux kernel, the following vulnerability has been resolved: hwrng: ks-sa - fix division by zero in ks_sa_rng_init Fix division by zero in ks_sa_rng_init caused by missing clock pointer initialization. The clk_get_rate() call is performed on an uninitialized clk pointer, resulting in division by zero when calculating delay values. Add clock initialization code before
debian
CVE-2022-50640P4UNKNOWNfixed in linux 6.0.7-1 (bookworm)2022
CVE-2022-50640 CVE-2022-50640: linux - In the Linux kernel, the following vulnerability has been resolved: mmc: core: ...
In the Linux kernel, the following vulnerability has been resolved: mmc: core: Fix kernel panic when remove non-standard SDIO card SDIO tuple is only allocated for standard SDIO card, especially it causes memory corruption issues when the non-standard SDIO card has removed, which is because the card device's reference counter does not increase for it at sdio_init_func(), but
debian
CVE-2026-23032P4LOWfixed in linux 6.18.8-1 (forky)2026
CVE-2026-23032 [LOW] CVE-2026-23032: linux - In the Linux kernel, the following vulnerability has been resolved: null_blk: f...
In the Linux kernel, the following vulnerability has been resolved: null_blk: fix kmemleak by releasing references to fault configfs items When CONFIG_BLK_DEV_NULL_BLK_FAULT_INJECTION is enabled, the null-blk driver sets up fault injection support by creating the timeout_inject, requeue_inject, and init_hctx_fault_inject configfs items as children of the top-level null
debian
CVE-2023-54059P4UNKNOWNfixed in linux 6.1.20-1 (bookworm)2023
CVE-2023-54059 CVE-2023-54059: linux - In the Linux kernel, the following vulnerability has been resolved: soc: mediat...
In the Linux kernel, the following vulnerability has been resolved: soc: mediatek: mtk-svs: Enable the IRQ later If the system does not come from reset (like when is booted via kexec()), the peripheral might triger an IRQ before the data structures are initialised. [ 0.227710] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000f08 [ 0.227913] Ca
debian
CVE-2023-54134P4UNKNOWNfixed in linux 6.1.55-1 (bookworm)2023
CVE-2023-54134 CVE-2023-54134: linux - In the Linux kernel, the following vulnerability has been resolved: autofs: fix...
In the Linux kernel, the following vulnerability has been resolved: autofs: fix memory leak of waitqueues in autofs_catatonic_mode Syzkaller reports a memory leak: BUG: memory leak unreferenced object 0xffff88810b279e00 (size 96): comm "syz-executor399", pid 3631, jiffies 4294964921 (age 23.870s) hex dump (first 32 bytes): 00 00 00 00 00 00 00 00 08 9e 27 0b 81 88 ff ff ....
debian
CVE-2022-50827P4UNKNOWNfixed in linux 6.0.6-1 (bookworm)2022
CVE-2022-50827 CVE-2022-50827: linux - In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc:...
In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix memory leak in lpfc_create_port() Commit 5e633302ace1 ("scsi: lpfc: vmid: Add support for VMID in mailbox command") introduced allocations for the VMID resources in lpfc_create_port() after the call to scsi_host_alloc(). Upon failure on the VMID allocations, the new code would branch to the '
debian
CVE-2022-50768P4UNKNOWNfixed in linux 6.1.4-1 (bookworm)2022
CVE-2022-50768 CVE-2022-50768: linux - In the Linux kernel, the following vulnerability has been resolved: scsi: smart...
In the Linux kernel, the following vulnerability has been resolved: scsi: smartpqi: Correct device removal for multi-actuator devices Correct device count for multi-actuator drives which can cause kernel panics.
Scope: local
bookworm: resolved (fixed in 6.1.4-1)
bullseye: resolved
forky: resolved (fixed in 6.1.4-1)
sid: resolved (fixed in 6.1.4-1)
trixie: resolved (fixed in
debian
CVE-2022-50847P4UNKNOWNfixed in linux 6.1.4-1 (bookworm)2022
CVE-2022-50847 CVE-2022-50847: linux - In the Linux kernel, the following vulnerability has been resolved: drm/bridge:...
In the Linux kernel, the following vulnerability has been resolved: drm/bridge: it6505: Initialize AUX channel in it6505_i2c_probe During device boot, the HPD interrupt could be triggered before the DRM subsystem registers it6505 as a DRM bridge. In such cases, the driver tries to access AUX channel and causes NULL pointer dereference. Initializing the AUX channel earlier to
debian
CVE-2022-50855P4UNKNOWNfixed in linux 6.1.4-1 (bookworm)2022
CVE-2022-50855 CVE-2022-50855: linux - In the Linux kernel, the following vulnerability has been resolved: bpf: preven...
In the Linux kernel, the following vulnerability has been resolved: bpf: prevent leak of lsm program after failed attach In [0], we added the ability to bpf_prog_attach LSM programs to cgroups, but in our validation to make sure the prog is meant to be attached to BPF_LSM_CGROUP, we return too early if the check fails. This results in lack of decrementing prog's refcnt (thro
debian
CVE-2023-53796P4UNKNOWNfixed in linux 6.1.20-1 (bookworm)2023
CVE-2023-53796 CVE-2023-53796: linux - In the Linux kernel, the following vulnerability has been resolved: f2fs: fix i...
In the Linux kernel, the following vulnerability has been resolved: f2fs: fix information leak in f2fs_move_inline_dirents() When converting an inline directory to a regular one, f2fs is leaking uninitialized memory to disk because it doesn't initialize the entire directory block. Fix this by zero-initializing the block. This bug was introduced by commit 4ec17d688d74 ("f2fs:
debian
CVE-2022-50568P4UNKNOWNfixed in linux 6.1.4-1 (bookworm)2022
CVE-2022-50568 CVE-2022-50568: 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_hid: fix f_hidg lifetime vs cdev The embedded struct cdev does not have its lifetime correctly tied to the enclosing struct f_hidg, so there is a use-after-free if /dev/hidgN is held open while the gadget is deleted. This can readily be replicated with libusbgx's example programs (for concisen
debian
CVE-2023-54279P4UNKNOWNfixed in linux 6.1.37-1 (bookworm)2023
CVE-2023-54279 CVE-2023-54279: linux - In the Linux kernel, the following vulnerability has been resolved: MIPS: fw: A...
In the Linux kernel, the following vulnerability has been resolved: MIPS: fw: Allow firmware to pass a empty env fw_getenv will use env entry to determine style of env, however it is legal for firmware to just pass a empty list. Check if first entry exist before running strchr to avoid null pointer dereference.
Scope: local
bookworm: resolved (fixed in 6.1.37-1)
bullseye: re
debian
CVE-2023-54282P4UNKNOWNfixed in linux 6.1.55-1 (bookworm)2023
CVE-2023-54282 CVE-2023-54282: linux - In the Linux kernel, the following vulnerability has been resolved: media: tune...
In the Linux kernel, the following vulnerability has been resolved: media: tuners: qt1010: replace BUG_ON with a regular error BUG_ON is unnecessary here, and in addition it confuses smatch. Replacing this with an error return help resolve this smatch warning: drivers/media/tuners/qt1010.c:350 qt1010_init() error: buffer overflow 'i2c_data' 34 <= 34
Scope: local
bookworm: re
debian
CVE-2022-50850P4UNKNOWNfixed in linux 6.1.4-1 (bookworm)2022
CVE-2022-50850 CVE-2022-50850: linux - In the Linux kernel, the following vulnerability has been resolved: scsi: ipr: ...
In the Linux kernel, the following vulnerability has been resolved: scsi: ipr: Fix WARNING in ipr_init() ipr_init() will not call unregister_reboot_notifier() when pci_register_driver() fails, which causes a WARNING. Call unregister_reboot_notifier() when pci_register_driver() fails. notifier callback ipr_halt [ipr] already registered WARNING: CPU: 3 PID: 299 at kernel/notif
debian
CVE-2025-40032P4UNKNOWNfixed in linux 6.1.158-1 (bookworm)2025
CVE-2025-40032 CVE-2025-40032: linux - In the Linux kernel, the following vulnerability has been resolved: PCI: endpoi...
In the Linux kernel, the following vulnerability has been resolved: PCI: endpoint: pci-epf-test: Add NULL check for DMA channels before release The fields dma_chan_tx and dma_chan_rx of the struct pci_epf_test can be NULL even after EPF initialization. Then it is prudent to check that they have non-NULL values before releasing the channels. Add the checks in pci_epf_test_cle
debian