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 163 of 632
CVE-2025-39891P4HIGHCVSS 7.1fixed in linux 6.1.153-1 (bookworm)2025
CVE-2025-39891 [HIGH] CVE-2025-39891: linux - In the Linux kernel, the following vulnerability has been resolved: wifi: mwifi... In the Linux kernel, the following vulnerability has been resolved: wifi: mwifiex: Initialize the chan_stats array to zero The adapter->chan_stats[] array is initialized in mwifiex_init_channel_scan_gap() with vmalloc(), which doesn't zero out memory. The array is filled in mwifiex_update_chan_statistics() and then the user can query the data in mwifiex_cfg80211_dump_
debian
CVE-2023-53213P4HIGHCVSS 7.1fixed in linux 6.1.27-1 (bookworm)2023
CVE-2023-53213 [HIGH] CVE-2023-53213: linux - In the Linux kernel, the following vulnerability has been resolved: wifi: brcmf... In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: slab-out-of-bounds read in brcmf_get_assoc_ies() Fix a slab-out-of-bounds read that occurs in kmemdup() called from brcmf_get_assoc_ies(). The bug could occur when assoc_info->req_len, data from a URB provided by a USB device, is bigger than the size of buffer which is defined as WL_EX
debian
CVE-2023-53265P4HIGHCVSS 7.1fixed in linux 6.1.20-1 (bookworm)2023
CVE-2023-53265 [HIGH] CVE-2023-53265: linux - In the Linux kernel, the following vulnerability has been resolved: ubi: ensure... In the Linux kernel, the following vulnerability has been resolved: ubi: ensure that VID header offset + VID header size __dump_stack lib/dump_stack.c:88 [inline] dump_stack_lvl+0x85/0xad lib/dump_stack.c:106 print_address_description mm/kasan/report.c:317 [inline] print_report.cold.13+0xb6/0x6bb mm/kasan/report.c:433 kasan_report+0xa7/0x11b mm/kasan/report.c:495 crc3
debian
CVE-2023-53238P4HIGHCVSS 7.1fixed in linux 6.1.52-1 (bookworm)2023
CVE-2023-53238 [HIGH] CVE-2023-53238: linux - In the Linux kernel, the following vulnerability has been resolved: phy: hisili... In the Linux kernel, the following vulnerability has been resolved: phy: hisilicon: Fix an out of bounds check in hisi_inno_phy_probe() The size of array 'priv->ports[]' is INNO_PHY_PORT_NUM. In the for loop, 'i' is used as the index for array 'priv->ports[]' with a check (i > INNO_PHY_PORT_NUM) which indicates that INNO_PHY_PORT_NUM is allowed value for 'i' in the sa
debian
CVE-2023-53486P4HIGHCVSS 7.1fixed in linux 6.1.82-1 (bookworm)2023
CVE-2023-53486 [HIGH] CVE-2023-53486: linux - In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: E... In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Enhance the attribute size check This combines the overflow and boundary check so that all attribute size will be properly examined while enumerating them. [ 169.181521] BUG: KASAN: slab-out-of-bounds in run_unpack+0x2e3/0x570 [ 169.183161] Read of size 1 at addr ffff8880094b6240 by task mou
debian
CVE-2023-53232P4HIGHCVSS 7.1fixed in linux 6.1.37-1 (bookworm)2023
CVE-2023-53232 [HIGH] CVE-2023-53232: linux - In the Linux kernel, the following vulnerability has been resolved: mt76: mt792... In the Linux kernel, the following vulnerability has been resolved: mt76: mt7921: fix kernel panic by accessing unallocated eeprom.data The MT7921 driver no longer uses eeprom.data, but the relevant code has not been removed completely since commit 16d98b548365 ("mt76: mt7921: rely on mcu_get_nic_capability"). This could result in potential invalid memory access. To f
debian
CVE-2023-53659P4HIGHCVSS 7.1fixed in linux 6.1.52-1 (bookworm)2023
CVE-2023-53659 [HIGH] CVE-2023-53659: linux - In the Linux kernel, the following vulnerability has been resolved: iavf: Fix o... In the Linux kernel, the following vulnerability has been resolved: iavf: Fix out-of-bounds when setting channels on remove If we set channels greater during iavf_remove(), and waiting reset done would be timeout, then returned with error but changed num_active_queues directly, that will lead to OOB like the following logs. Because the num_active_queues is greater tha
debian
CVE-2022-50442P4HIGHCVSS 7.1fixed in linux 6.1.4-1 (bookworm)2022
CVE-2022-50442 [HIGH] CVE-2022-50442: linux - In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: V... In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Validate buffer length while parsing index indx_read is called when we have some NTFS directory operations that need more information from the index buffers. This adds a sanity check to make sure the returned index buffer length is legit, or we may have some out-of-bound memory accesses. [ 5
debian
CVE-2022-50279P4HIGHCVSS 7.1fixed in linux 6.1.20-1 (bookworm)2022
CVE-2022-50279 [HIGH] CVE-2022-50279: linux - In the Linux kernel, the following vulnerability has been resolved: wifi: rtlwi... In the Linux kernel, the following vulnerability has been resolved: wifi: rtlwifi: Fix global-out-of-bounds bug in _rtl8812ae_phy_set_txpower_limit() There is a global-out-of-bounds reported by KASAN: BUG: KASAN: global-out-of-bounds in _rtl8812ae_eq_n_byte.part.0+0x3d/0x84 [rtl8821ae] Read of size 1 at addr ffffffffa0773c43 by task NetworkManager/411 CPU: 6 PID: 411
debian
CVE-2022-50255P4HIGHCVSS 7.1fixed in linux 6.0.3-1 (bookworm)2022
CVE-2022-50255 [HIGH] CVE-2022-50255: linux - In the Linux kernel, the following vulnerability has been resolved: tracing: Fi... In the Linux kernel, the following vulnerability has been resolved: tracing: Fix reading strings from synthetic events The follow commands caused a crash: # cd /sys/kernel/tracing # echo 's:open char file[]' > dynamic_events # echo 'hist:keys=common_pid:file=filename:onchange($file).trace(open,$file)' > events/syscalls/sys_enter_openat/trigger' # echo 1 > events/synth
debian
CVE-2022-50239P4HIGHCVSS 7.1fixed in linux 6.0.6-1 (bookworm)2022
CVE-2022-50239 [HIGH] CVE-2022-50239: linux - In the Linux kernel, the following vulnerability has been resolved: cpufreq: qc... In the Linux kernel, the following vulnerability has been resolved: cpufreq: qcom: fix writes in read-only memory region This commit fixes a kernel oops because of a write in some read-only memory: [ 9.068287] Unable to handle kernel write to read-only memory at virtual address ffff800009240ad8 ..snip.. [ 9.138790] Internal error: Oops: 9600004f [#1] PREEMPT SMP ..sni
debian
CVE-2023-53376P4HIGHCVSS 7.1fixed in linux 6.1.20-1 (bookworm)2023
CVE-2023-53376 [HIGH] CVE-2023-53376: linux - In the Linux kernel, the following vulnerability has been resolved: scsi: mpi3m... In the Linux kernel, the following vulnerability has been resolved: scsi: mpi3mr: Use number of bits to manage bitmap sizes To allocate bitmaps, the mpi3mr driver calculates sizes of bitmaps using byte as unit. However, bitmap helper functions assume that bitmaps are allocated using unsigned long as unit. This gap causes memory access beyond the bitmap sizes and resul
debian
CVE-2022-50306P4HIGHCVSS 7.1fixed in linux 6.0.6-1 (bookworm)2022
CVE-2022-50306 [HIGH] CVE-2022-50306: linux - In the Linux kernel, the following vulnerability has been resolved: ext4: fix p... In the Linux kernel, the following vulnerability has been resolved: ext4: fix potential out of bound read in ext4_fc_replay_scan() For scan loop must ensure that at least EXT4_FC_TAG_BASE_LEN space. If remain space less than EXT4_FC_TAG_BASE_LEN which will lead to out of bound read when mounting corrupt file system image. ADD_RANGE/HEAD/TAIL is needed to add extra che
debian
CVE-2020-11884P4HIGHCVSS 7.0fixed in linux 5.6.7-1 (bookworm)2020
CVE-2020-11884 [HIGH] CVE-2020-11884: linux - In the Linux kernel 4.19 through 5.6.7 on the s390 platform, code execution may ... In the Linux kernel 4.19 through 5.6.7 on the s390 platform, code execution may occur because of a race condition, as demonstrated by code in enable_sacf_uaccess in arch/s390/lib/uaccess.c that fails to protect against a concurrent page table upgrade, aka CID-3f777e19d171. A crash could also occur. Scope: local bookworm: resolved (fixed in 5.6.7-1) bullseye: resolved
debian
CVE-2025-39883P4HIGHCVSS 7.1fixed in linux 6.1.153-1 (bookworm)2025
CVE-2025-39883 [HIGH] CVE-2025-39883: linux - In the Linux kernel, the following vulnerability has been resolved: mm/memory-f... In the Linux kernel, the following vulnerability has been resolved: mm/memory-failure: fix VM_BUG_ON_PAGE(PagePoisoned(page)) when unpoison memory When I did memory failure tests, below panic occurs: page dumped because: VM_BUG_ON_PAGE(PagePoisoned(page)) kernel BUG at include/linux/page-flags.h:616! Oops: invalid opcode: 0000 [#1] PREEMPT SMP NOPTI CPU: 3 PID: 720 Co
debian
CVE-2025-39840P4LOWCVSS 7.1fixed in linux 6.16.6-1 (forky)2025
CVE-2025-39840 [HIGH] CVE-2025-39840: linux - In the Linux kernel, the following vulnerability has been resolved: audit: fix ... In the Linux kernel, the following vulnerability has been resolved: audit: fix out-of-bounds read in audit_compare_dname_path() When a watch on dir=/ is combined with an fsnotify event for a single-character name directly under / (e.g., creating /a), an out-of-bounds read can occur in audit_compare_dname_path(). The helper parent_len() returns 1 for "/". In audit_comp
debian
CVE-2023-53392P4HIGHCVSS 7.1fixed in linux 6.1.25-1 (bookworm)2023
CVE-2023-53392 [HIGH] CVE-2023-53392: linux - In the Linux kernel, the following vulnerability has been resolved: HID: intel-... In the Linux kernel, the following vulnerability has been resolved: HID: intel-ish-hid: Fix kernel panic during warm reset During warm reset device->fw_client is set to NULL. If a bus driver is registered after this NULL setting and before new firmware clients are enumerated by ISHTP, kernel panic will result in the function ishtp_cl_bus_match(). This is because of re
debian
CVE-2019-12817P4HIGHCVSS 7.0fixed in linux 5.2.6-1 (bookworm)2019
CVE-2019-12817 [HIGH] CVE-2019-12817: linux - arch/powerpc/mm/mmu_context_book3s64.c in the Linux kernel before 5.1.15 for pow... arch/powerpc/mm/mmu_context_book3s64.c in the Linux kernel before 5.1.15 for powerpc has a bug where unrelated processes may be able to read/write to one another's virtual memory under certain conditions via an mmap above 512 TB. Only a subset of powerpc systems are affected. Scope: local bookworm: resolved (fixed in 5.2.6-1) bullseye: resolved (fixed in 5.2.6-1) fork
debian
CVE-2025-39786P4LOWCVSS 7.1fixed in linux 6.16.5-1 (forky)2025
CVE-2025-39786 [HIGH] CVE-2025-39786: linux - In the Linux kernel, the following vulnerability has been resolved: iio: adc: a... In the Linux kernel, the following vulnerability has been resolved: iio: adc: ad7173: fix channels index for syscalib_mode Fix the index used to look up the channel when accessing the syscalib_mode attribute. The address field is a 0-based index (same as scan_index) that it used to access the channel in the ad7173_channels array throughout the driver. The channels fie
debian
CVE-2018-5814P4HIGHCVSS 7.0fixed in linux 4.16.12-1 (bookworm)2018
CVE-2018-5814 [HIGH] CVE-2018-5814: linux - In the Linux Kernel before version 4.16.11, 4.14.43, 4.9.102, and 4.4.133, multi... In the Linux Kernel before version 4.16.11, 4.14.43, 4.9.102, and 4.4.133, multiple race condition errors when handling probe, disconnect, and rebind operations can be exploited to trigger a use-after-free condition or a NULL pointer dereference by sending multiple USB over IP packets. Scope: local bookworm: resolved (fixed in 4.16.12-1) bullseye: resolved (fixed in 4.1
debian
Debian Linux vulnerabilities | cvebase