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 458 of 632
CVE-2026-23048P4LOWfixed in linux 6.18.8-1 (forky)2026
CVE-2026-23048 [LOW] CVE-2026-23048: linux - In the Linux kernel, the following vulnerability has been resolved: udp: call s... In the Linux kernel, the following vulnerability has been resolved: udp: call skb_orphan() before skb_attempt_defer_free() Standard UDP receive path does not use skb->destructor. But skmsg layer does use it, since it calls skb_set_owner_sk_safe() from udp_read_skb(). This then triggers this warning in skb_attempt_defer_free(): DEBUG_NET_WARN_ON_ONCE(skb->destructor); W
debian
CVE-2013-2893P4LOWCVSS 4.7fixed in linux 3.11.5-1 (bookworm)2013
CVE-2013-2893 [MEDIUM] CVE-2013-2893: linux - The Human Interface Device (HID) subsystem in the Linux kernel through 3.11, whe... The Human Interface Device (HID) subsystem in the Linux kernel through 3.11, when CONFIG_LOGITECH_FF, CONFIG_LOGIG940_FF, or CONFIG_LOGIWHEELS_FF is enabled, allows physically proximate attackers to cause a denial of service (heap-based out-of-bounds write) via a crafted device, related to (1) drivers/hid/hid-lgff.c, (2) drivers/hid/hid-lg3ff.c, and (3) drivers/hid/hi
debian
CVE-2026-23445P4LOWfixed in linux 6.19.10-1 (forky)2026
CVE-2026-23445 [LOW] CVE-2026-23445: linux - In the Linux kernel, the following vulnerability has been resolved: igc: fix pa... In the Linux kernel, the following vulnerability has been resolved: igc: fix page fault in XDP TX timestamps handling If an XDP application that requested TX timestamping is shutting down while the link of the interface in use is still up the following kernel splat is reported: [ 883.803618] [ T1554] BUG: unable to handle page fault for address: ffffcfb6200fd008 ... [
debian
CVE-2026-23293P4UNKNOWNfixed in linux 6.19.8-1 (forky)2026
CVE-2026-23293 CVE-2026-23293: linux - In the Linux kernel, the following vulnerability has been resolved: net: vxlan:... In the Linux kernel, the following vulnerability has been resolved: net: vxlan: fix nd_tbl NULL dereference when IPv6 is disabled When booting with the 'ipv6.disable=1' parameter, the nd_tbl is never initialized because inet6_init() exits before ndisc_init() is called which initializes it. If an IPv6 packet is injected into the interface, route_shortcircuit() is called and a
debian
CVE-2026-23356P4UNKNOWNfixed in linux 6.19.8-1 (forky)2026
CVE-2026-23356 CVE-2026-23356: linux - In the Linux kernel, the following vulnerability has been resolved: drbd: fix "... In the Linux kernel, the following vulnerability has been resolved: drbd: fix "LOGIC BUG" in drbd_al_begin_io_nonblock() Even though we check that we "should" be able to do lc_get_cumulative() while holding the device->al_lock spinlock, it may still fail, if some other code path decided to do lc_try_lock() with bad timing. If that happened, we logged "LOGIC BUG for enr=...",
debian
CVE-2026-23379P4UNKNOWNfixed in linux 6.19.8-1 (forky)2026
CVE-2026-23379 CVE-2026-23379: 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: ets: fix divide by zero in the offload path Offloading ETS requires computing each class' WRR weight: this is done by averaging over the sums of quanta as 'q_sum' and 'q_psum'. Using unsigned int, the same integer size as the individual DRR quanta, can overflow and even cause division by zero, lik
debian
CVE-2026-23467P4LOWfixed in linux 6.19.10-1 (forky)2026
CVE-2026-23467 [LOW] CVE-2026-23467: linux - In the Linux kernel, the following vulnerability has been resolved: drm/i915/dm... In the Linux kernel, the following vulnerability has been resolved: drm/i915/dmc: Fix an unlikely NULL pointer deference at probe intel_dmc_update_dc6_allowed_count() oopses when DMC hasn't been initialized, and dmc is thus NULL. That would be the case when the call path is intel_power_domains_init_hw() -> {skl,bxt,icl}_display_core_init() -> gen9_set_dc_state() -> int
debian
CVE-2026-23303P4UNKNOWNfixed in linux 6.19.8-1 (forky)2026
CVE-2026-23303 CVE-2026-23303: linux - In the Linux kernel, the following vulnerability has been resolved: smb: client... In the Linux kernel, the following vulnerability has been resolved: smb: client: Don't log plaintext credentials in cifs_set_cifscreds When debug logging is enabled, cifs_set_cifscreds() logs the key payload and exposes the plaintext username and password. Remove the debug log to avoid exposing credentials. Scope: local bookworm: open bullseye: open forky: resolved (fixed in
debian
CVE-2026-23369P4LOWfixed in linux 6.19.8-1 (forky)2026
CVE-2026-23369 [LOW] CVE-2026-23369: linux - In the Linux kernel, the following vulnerability has been resolved: i2c: i801: ... In the Linux kernel, the following vulnerability has been resolved: i2c: i801: Revert "i2c: i801: replace acpi_lock with I2C bus lock" This reverts commit f707d6b9e7c18f669adfdb443906d46cfbaaa0c1. Under rare circumstances, multiple udev threads can collect i801 device info on boot and walk i801_acpi_io_handler somewhat concurrently. The first will note the area is rese
debian
CVE-2026-23316P4LOWfixed in linux 6.19.8-1 (forky)2026
CVE-2026-23316 [LOW] CVE-2026-23316: linux - In the Linux kernel, the following vulnerability has been resolved: net: ipv4: ... In the Linux kernel, the following vulnerability has been resolved: net: ipv4: fix ARM64 alignment fault in multipath hash seed `struct sysctl_fib_multipath_hash_seed` contains two u32 fields (user_seed and mp_seed), making it an 8-byte structure with a 4-byte alignment requirement. In `fib_multipath_hash_from_keys()`, the code evaluates the entire struct atomically vi
debian
CVE-2026-23308P4LOWfixed in linux 6.19.8-1 (forky)2026
CVE-2026-23308 [LOW] CVE-2026-23308: linux - In the Linux kernel, the following vulnerability has been resolved: pinctrl: eq... In the Linux kernel, the following vulnerability has been resolved: pinctrl: equilibrium: fix warning trace on load The callback functions 'eqbr_irq_mask()' and 'eqbr_irq_ack()' are also called in the callback function 'eqbr_irq_mask_ack()'. This is done to avoid source code duplication. The problem, is that in the function 'eqbr_irq_mask()' also calles the gpiolib fun
debian
CVE-2026-23330P4UNKNOWNfixed in linux 6.19.8-1 (forky)2026
CVE-2026-23330 CVE-2026-23330: linux - In the Linux kernel, the following vulnerability has been resolved: nfc: nci: c... In the Linux kernel, the following vulnerability has been resolved: nfc: nci: complete pending data exchange on device close In nci_close_device(), complete any pending data exchange before closing. The data exchange callback (e.g. rawsock_data_exchange_complete) holds a socket reference. NIPA occasionally hits this leak: unreferenced object 0xff1100000f435000 (size 2048): c
debian
CVE-2026-23345P4LOWfixed in linux 6.19.8-1 (forky)2026
CVE-2026-23345 [LOW] CVE-2026-23345: linux - In the Linux kernel, the following vulnerability has been resolved: arm64: gcs:... In the Linux kernel, the following vulnerability has been resolved: arm64: gcs: Do not set PTE_SHARED on GCS mappings if FEAT_LPA2 is enabled When FEAT_LPA2 is enabled, bits 8-9 of the PTE replace the shareability attribute with bits 50-51 of the output address. The _PAGE_GCS{,_RO} definitions include the PTE_SHARED bits as 0b11 (this matches the other _PAGE_* definiti
debian
CVE-2026-23435P4LOWfixed in linux 6.19.10-1 (forky)2026
CVE-2026-23435 [LOW] CVE-2026-23435: linux - In the Linux kernel, the following vulnerability has been resolved: perf/x86: M... In the Linux kernel, the following vulnerability has been resolved: perf/x86: Move event pointer setup earlier in x86_pmu_enable() A production AMD EPYC system crashed with a NULL pointer dereference in the PMU NMI handler: BUG: kernel NULL pointer dereference, address: 0000000000000198 RIP: x86_perf_event_update+0xc/0xa0 Call Trace: amd_pmu_v2_handle_irq+0x1a6/0x390 p
debian
CVE-2026-23329P4LOWfixed in linux 6.19.8-1 (forky)2026
CVE-2026-23329 [LOW] CVE-2026-23329: linux - In the Linux kernel, the following vulnerability has been resolved: libie: don'... In the Linux kernel, the following vulnerability has been resolved: libie: don't unroll if fwlog isn't supported The libie_fwlog_deinit() function can be called during driver unload even when firmware logging was never properly initialized. This led to call trace: [ 148.576156] Oops: Oops: 0000 [#1] SMP NOPTI [ 148.576167] CPU: 80 UID: 0 PID: 12843 Comm: rmmod Kdump: l
debian
CVE-2025-71270P4LOWfixed in linux 6.18.10-1 (forky)2025
CVE-2025-71270 [LOW] CVE-2025-71270: linux - In the Linux kernel, the following vulnerability has been resolved: LoongArch: ... In the Linux kernel, the following vulnerability has been resolved: LoongArch: Enable exception fixup for specific ADE subcode This patch allows the LoongArch BPF JIT to handle recoverable memory access errors generated by BPF_PROBE_MEM* instructions. When a BPF program performs memory access operations, the instructions it executes may trigger ADEM exceptions. The ker
debian
CVE-2025-71265P4UNKNOWNfixed in linux 6.19.6-1 (forky)2025
CVE-2025-71265 CVE-2025-71265: linux - In the Linux kernel, the following vulnerability has been resolved: fs: ntfs3: ... In the Linux kernel, the following vulnerability has been resolved: fs: ntfs3: fix infinite loop in attr_load_runs_range on inconsistent metadata We found an infinite loop bug in the ntfs3 file system that can lead to a Denial-of-Service (DoS) condition. A malformed NTFS image can cause an infinite loop when an attribute header indicates an empty run list, while directory en
debian
CVE-2025-71266P4UNKNOWNfixed in linux 6.19.6-1 (forky)2025
CVE-2025-71266 CVE-2025-71266: linux - In the Linux kernel, the following vulnerability has been resolved: fs: ntfs3: ... In the Linux kernel, the following vulnerability has been resolved: fs: ntfs3: check return value of indx_find to avoid infinite loop We found an infinite loop bug in the ntfs3 file system that can lead to a Denial-of-Service (DoS) condition. A malformed dentry in the ntfs3 filesystem can cause the kernel to hang during the lookup operations. By setting the HAS_SUB_NODE flag
debian
CVE-2026-23374P4UNKNOWNfixed in linux 6.19.8-1 (forky)2026
CVE-2026-23374 CVE-2026-23374: linux - In the Linux kernel, the following vulnerability has been resolved: blktrace: f... In the Linux kernel, the following vulnerability has been resolved: blktrace: fix __this_cpu_read/write in preemptible context tracing_record_cmdline() internally uses __this_cpu_read() and __this_cpu_write() on the per-CPU variable trace_cmdline_save, and trace_save_cmdline() explicitly asserts preemption is disabled via lockdep_assert_preemption_disabled(). These operation
debian
CVE-2026-23424P4LOWfixed in linux 6.19.8-1 (forky)2026
CVE-2026-23424 [LOW] CVE-2026-23424: linux - In the Linux kernel, the following vulnerability has been resolved: accel/amdxd... In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Validate command buffer payload count The count field in the command header is used to determine the valid payload size. Verify that the valid payload does not exceed the remaining buffer space. Scope: local bookworm: resolved bullseye: resolved forky: resolved (fixed in 6.19.8-1) sid: r
debian
Debian Linux vulnerabilities | cvebase