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 454 of 632
CVE-2025-40234P4LOWfixed in linux 6.17.6-1 (forky)2025
CVE-2025-40234 [LOW] CVE-2025-40234: linux - In the Linux kernel, the following vulnerability has been resolved: platform/x8... In the Linux kernel, the following vulnerability has been resolved: platform/x86: alienware-wmi-wmax: Fix NULL pointer dereference in sleep handlers Devices without the AWCC interface don't initialize `awcc`. Add a check before dereferencing it in sleep handlers. Scope: local bookworm: resolved bullseye: resolved forky: resolved (fixed in 6.17.6-1) sid: resolved (fixed
debian
CVE-2025-40255P4LOWfixed in linux 6.17.10-1 (forky)2025
CVE-2025-40255 [LOW] CVE-2025-40255: linux - In the Linux kernel, the following vulnerability has been resolved: net: core: ... In the Linux kernel, the following vulnerability has been resolved: net: core: prevent NULL deref in generic_hwtstamp_ioctl_lower() The ethtool tsconfig Netlink path can trigger a null pointer dereference. A call chain such as: tsconfig_prepare_data() -> dev_get_hwtstamp_phylib() -> vlan_hwtstamp_get() -> generic_hwtstamp_get_lower() -> generic_hwtstamp_ioctl_lower() r
debian
CVE-2025-40224P4LOWfixed in linux 6.17.6-1 (forky)2025
CVE-2025-40224 [LOW] CVE-2025-40224: linux - In the Linux kernel, the following vulnerability has been resolved: hwmon: (cgb... In the Linux kernel, the following vulnerability has been resolved: hwmon: (cgbc-hwmon) Add missing NULL check after devm_kzalloc() The driver allocates memory for sensor data using devm_kzalloc(), but did not check if the allocation succeeded. In case of memory allocation failure, dereferencing the NULL pointer would lead to a kernel crash. Add a NULL pointer check an
debian
CVE-2025-40247P4UNKNOWNfixed in linux 6.17.10-1 (forky)2025
CVE-2025-40247 CVE-2025-40247: 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 pgtable prealloc error path The following splat was reported: Unable to handle kernel NULL pointer dereference at virtual address 0000000000000010 Mem abort info: ESR = 0x0000000096000004 EC = 0x25: DABT (current EL), IL = 32 bits SET = 0, FnV = 0 EA = 0, S1PTW = 0 FSC = 0x04: level 0 translatio
debian
CVE-2023-53784P4LOWfixed in linux 6.4.11-1 (forky)2023
CVE-2023-53784 [LOW] CVE-2023-53784: 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: dw_hdmi: fix connector access for scdc Commit 5d844091f237 ("drm/scdc-helper: Pimp SCDC debugs") changed the scdc interface to pick up an i2c adapter from a connector instead. However, in the case of dw-hdmi, the wrong connector was being used to pass i2c adapter information, since dw-hdmi
debian
CVE-2023-54117P4UNKNOWNfixed in linux 6.1.55-1 (bookworm)2023
CVE-2023-54117 CVE-2023-54117: linux - In the Linux kernel, the following vulnerability has been resolved: s390/dcssbl... In the Linux kernel, the following vulnerability has been resolved: s390/dcssblk: fix kernel crash with list_add corruption Commit fb08a1908cb1 ("dax: simplify the dax_device gendisk association") introduced new logic for gendisk association, requiring drivers to explicitly call dax_add_host() and dax_remove_host(). For dcssblk driver, some dax_remove_host() calls were missi
debian
CVE-2023-53750P4LOWfixed in linux 6.4.4-1 (forky)2023
CVE-2023-53750 [LOW] CVE-2023-53750: linux - In the Linux kernel, the following vulnerability has been resolved: pinctrl: fr... In the Linux kernel, the following vulnerability has been resolved: pinctrl: freescale: Fix a memory out of bounds when num_configs is 1 The config passed in by pad wakeup is 1, when num_configs is 1, Configuration [1] should not be fetched, which will be detected by KASAN as a memory out of bounds condition. Modify to get configs[1] when num_configs is 2. Scope: local
debian
CVE-2023-54253P4UNKNOWNfixed in linux 6.1.55-1 (bookworm)2023
CVE-2023-54253 CVE-2023-54253: 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 page extent mapped after read_folio in relocate_one_page One of the CI runs triggered the following panic assertion failed: PagePrivate(page) && page->private, in fs/btrfs/subpage.c:229 ------------[ cut here ]------------ kernel BUG at fs/btrfs/subpage.c:229! Internal error: Oops - BUG: 00000000f
debian
CVE-2025-68363P4UNKNOWNfixed in linux 6.1.162-1 (bookworm)2025
CVE-2025-68363 CVE-2025-68363: linux - In the Linux kernel, the following vulnerability has been resolved: bpf: Check ... In the Linux kernel, the following vulnerability has been resolved: bpf: Check skb->transport_header is set in bpf_skb_check_mtu The bpf_skb_check_mtu helper needs to use skb->transport_header when the BPF_MTU_CHK_SEGS flag is used: bpf_skb_check_mtu(skb, ifindex, &mtu_len, 0, BPF_MTU_CHK_SEGS) The transport_header is not always set. There is a WARN_ON_ONCE report when CONFI
debian
CVE-2023-54089P4LOWfixed in linux 6.5.3-1 (forky)2023
CVE-2023-54089 [LOW] CVE-2023-54089: linux - In the Linux kernel, the following vulnerability has been resolved: virtio_pmem... In the Linux kernel, the following vulnerability has been resolved: virtio_pmem: add the missing REQ_OP_WRITE for flush bio When doing mkfs.xfs on a pmem device, the following warning was ------------[ cut here ]------------ WARNING: CPU: 2 PID: 384 at block/blk-core.c:751 submit_bio_noacct Modules linked in: CPU: 2 PID: 384 Comm: mkfs.xfs Not tainted 6.4.0-rc7+ #154 H
debian
CVE-2023-53755P4UNKNOWNfixed in linux 6.1.20-1 (bookworm)2023
CVE-2023-53755 CVE-2023-53755: linux - In the Linux kernel, the following vulnerability has been resolved: dmaengine: ... In the Linux kernel, the following vulnerability has been resolved: dmaengine: ptdma: check for null desc before calling pt_cmd_callback Resolves a panic that can occur on AMD systems, typically during host shutdown, after the PTDMA driver had been exercised. The issue was the pt_issue_pending() function is mistakenly assuming that there will be at least one descriptor in th
debian
CVE-2022-50786P4UNKNOWNfixed in linux 6.1.4-1 (bookworm)2022
CVE-2022-50786 CVE-2022-50786: linux - In the Linux kernel, the following vulnerability has been resolved: media: s5p-... In the Linux kernel, the following vulnerability has been resolved: media: s5p-mfc: Clear workbit to handle error condition During error on CLOSE_INSTANCE command, ctx_work_bits was not getting cleared. During consequent mfc execution NULL pointer dereferencing of this context led to kernel panic. This patch fixes this issue by making sure to clear ctx_work_bits always. Scop
debian
CVE-2023-54179P4UNKNOWNfixed in linux 6.1.52-1 (bookworm)2023
CVE-2023-54179 CVE-2023-54179: linux - In the Linux kernel, the following vulnerability has been resolved: scsi: qla2x... In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Array index may go out of bound Klocwork reports array 'vha->host_str' of size 16 may use index value(s) 16..19. Use snprintf() instead of sprintf(). Scope: local bookworm: resolved (fixed in 6.1.52-1) bullseye: resolved (fixed in 5.10.191-1) forky: resolved (fixed in 6.4.11-1) sid: resolved (
debian
CVE-2023-54199P4UNKNOWNfixed in linux 6.1.20-1 (bookworm)2023
CVE-2023-54199 CVE-2023-54199: linux - In the Linux kernel, the following vulnerability has been resolved: drm/msm/adr... In the Linux kernel, the following vulnerability has been resolved: drm/msm/adreno: Fix null ptr access in adreno_gpu_cleanup() Fix the below kernel panic due to null pointer access: [ 18.504431] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000048 [ 18.513464] Mem abort info: [ 18.516346] ESR = 0x0000000096000005 [ 18.520204] EC = 0x25: DABT
debian
CVE-2023-54277P4UNKNOWNfixed in linux 6.1.37-1 (bookworm)2023
CVE-2023-54277 CVE-2023-54277: linux - In the Linux kernel, the following vulnerability has been resolved: fbdev: udlf... In the Linux kernel, the following vulnerability has been resolved: fbdev: udlfb: Fix endpoint check The syzbot fuzzer detected a problem in the udlfb driver, caused by an endpoint not having the expected type: usb 1-1: Read EDID byte 0 failed: -71 usb 1-1: Unable to get valid EDID from device/display ------------[ cut here ]------------ usb 1-1: BOGUS urb xfer, pipe 3 != ty
debian
CVE-2025-68245P4UNKNOWNfixed in linux 6.1.159-1 (bookworm)2025
CVE-2025-68245 CVE-2025-68245: linux - In the Linux kernel, the following vulnerability has been resolved: net: netpol... In the Linux kernel, the following vulnerability has been resolved: net: netpoll: fix incorrect refcount handling causing incorrect cleanup commit efa95b01da18 ("netpoll: fix use after free") incorrectly ignored the refcount and prematurely set dev->npinfo to NULL during netpoll cleanup, leading to improper behavior and memory leaks. Scenario causing lack of proper cleanup:
debian
CVE-2025-68173P4UNKNOWNfixed in linux 6.1.159-1 (bookworm)2025
CVE-2025-68173 CVE-2025-68173: 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 softlockup in ftrace_module_enable A soft lockup was observed when loading amdgpu module. If a module has a lot of tracable functions, multiple calls to kallsyms_lookup can spend too much time in RCU critical section and with disabled preemption, causing kernel panic. This is the same issue that
debian
CVE-2026-23404P4UNKNOWNfixed in linux 6.1.164-1 (bookworm)2026
CVE-2026-23404 CVE-2026-23404: linux - In the Linux kernel, the following vulnerability has been resolved: apparmor: r... In the Linux kernel, the following vulnerability has been resolved: apparmor: replace recursive profile removal with iterative approach The profile removal code uses recursion when removing nested profiles, which can lead to kernel stack exhaustion and system crashes. Reproducer: $ pf='a'; for ((i=0; i /sys/kernel/security/apparmor/.remove Replace the recursive __aa_profile_
debian
CVE-2022-50704P4UNKNOWNfixed in linux 6.1.4-1 (bookworm)2022
CVE-2022-50704 CVE-2022-50704: 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: Fix use-after-free during usb config switch In the process of switching USB config from rndis to other config, if the hardware does not support the ->pullup callback, or the hardware encounters a low probability fault, both of them may cause the ->pullup callback to fail, which will then cause a
debian
CVE-2025-68312P4UNKNOWNfixed in linux 6.1.159-1 (bookworm)2025
CVE-2025-68312 CVE-2025-68312: linux - In the Linux kernel, the following vulnerability has been resolved: usbnet: Pre... In the Linux kernel, the following vulnerability has been resolved: usbnet: Prevents free active kevent The root cause of this issue are: 1. When probing the usbnet device, executing usbnet_link_change(dev, 0, 0); put the kevent work in global workqueue. However, the kevent has not yet been scheduled when the usbnet device is unregistered. Therefore, executing free_netdev()
debian
Debian Linux vulnerabilities | cvebase