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 413 of 632
CVE-2024-49921P4MEDIUMCVSS 5.5fixed in linux 6.11.4-1 (forky)2024
CVE-2024-49921 [MEDIUM] CVE-2024-49921: 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: Check null pointers before used [WHAT & HOW] Poniters, such as dc->clk_mgr, are null checked previously in the same function, so Coverity warns "implies that "dc->clk_mgr" might be null". As a result, these pointers need to be checked when used again. This fixes 10 FORWARD_NULL issu
debian
CVE-2024-35946P4MEDIUMCVSS 5.5fixed in linux 6.8.9-1 (forky)2024
CVE-2024-35946 [MEDIUM] CVE-2024-35946: linux - In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89...
In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: fix null pointer access when abort scan During cancel scan we might use vif that weren't scanning. Fix this by using the actual scanning vif.
Scope: local
bookworm: open
bullseye: resolved
forky: resolved (fixed in 6.8.9-1)
sid: resolved (fixed in 6.8.9-1)
trixie: resolved (fixed in 6.8
debian
CVE-2024-50025P4LOWCVSS 5.5fixed in linux 6.11.4-1 (forky)2024
CVE-2024-50025 [MEDIUM] CVE-2024-50025: linux - In the Linux kernel, the following vulnerability has been resolved: scsi: fnic:...
In the Linux kernel, the following vulnerability has been resolved: scsi: fnic: Move flush_work initialization out of if block After commit 379a58caa199 ("scsi: fnic: Move fnic_fnic_flush_tx() to a work queue"), it can happen that a work item is sent to an uninitialized work queue. This may has the effect that the item being queued is never actually queued, and any
debian
CVE-2023-52915P4MEDIUMCVSS 5.5fixed in linux 6.1.55-1 (bookworm)2023
CVE-2023-52915 [MEDIUM] CVE-2023-52915: linux - In the Linux kernel, the following vulnerability has been resolved: media: dvb-...
In the Linux kernel, the following vulnerability has been resolved: media: dvb-usb-v2: af9035: Fix null-ptr-deref in af9035_i2c_master_xfer In af9035_i2c_master_xfer, msg is controlled by user. When msg[i].buf is null and msg[i].len is zero, former checks on msg[i].buf would be passed. Malicious data finally reach af9035_i2c_master_xfer. If accessing msg[i].buf[0] w
debian
CVE-2022-49802P4MEDIUMCVSS 5.5fixed in linux 6.0.10-1 (bookworm)2022
CVE-2022-49802 [MEDIUM] CVE-2022-49802: linux - In the Linux kernel, the following vulnerability has been resolved: ftrace: Fix...
In the Linux kernel, the following vulnerability has been resolved: ftrace: Fix null pointer dereference in ftrace_add_mod() The @ftrace_mod is allocated by kzalloc(), so both the members {prev,next} of @ftrace_mode->list are NULL, it's not a valid state to call list_del(). If kstrdup() for @ftrace_mod->{func|module} fails, it goes to @out_free tag and calls free_ft
debian
CVE-2024-42316P4MEDIUMCVSS 5.5fixed in linux 6.1.106-1 (bookworm)2024
CVE-2024-42316 [MEDIUM] CVE-2024-42316: linux - In the Linux kernel, the following vulnerability has been resolved: mm/mglru: f...
In the Linux kernel, the following vulnerability has been resolved: mm/mglru: fix div-by-zero in vmpressure_calc_level() evict_folios() uses a second pass to reclaim folios that have gone through page writeback and become clean before it finishes the first pass, since folio_rotate_reclaimable() cannot handle those folios due to the isolation. The second pass tries t
debian
CVE-2024-38594P4MEDIUMCVSS 5.5fixed in linux 6.8.12-1 (forky)2024
CVE-2024-38594 [MEDIUM] CVE-2024-38594: linux - In the Linux kernel, the following vulnerability has been resolved: net: stmmac...
In the Linux kernel, the following vulnerability has been resolved: net: stmmac: move the EST lock to struct stmmac_priv Reinitialize the whole EST structure would also reset the mutex lock which is embedded in the EST structure, and then trigger the following warning. To address this, move the lock to struct stmmac_priv. We also need to reacquire the mutex lock whe
debian
CVE-2024-36975P4MEDIUMCVSS 5.5fixed in linux 6.1.94-1 (bookworm)2024
CVE-2024-36975 [MEDIUM] CVE-2024-36975: linux - In the Linux kernel, the following vulnerability has been resolved: KEYS: trust...
In the Linux kernel, the following vulnerability has been resolved: KEYS: trusted: Do not use WARN when encode fails When asn1_encode_sequence() fails, WARN is not the correct solution. 1. asn1_encode_sequence() is not an internal function (located in lib/asn1_encode.c). 2. Location is known, which makes the stack trace useless. 3. Results a crash if panic_on_warn i
debian
CVE-2024-36966P4LOWCVSS 5.5fixed in linux 6.8.11-1 (forky)2024
CVE-2024-36966 [MEDIUM] CVE-2024-36966: linux - In the Linux kernel, the following vulnerability has been resolved: erofs: reli...
In the Linux kernel, the following vulnerability has been resolved: erofs: reliably distinguish block based and fscache mode When erofs_kill_sb() is called in block dev based mode, s_bdev may not have been initialised yet, and if CONFIG_EROFS_FS_ONDEMAND is enabled, it will be mistaken for fscache mode, and then attempt to free an anon_dev that has never been alloca
debian
CVE-2024-44961P4LOWCVSS 5.5fixed in linux 6.10.6-1 (forky)2024
CVE-2024-44961 [MEDIUM] CVE-2024-44961: 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: Forward soft recovery errors to userspace As we discussed before[1], soft recovery should be forwarded to userspace, or we can get into a really bad state where apps will keep submitting hanging command buffers cascading us to a hard reset. 1: https://lore.kernel.org/all/bf23d5ed-9a6b-43
debian
CVE-2024-42078P4LOWCVSS 5.5fixed in linux 6.9.8-1 (forky)2024
CVE-2024-42078 [MEDIUM] CVE-2024-42078: linux - In the Linux kernel, the following vulnerability has been resolved: nfsd: initi...
In the Linux kernel, the following vulnerability has been resolved: nfsd: initialise nfsd_info.mutex early. nfsd_info.mutex can be dereferenced by svc_pool_stats_start() immediately after the new netns is created. Currently this can trigger an oops. Move the initialisation earlier before it can possibly be dereferenced.
Scope: local
bookworm: resolved
bullseye: reso
debian
CVE-2024-44962P4LOWCVSS 5.5fixed in linux 6.10.6-1 (forky)2024
CVE-2024-44962 [MEDIUM] CVE-2024-44962: linux - In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ...
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btnxpuart: Shutdown timer and prevent rearming when driver unloading When unload the btnxpuart driver, its associated timer will be deleted. If the timer happens to be modified at this moment, it leads to the kernel call this timer even after the driver unloaded, resulting in kernel panic
debian
CVE-2022-48765P4MEDIUMCVSS 5.5fixed in linux 5.16.7-1 (bookworm)2022
CVE-2022-48765 [MEDIUM] CVE-2022-48765: linux - In the Linux kernel, the following vulnerability has been resolved: KVM: LAPIC:...
In the Linux kernel, the following vulnerability has been resolved: KVM: LAPIC: Also cancel preemption timer during SET_LAPIC The below warning is splatting during guest reboot. ------------[ cut here ]------------ WARNING: CPU: 0 PID: 1931 at arch/x86/kvm/x86.c:10322 kvm_arch_vcpu_ioctl_run+0x874/0x880 [kvm] CPU: 0 PID: 1931 Comm: qemu-system-x86 Tainted: G I 5.17.
debian
CVE-2022-49981P4MEDIUMCVSS 5.5fixed in linux 6.0.2-1 (bookworm)2022
CVE-2022-49981 [MEDIUM] CVE-2022-49981: linux - In the Linux kernel, the following vulnerability has been resolved: HID: hidraw...
In the Linux kernel, the following vulnerability has been resolved: HID: hidraw: fix memory leak in hidraw_release() Free the buffered reports before deleting the list entry. BUG: memory leak unreferenced object 0xffff88810e72f180 (size 32): comm "softirq", pid 0, jiffies 4294945143 (age 16.080s) hex dump (first 32 bytes): 64 f3 c6 6a d1 88 07 04 00 00 00 00 00 00 0
debian
CVE-2022-48908P4MEDIUMCVSS 5.5fixed in linux 5.16.14-1 (bookworm)2022
CVE-2022-48908 [MEDIUM] CVE-2022-48908: linux - In the Linux kernel, the following vulnerability has been resolved: net: arcnet...
In the Linux kernel, the following vulnerability has been resolved: net: arcnet: com20020: Fix null-ptr-deref in com20020pci_probe() During driver initialization, the pointer of card info, i.e. the variable 'ci' is required. However, the definition of 'com20020pci_id_table' reveals that this field is empty for some devices, which will cause null pointer dereference
debian
CVE-2022-48752P4MEDIUMCVSS 5.5fixed in linux 5.16.7-1 (bookworm)2022
CVE-2022-48752 [MEDIUM] CVE-2022-48752: linux - In the Linux kernel, the following vulnerability has been resolved: powerpc/per...
In the Linux kernel, the following vulnerability has been resolved: powerpc/perf: Fix power_pmu_disable to call clear_pmi_irq_pending only if PMI is pending Running selftest with CONFIG_PPC_IRQ_SOFT_MASK_DEBUG enabled in kernel triggered below warning: [ 172.851380] ------------[ cut here ]------------ [ 172.851391] WARNING: CPU: 8 PID: 2901 at arch/powerpc/include/
debian
CVE-2021-47617P4MEDIUMCVSS 5.5fixed in linux 5.16.7-1 (bookworm)2021
CVE-2021-47617 [MEDIUM] CVE-2021-47617: linux - In the Linux kernel, the following vulnerability has been resolved: PCI: pciehp...
In the Linux kernel, the following vulnerability has been resolved: PCI: pciehp: Fix infinite loop in IRQ handler upon power fault The Power Fault Detected bit in the Slot Status register differs from all other hotplug events in that it is sticky: It can only be cleared after turning off slot power. Per PCIe r5.0, sec. 6.7.1.8: If a power controller detects a main p
debian
CVE-2021-46926P4MEDIUMCVSS 5.5fixed in linux 5.15.15-1 (bookworm)2021
CVE-2021-46926 [MEDIUM] CVE-2021-46926: linux - In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: ...
In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: intel-sdw-acpi: harden detection of controller The existing code currently sets a pointer to an ACPI handle before checking that it's actually a SoundWire controller. This can lead to issues where the graph walk continues and eventually fails, but the pointer was set already. This patch c
debian
CVE-2025-21643P4LOWCVSS 5.5fixed in linux 6.12.10-1 (forky)2025
CVE-2025-21643 [MEDIUM] CVE-2025-21643: linux - In the Linux kernel, the following vulnerability has been resolved: netfs: Fix ...
In the Linux kernel, the following vulnerability has been resolved: netfs: Fix kernel async DIO Netfslib needs to be able to handle kernel-initiated asynchronous DIO that is supplied with a bio_vec[] array. Currently, because of the async flag, this gets passed to netfs_extract_user_iter() which throws a warning and fails because it only handles IOVEC and UBUF itera
debian
CVE-2024-26756P4MEDIUMCVSS 5.5fixed in linux 6.7.7-1 (forky)2024
CVE-2024-26756 [MEDIUM] CVE-2024-26756: linux - In the Linux kernel, the following vulnerability has been resolved: md: Don't r...
In the Linux kernel, the following vulnerability has been resolved: md: Don't register sync_thread for reshape directly Currently, if reshape is interrupted, then reassemble the array will register sync_thread directly from pers->run(), in this case 'MD_RECOVERY_RUNNING' is set directly, however, there is no guarantee that md_do_sync() will be executed, hence stop_s
debian