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 161 of 632
CVE-2023-52701P4HIGHCVSS 7.1fixed in linux 6.1.15-1 (bookworm)2023
CVE-2023-52701 [HIGH] CVE-2023-52701: linux - In the Linux kernel, the following vulnerability has been resolved: net: use a ... In the Linux kernel, the following vulnerability has been resolved: net: use a bounce buffer for copying skb->mark syzbot found arm64 builds would crash in sock_recv_mark() when CONFIG_HARDENED_USERCOPY=y x86 and powerpc are not detecting the issue because they define user_access_begin. This will be handled in a different patch, because a check_object_size() is missin
debian
CVE-2025-21789P4LOWCVSS 7.1fixed in linux 6.12.16-1 (forky)2025
CVE-2025-21789 [HIGH] CVE-2025-21789: linux - In the Linux kernel, the following vulnerability has been resolved: LoongArch: ... In the Linux kernel, the following vulnerability has been resolved: LoongArch: csum: Fix OoB access in IP checksum code for negative lengths Commit 69e3a6aa6be2 ("LoongArch: Add checksum optimization for 64-bit system") would cause an undefined shift and an out-of-bounds read. Commit 8bd795fedb84 ("arm64: csum: Fix OoB access in IP checksum code for negative lengths")
debian
CVE-2025-22087P4LOWCVSS 7.1fixed in linux 6.12.25-1 (forky)2025
CVE-2025-22087 [HIGH] CVE-2025-22087: linux - In the Linux kernel, the following vulnerability has been resolved: bpf: Fix ar... In the Linux kernel, the following vulnerability has been resolved: bpf: Fix array bounds error with may_goto may_goto uses an additional 8 bytes on the stack, which causes the interpreters[] array to go out of bounds when calculating index by stack_size. 1. If a BPF program is rewritten, re-evaluate the stack size. For non-JIT cases, reject loading directly. 2. For n
debian
CVE-2024-49861P4HIGHCVSS 7.1fixed in linux 6.1.123-1 (bookworm)2024
CVE-2024-49861 [HIGH] CVE-2024-49861: linux - In the Linux kernel, the following vulnerability has been resolved: bpf: Fix he... In the Linux kernel, the following vulnerability has been resolved: bpf: Fix helper writes to read-only maps Lonial found an issue that despite user- and BPF-side frozen BPF map (like in case of .rodata), it was still possible to write into it from a BPF program side through specific helpers having ARG_PTR_TO_{LONG,INT} as arguments. In check_func_arg() when the argum
debian
CVE-2024-41013P4HIGHCVSS 7.1fixed in linux 6.1.147-1 (bookworm)2024
CVE-2024-41013 [HIGH] CVE-2024-41013: linux - In the Linux kernel, the following vulnerability has been resolved: xfs: don't ... In the Linux kernel, the following vulnerability has been resolved: xfs: don't walk off the end of a directory data block This adds sanity checks for xfs_dir2_data_unused and xfs_dir2_data_entry to make sure don't stray beyond valid memory region. Before patching, the loop simply checks that the start offset of the dup and dep is within the range. So in a crafted imag
debian
CVE-2024-38606P4LOWCVSS 7.1fixed in linux 6.8.12-1 (forky)2024
CVE-2024-38606 [HIGH] CVE-2024-38606: linux - In the Linux kernel, the following vulnerability has been resolved: crypto: qat... In the Linux kernel, the following vulnerability has been resolved: crypto: qat - validate slices count returned by FW The function adf_send_admin_tl_start() enables the telemetry (TL) feature on a QAT device by sending the ICP_QAT_FW_TL_START message to the firmware. This triggers the FW to start writing TL data to a DMA buffer in memory and returns an array containi
debian
CVE-2022-49985P4HIGHCVSS 7.1fixed in linux 6.0.2-1 (bookworm)2022
CVE-2022-49985 [HIGH] CVE-2022-49985: linux - In the Linux kernel, the following vulnerability has been resolved: bpf: Don't ... In the Linux kernel, the following vulnerability has been resolved: bpf: Don't use tnum_range on array range checking for poke descriptors Hsin-Wei reported a KASAN splat triggered by their BPF runtime fuzzer which is based on a customized syzkaller: BUG: KASAN: slab-out-of-bounds in bpf_int_jit_compile+0x1257/0x13f0 Read of size 8 at addr ffff888004e90b58 by task syz
debian
CVE-2025-21743P4LOWCVSS 7.1fixed in linux 6.12.15-1 (forky)2025
CVE-2025-21743 [HIGH] CVE-2025-21743: linux - In the Linux kernel, the following vulnerability has been resolved: usbnet: iph... In the Linux kernel, the following vulnerability has been resolved: usbnet: ipheth: fix possible overflow in DPE length check Originally, it was possible for the DPE length check to overflow if wDatagramIndex + wDatagramLength > U16_MAX. This could lead to an OoB read. Move the wDatagramIndex term to the other side of the inequality. An existing condition ensures that
debian
CVE-2023-53035P4HIGHCVSS 7.1fixed in linux 6.1.25-1 (bookworm)2023
CVE-2023-53035 [HIGH] CVE-2023-53035: linux - In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix... In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix kernel-infoleak in nilfs_ioctl_wrap_copy() The ioctl helper function nilfs_ioctl_wrap_copy(), which exchanges a metadata array to/from user space, may copy uninitialized buffer regions to user space memory for read-only ioctl commands NILFS_IOCTL_GET_SUINFO and NILFS_IOCTL_GET_CPINFO. This
debian
CVE-2021-47604P4HIGHCVSS 7.1fixed in linux 5.15.15-1 (bookworm)2021
CVE-2021-47604 [HIGH] CVE-2021-47604: linux - In the Linux kernel, the following vulnerability has been resolved: vduse: chec... In the Linux kernel, the following vulnerability has been resolved: vduse: check that offset is within bounds in get_config() This condition checks "len" but it does not check "offset" and that could result in an out of bounds read if "offset > dev->config_size". The problem is that since both variables are unsigned the "dev->config_size - offset" subtraction would re
debian
CVE-2024-57838P4HIGHCVSS 7.1fixed in linux 6.1.123-1 (bookworm)2024
CVE-2024-57838 [HIGH] CVE-2024-57838: linux - In the Linux kernel, the following vulnerability has been resolved: s390/entry:... In the Linux kernel, the following vulnerability has been resolved: s390/entry: Mark IRQ entries to fix stack depot warnings The stack depot filters out everything outside of the top interrupt context as an uninteresting or irrelevant part of the stack traces. This helps with stack trace de-duplication, avoiding an explosion of saved stack traces that share the same I
debian
CVE-2024-50042P4LOWCVSS 7.1fixed in linux 6.11.4-1 (forky)2024
CVE-2024-50042 [HIGH] CVE-2024-50042: linux - In the Linux kernel, the following vulnerability has been resolved: ice: Fix in... In the Linux kernel, the following vulnerability has been resolved: ice: Fix increasing MSI-X on VF Increasing MSI-X value on a VF leads to invalid memory operations. This is caused by not reallocating some arrays. Reproducer: modprobe ice echo 0 > /sys/bus/pci/devices/$PF_PCI/sriov_drivers_autoprobe echo 1 > /sys/bus/pci/devices/$PF_PCI/sriov_numvfs echo 17 > /sys/bu
debian
CVE-2025-23156P4HIGHCVSS 7.1fixed in linux 6.1.135-1 (bookworm)2025
CVE-2025-23156 [HIGH] CVE-2025-23156: linux - In the Linux kernel, the following vulnerability has been resolved: media: venu... In the Linux kernel, the following vulnerability has been resolved: media: venus: hfi_parser: refactor hfi packet parsing logic words_count denotes the number of words in total payload, while data points to payload of various property within it. When words_count reaches last word, data can access memory beyond the total payload. This can lead to OOB access. With this
debian
CVE-2024-56555P4LOWCVSS 7.1fixed in linux 6.12.5-1 (forky)2024
CVE-2024-56555 [HIGH] CVE-2024-56555: linux - In the Linux kernel, the following vulnerability has been resolved: binder: fix... In the Linux kernel, the following vulnerability has been resolved: binder: fix OOB in binder_add_freeze_work() In binder_add_freeze_work() we iterate over the proc->nodes with the proc->inner_lock held. However, this lock is temporarily dropped to acquire the node->lock first (lock nesting order). This can race with binder_deferred_release() which removes the nodes f
debian
CVE-2024-53147P4HIGHCVSS 7.1fixed in linux 6.12.3-1 (forky)2024
CVE-2024-53147 [HIGH] CVE-2024-53147: linux - In the Linux kernel, the following vulnerability has been resolved: exfat: fix ... In the Linux kernel, the following vulnerability has been resolved: exfat: fix out-of-bounds access of directory entries In the case of the directory size is greater than or equal to the cluster size, if start_clu becomes an EOF cluster(an invalid cluster) due to file system corruption, then the directory entry where ei->hint_femp.eidx hint is outside the directory, r
debian
CVE-2025-21905P4HIGHCVSS 7.1fixed in linux 6.1.133-1 (bookworm)2025
CVE-2025-21905 [HIGH] CVE-2025-21905: linux - In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwi... In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: limit printed string from FW file There's no guarantee here that the file is always with a NUL-termination, so reading the string may read beyond the end of the TLV. If that's the last TLV in the file, it can perhaps even read beyond the end of the file buffer. Fix that by limiting the
debian
CVE-2024-50164P4HIGHCVSS 7.1fixed in linux 6.1.128-1 (bookworm)2024
CVE-2024-50164 [HIGH] CVE-2024-50164: linux - In the Linux kernel, the following vulnerability has been resolved: bpf: Fix ov... In the Linux kernel, the following vulnerability has been resolved: bpf: Fix overloading of MEM_UNINIT's meaning Lonial reported an issue in the BPF verifier where check_mem_size_reg() has the following code: if (!tnum_is_const(reg->var_off)) /* For unprivileged variable accesses, disable raw * mode so that the program is required to * initialize all the memory that t
debian
CVE-2025-38004P4HIGHCVSS 7.1fixed in linux 6.1.147-1 (bookworm)2025
CVE-2025-38004 [HIGH] CVE-2025-38004: linux - In the Linux kernel, the following vulnerability has been resolved: can: bcm: a... In the Linux kernel, the following vulnerability has been resolved: can: bcm: add locking for bcm_op runtime updates The CAN broadcast manager (CAN BCM) can send a sequence of CAN frames via hrtimer. The content and also the length of the sequence can be changed resp reduced at runtime where the 'currframe' counter is then set to zero. Although this appeared to be a s
debian
CVE-2024-58014P4HIGHCVSS 7.1fixed in linux 6.1.129-1 (bookworm)2024
CVE-2024-58014 [HIGH] CVE-2024-58014: linux - In the Linux kernel, the following vulnerability has been resolved: wifi: brcms... In the Linux kernel, the following vulnerability has been resolved: wifi: brcmsmac: add gain range check to wlc_phy_iqcal_gainparams_nphy() In 'wlc_phy_iqcal_gainparams_nphy()', add gain range check to WARN() instead of possible out-of-bounds 'tbl_iqcal_gainparams_nphy' access. Compile tested only. Found by Linux Verification Center (linuxtesting.org) with SVACE. Scop
debian
CVE-2014-3186P4MEDIUMCVSS 6.9fixed in linux 3.16.5-1 (bookworm)2014
CVE-2014-3186 [MEDIUM] CVE-2014-3186: linux - Buffer overflow in the picolcd_raw_event function in devices/hid/hid-picolcd_cor... Buffer overflow in the picolcd_raw_event function in devices/hid/hid-picolcd_core.c in the PicoLCD HID device driver in the Linux kernel through 3.16.3, as used in Android on Nexus 7 devices, allows physically proximate attackers to cause a denial of service (system crash) or possibly execute arbitrary code via a crafted device that sends a large report. Scope: local
debian
Debian Linux vulnerabilities | cvebase