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 456 of 632
CVE-2025-40089P4LOWfixed in linux 6.17.6-1 (forky)2025
CVE-2025-40089 [LOW] CVE-2025-40089: linux - In the Linux kernel, the following vulnerability has been resolved: cxl/feature... In the Linux kernel, the following vulnerability has been resolved: cxl/features: Add check for no entries in cxl_feature_info cxl EDAC calls cxl_feature_info() to get the feature information and if the hardware has no Features support, cxlfs may be passed in as NULL. [ 51.957498] BUG: kernel NULL pointer dereference, address: 0000000000000008 [ 51.965571] #PF: supervi
debian
CVE-2025-40023P4LOWfixed in linux 6.16.10-1 (forky)2025
CVE-2025-40023 [LOW] CVE-2025-40023: linux - In the Linux kernel, the following vulnerability has been resolved: drm/xe/vf: ... In the Linux kernel, the following vulnerability has been resolved: drm/xe/vf: Don't expose sysfs attributes not applicable for VFs VFs can't read BMG_PCIE_CAP(0x138340) register nor access PCODE (already guarded by the info.skip_pcode flag) so we shouldn't expose attributes that require any of them to avoid errors like: [] xe 0000:03:00.1: [drm] Tile0: GT0: VF is tryi
debian
CVE-2025-68366P4UNKNOWNfixed in linux 6.1.162-1 (bookworm)2025
CVE-2025-68366 CVE-2025-68366: linux - In the Linux kernel, the following vulnerability has been resolved: nbd: defer ... In the Linux kernel, the following vulnerability has been resolved: nbd: defer config unlock in nbd_genl_connect There is one use-after-free warning when running NBD_CMD_CONNECT and NBD_CLEAR_SOCK: nbd_genl_connect nbd_alloc_and_init_config // config_refs=1 nbd_start_device // config_refs=2 set NBD_RT_HAS_CONFIG_REF open nbd // config_refs=3 recv_work done // config_refs=2 N
debian
CVE-2025-40065P4UNKNOWNfixed in linux 6.17.6-1 (forky)2025
CVE-2025-40065 CVE-2025-40065: linux - In the Linux kernel, the following vulnerability has been resolved: RISC-V: KVM... In the Linux kernel, the following vulnerability has been resolved: RISC-V: KVM: Write hgatp register with valid mode bits According to the RISC-V Privileged Architecture Spec, when MODE=Bare is selected,software must write zero to the remaining fields of hgatp. We have detected the valid mode supported by the HW before, So using a valid mode to detect how many vmid bits are
debian
CVE-2025-68757P4UNKNOWNfixed in linux 6.1.162-1 (bookworm)2025
CVE-2025-68757 CVE-2025-68757: linux - In the Linux kernel, the following vulnerability has been resolved: drm/vgem-fe... In the Linux kernel, the following vulnerability has been resolved: drm/vgem-fence: Fix potential deadlock on release A timer that expires a vgem fence automatically in 10 seconds is now released with timer_delete_sync() from fence->ops.release() called on last dma_fence_put(). In some scenarios, it can run in IRQ context, which is not safe unless TIMER_IRQSAFE is used. One
debian
CVE-2023-54225P4UNKNOWNfixed in linux 6.1.52-1 (bookworm)2023
CVE-2023-54225 CVE-2023-54225: linux - In the Linux kernel, the following vulnerability has been resolved: net: ipa: o... In the Linux kernel, the following vulnerability has been resolved: net: ipa: only reset hashed tables when supported Last year, the code that manages GSI channel transactions switched from using spinlock-protected linked lists to using indexes into the ring buffer used for a channel. Recently, Google reported seeing transaction reference count underflows occasionally during
debian
CVE-2023-54314P4UNKNOWNfixed in linux 6.1.55-1 (bookworm)2023
CVE-2023-54314 CVE-2023-54314: linux - In the Linux kernel, the following vulnerability has been resolved: media: af90... In the Linux kernel, the following vulnerability has been resolved: media: af9005: Fix null-ptr-deref in af9005_i2c_xfer In af9005_i2c_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 af9005_i2c_xfer. If accessing msg[i].buf[0] without sanity check, null ptr deref would
debian
CVE-2023-54021P4UNKNOWNfixed in linux 6.1.37-1 (bookworm)2023
CVE-2023-54021 CVE-2023-54021: linux - In the Linux kernel, the following vulnerability has been resolved: ext4: set g... In the Linux kernel, the following vulnerability has been resolved: ext4: set goal start correctly in ext4_mb_normalize_request We need to set ac_g_ex to notify the goal start used in ext4_mb_find_by_goal. Set ac_g_ex instead of ac_f_ex in ext4_mb_normalize_request. Besides we should assure goal start is in range [first_data_block, blocks_count) as ext4_mb_initialize_context
debian
CVE-2023-54249P4UNKNOWNfixed in linux 6.1.20-1 (bookworm)2023
CVE-2023-54249 CVE-2023-54249: linux - In the Linux kernel, the following vulnerability has been resolved: bus: mhi: e... In the Linux kernel, the following vulnerability has been resolved: bus: mhi: ep: Only send -ENOTCONN status if client driver is available For the STOP and RESET commands, only send the channel disconnect status -ENOTCONN if client driver is available. Otherwise, it will result in null pointer dereference. Scope: local bookworm: resolved (fixed in 6.1.20-1) bullseye: resolve
debian
CVE-2022-50873P4UNKNOWNfixed in linux 6.1.7-1 (bookworm)2022
CVE-2022-50873 CVE-2022-50873: linux - In the Linux kernel, the following vulnerability has been resolved: vdpa/vp_vdp... In the Linux kernel, the following vulnerability has been resolved: vdpa/vp_vdpa: fix kfree a wrong pointer in vp_vdpa_remove In vp_vdpa_remove(), the code kfree(&vp_vdpa_mgtdev->mgtdev.id_table) uses a reference of pointer as the argument of kfree, which is the wrong pointer and then may hit crash like this: Unable to handle kernel paging request at virtual address 00ffff00
debian
CVE-2022-50877P4UNKNOWNfixed in linux 6.0.7-1 (bookworm)2022
CVE-2022-50877 CVE-2022-50877: linux - In the Linux kernel, the following vulnerability has been resolved: net: broadc... In the Linux kernel, the following vulnerability has been resolved: net: broadcom: bcm4908_enet: update TX stats after actual transmission Queueing packets doesn't guarantee their transmission. Update TX stats after hardware confirms consuming submitted data. This also fixes a possible race and NULL dereference. bcm4908_enet_start_xmit() could try to access skb after freeing
debian
CVE-2023-53586P4MEDIUMCVSS 4.7fixed in linux 6.1.37-1 (bookworm)2023
CVE-2023-53586 [MEDIUM] CVE-2023-53586: linux - In the Linux kernel, the following vulnerability has been resolved: scsi: targe... In the Linux kernel, the following vulnerability has been resolved: scsi: target: Fix multiple LUN_RESET handling This fixes a bug where an initiator thinks a LUN_RESET has cleaned up running commands when it hasn't. The bug was added in commit 51ec502a3266 ("target: Delete tmr from list before processing"). The problem occurs when: 1. We have N I/O cmds running in
debian
CVE-2025-71140P4LOWfixed in linux 6.18.5-1 (forky)2025
CVE-2025-71140 [LOW] CVE-2025-71140: linux - In the Linux kernel, the following vulnerability has been resolved: media: medi... In the Linux kernel, the following vulnerability has been resolved: media: mediatek: vcodec: Use spinlock for context list protection lock Previously a mutex was added to protect the encoder and decoder context lists from unexpected changes originating from the SCP IP block, causing the context pointer to go invalid, resulting in a NULL pointer dereference in the IPI h
debian
CVE-2025-68374P4LOWfixed in linux 6.17.13-1 (forky)2025
CVE-2025-68374 [LOW] CVE-2025-68374: linux - In the Linux kernel, the following vulnerability has been resolved: md: fix rcu... In the Linux kernel, the following vulnerability has been resolved: md: fix rcu protection in md_wakeup_thread We attempted to use RCU to protect the pointer 'thread', but directly passed the value when calling md_wakeup_thread(). This means that the RCU pointer has been acquired before rcu_read_lock(), which renders rcu_read_lock() ineffective and could lead to a use-
debian
CVE-2013-2889P4LOWCVSS 4.7fixed in linux 3.11.5-1 (bookworm)2013
CVE-2013-2889 [MEDIUM] CVE-2013-2889: linux - drivers/hid/hid-zpff.c in the Human Interface Device (HID) subsystem in the Linu... drivers/hid/hid-zpff.c in the Human Interface Device (HID) subsystem in the Linux kernel through 3.11, when CONFIG_HID_ZEROPLUS is enabled, allows physically proximate attackers to cause a denial of service (heap-based out-of-bounds write) via a crafted device. Scope: local bookworm: resolved (fixed in 3.11.5-1) bullseye: resolved (fixed in 3.11.5-1) forky: resolved (
debian
CVE-2023-54261P4LOWfixed in linux 6.5.6-1 (forky)2023
CVE-2023-54261 [LOW] CVE-2023-54261: linux - In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd:... In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Add missing gfx11 MQD manager callbacks mqd_stride function was introduced in commit 2f77b9a242a2 ("drm/amdkfd: Update MQD management on multi XCC setup") but not assigned for gfx11. Fixes a NULL dereference in debugfs. Scope: local bookworm: resolved bullseye: resolved forky: resolved (fix
debian
CVE-2026-23059P4LOWfixed in linux 6.18.8-1 (forky)2026
CVE-2026-23059 [LOW] CVE-2026-23059: 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: Sanitize payload size to prevent member overflow In qla27xx_copy_fpin_pkt() and qla27xx_copy_multiple_pkt(), the frame_size reported by firmware is used to calculate the copy length into item->iocb. However, the iocb member is defined as a fixed-size 64-byte array within struct purex_ite
debian
CVE-2025-68375P4LOWfixed in linux 6.17.13-1 (forky)2025
CVE-2025-68375 [LOW] CVE-2025-68375: linux - In the Linux kernel, the following vulnerability has been resolved: perf/x86: F... In the Linux kernel, the following vulnerability has been resolved: perf/x86: Fix NULL event access and potential PEBS record loss When intel_pmu_drain_pebs_icl() is called to drain PEBS records, the perf_event_overflow() could be called to process the last PEBS record. While perf_event_overflow() could trigger the interrupt throttle and stop all events of the group, l
debian
CVE-2025-71065P4UNKNOWNfixed in linux 6.18.3-1 (forky)2025
CVE-2025-71065 CVE-2025-71065: linux - In the Linux kernel, the following vulnerability has been resolved: f2fs: fix t... In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid potential deadlock As Jiaming Zhang and syzbot reported, there is potential deadlock in f2fs as below: Chain exists of: &sbi->cp_rwsem --> fs_reclaim --> sb_internal#2 Possible unsafe locking scenario: CPU0 CPU1 ---- ---- rlock(sb_internal#2); lock(fs_reclaim); lock(sb_internal#2); rlock(&
debian
CVE-2025-71193P4UNKNOWNfixed in linux 6.18.8-1 (forky)2025
CVE-2025-71193 CVE-2025-71193: linux - In the Linux kernel, the following vulnerability has been resolved: phy: qcom-q... In the Linux kernel, the following vulnerability has been resolved: phy: qcom-qusb2: Fix NULL pointer dereference on early suspend Enabling runtime PM before attaching the QPHY instance as driver data can lead to a NULL pointer dereference in runtime PM callbacks that expect valid driver data. There is a small window where the suspend callback may run after PM runtime enabli
debian
Debian Linux vulnerabilities | cvebase