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 199 of 632
CVE-2024-53082P4HIGHCVSS 7.1fixed in linux 6.1.119-1 (bookworm)2024
CVE-2024-53082 [HIGH] CVE-2024-53082: linux - In the Linux kernel, the following vulnerability has been resolved: virtio_net:... In the Linux kernel, the following vulnerability has been resolved: virtio_net: Add hash_key_length check Add hash_key_length check in virtnet_probe() to avoid possible out of bound errors when setting/reading the hash key. Scope: local bookworm: resolved (fixed in 6.1.119-1) bullseye: resolved forky: resolved (fixed in 6.11.9-1) sid: resolved (fixed in 6.11.9-1) trix
debian
CVE-2021-47004P4HIGHCVSS 7.1fixed in linux 5.10.38-1 (bookworm)2021
CVE-2021-47004 [HIGH] CVE-2021-47004: 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 touching checkpointed data in get_victim() In CP disabling mode, there are two issues when using LFS or SSR | AT_SSR mode to select victim: 1. LFS is set to find source section during GC, the victim should have no checkpointed data, since after GC, section could not be set free for
debian
CVE-2022-48738P4HIGHCVSS 7.1fixed in linux 5.16.10-1 (bookworm)2022
CVE-2022-48738 [HIGH] CVE-2022-48738: linux - In the Linux kernel, the following vulnerability has been resolved: ASoC: ops: ... In the Linux kernel, the following vulnerability has been resolved: ASoC: ops: Reject out of bounds values in snd_soc_put_volsw() We don't currently validate that the values being set are within the range we advertised to userspace as being valid, do so and reject any values that are out of range. Scope: local bookworm: resolved (fixed in 5.16.10-1) bullseye: resolved
debian
CVE-2024-38585P4HIGHCVSS 7.1fixed in linux 6.1.94-1 (bookworm)2024
CVE-2024-38585 [HIGH] CVE-2024-38585: linux - In the Linux kernel, the following vulnerability has been resolved: tools/nolib... In the Linux kernel, the following vulnerability has been resolved: tools/nolibc/stdlib: fix memory error in realloc() Pass user_p_len to memcpy() instead of heap->len to prevent realloc() from copying an extra sizeof(heap) bytes from beyond the allocated region. Scope: local bookworm: resolved (fixed in 6.1.94-1) bullseye: resolved forky: resolved (fixed in 6.8.12-1)
debian
CVE-2022-48739P4HIGHCVSS 7.1fixed in linux 5.16.10-1 (bookworm)2022
CVE-2022-48739 [HIGH] CVE-2022-48739: linux - In the Linux kernel, the following vulnerability has been resolved: ASoC: hdmi-... In the Linux kernel, the following vulnerability has been resolved: ASoC: hdmi-codec: Fix OOB memory accesses Correct size of iec_status array by changing it to the size of status array of the struct snd_aes_iec958. This fixes out-of-bounds slab read accesses made by memcpy() of the hdmi-codec driver. This problem is reported by KASAN. Scope: local bookworm: resolved
debian
CVE-2024-56721P4LOWCVSS 7.1fixed in linux 6.12.3-1 (forky)2024
CVE-2024-56721 [HIGH] CVE-2024-56721: linux - In the Linux kernel, the following vulnerability has been resolved: x86/CPU/AMD... In the Linux kernel, the following vulnerability has been resolved: x86/CPU/AMD: Terminate the erratum_1386_microcode array The erratum_1386_microcode array requires an empty entry at the end. Otherwise x86_match_cpu_with_stepping() will continue iterate the array after it ended. Add an empty entry to erratum_1386_microcode to its end. Scope: local bookworm: resolved
debian
CVE-2024-57928P4LOWCVSS 7.1fixed in linux 6.12.10-1 (forky)2024
CVE-2024-57928 [HIGH] CVE-2024-57928: linux - In the Linux kernel, the following vulnerability has been resolved: netfs: Fix ... In the Linux kernel, the following vulnerability has been resolved: netfs: Fix enomem handling in buffered reads If netfs_read_to_pagecache() gets an error from either ->prepare_read() or from netfs_prepare_read_iterator(), it needs to decrement ->nr_outstanding, cancel the subrequest and break out of the issuing loop. Currently, it only does this for two of the cases
debian
CVE-2024-46865P4HIGHCVSS 7.1fixed in linux 6.1.112-1 (bookworm)2024
CVE-2024-46865 [HIGH] CVE-2024-46865: linux - In the Linux kernel, the following vulnerability has been resolved: fou: fix in... In the Linux kernel, the following vulnerability has been resolved: fou: fix initialization of grc The grc must be initialize first. There can be a condition where if fou is NULL, goto out will be executed and grc would be used uninitialized. Scope: local bookworm: resolved (fixed in 6.1.112-1) bullseye: resolved (fixed in 5.10.234-1) forky: resolved (fixed in 6.10.11
debian
CVE-2024-53062P4LOWCVSS 7.1fixed in linux 6.11.9-1 (forky)2024
CVE-2024-53062 [HIGH] CVE-2024-53062: linux - In the Linux kernel, the following vulnerability has been resolved: media: mgb4... In the Linux kernel, the following vulnerability has been resolved: media: mgb4: protect driver against spectre Frequency range is set from sysfs via frequency_range_store(), being vulnerable to spectre, as reported by smatch: drivers/media/pci/mgb4/mgb4_cmt.c:231 mgb4_cmt_set_vin_freq_range() warn: potential spectre issue 'cmt_vals_in' [r] drivers/media/pci/mgb4/mgb4
debian
CVE-2025-21741P4LOWCVSS 7.1fixed in linux 6.12.15-1 (forky)2025
CVE-2025-21741 [HIGH] CVE-2025-21741: 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 DPE OoB read Fix an out-of-bounds DPE read, limit the number of processed DPEs to the amount that fits into the fixed-size NDP16 header. Scope: local bookworm: resolved bullseye: resolved forky: resolved (fixed in 6.12.15-1) sid: resolved (fixed in 6.12.15-1) trixie: resolved (fixe
debian
CVE-2024-35939P4HIGHCVSS 7.1fixed in linux 6.1.90-1 (bookworm)2024
CVE-2024-35939 [HIGH] CVE-2024-35939: linux - In the Linux kernel, the following vulnerability has been resolved: dma-direct:... In the Linux kernel, the following vulnerability has been resolved: dma-direct: Leak pages on dma_set_decrypted() failure On TDX it is possible for the untrusted host to cause set_memory_encrypted() or set_memory_decrypted() to fail such that an error is returned and the resulting memory is shared. Callers need to take care to handle these errors to avoid returning de
debian
CVE-2024-50193P4HIGHCVSS 7.1fixed in linux 6.1.115-1 (bookworm)2024
CVE-2024-50193 [HIGH] CVE-2024-50193: linux - In the Linux kernel, the following vulnerability has been resolved: x86/entry_3... In the Linux kernel, the following vulnerability has been resolved: x86/entry_32: Clear CPU buffers after register restore in NMI return CPU buffers are currently cleared after call to exc_nmi, but before register state is restored. This may be okay for MDS mitigation but not for RDFS. Because RDFS mitigation requires CPU buffers to be cleared when registers don't hav
debian
CVE-2022-50169P4HIGHCVSS 7.1fixed in linux 6.0.2-1 (bookworm)2022
CVE-2022-50169 [HIGH] CVE-2022-50169: linux - In the Linux kernel, the following vulnerability has been resolved: wifi: wil62... In the Linux kernel, the following vulnerability has been resolved: wifi: wil6210: debugfs: fix info leak in wil_write_file_wmi() The simple_write_to_buffer() function will succeed if even a single byte is initialized. However, we need to initialize the whole buffer to prevent information leaks. Just use memdup_user(). Scope: local bookworm: resolved (fixed in 6.0.2-1
debian
CVE-2021-47371P4HIGHCVSS 7.1fixed in linux 5.14.9-1 (bookworm)2021
CVE-2021-47371 [HIGH] CVE-2021-47371: linux - In the Linux kernel, the following vulnerability has been resolved: nexthop: Fi... In the Linux kernel, the following vulnerability has been resolved: nexthop: Fix memory leaks in nexthop notification chain listeners syzkaller discovered memory leaks [1] that can be reduced to the following commands: # ip nexthop add id 1 blackhole # devlink dev reload pci/0000:06:00.0 As part of the reload flow, mlxsw will unregister its netdevs and then unregister
debian
CVE-2022-49792P4HIGHCVSS 7.1fixed in linux 6.0.10-1 (bookworm)2022
CVE-2022-49792 [HIGH] CVE-2022-49792: linux - In the Linux kernel, the following vulnerability has been resolved: iio: adc: m... In the Linux kernel, the following vulnerability has been resolved: iio: adc: mp2629: fix potential array out of bound access Add sentinel at end of maps to avoid potential array out of bound access in iio core. Scope: local bookworm: resolved (fixed in 6.0.10-1) bullseye: resolved (fixed in 5.10.158-1) forky: resolved (fixed in 6.0.10-1) sid: resolved (fixed in 6.0.1
debian
CVE-2025-22112P4LOWCVSS 7.1fixed in linux 6.12.35-1 (forky)2025
CVE-2025-22112 [HIGH] CVE-2025-22112: linux - In the Linux kernel, the following vulnerability has been resolved: eth: bnxt: ... In the Linux kernel, the following vulnerability has been resolved: eth: bnxt: fix out-of-range access of vnic_info array The bnxt_queue_{start | stop}() access vnic_info as much as allocated, which indicates bp->nr_vnics. So, it should not reach bp->vnic_info[bp->nr_vnics]. Scope: local bookworm: resolved bullseye: resolved forky: resolved (fixed in 6.12.35-1) sid: r
debian
CVE-2025-21985P4HIGHCVSS 7.1fixed in linux 6.12.20-1 (forky)2025
CVE-2025-21985 [HIGH] CVE-2025-21985: linux - In the Linux kernel, the following vulnerability has been resolved: drm/amd/dis... In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix out-of-bound accesses [WHAT & HOW] hpo_stream_to_link_encoder_mapping has size MAX_HPO_DP2_ENCODERS(=4), but location can have size up to 6. As a result, it is necessary to check location against MAX_HPO_DP2_ENCODERS. Similiarly, disp_cfg_stream_location can be used as an array in
debian
CVE-2024-45023P4LOWCVSS 7.1fixed in linux 6.10.7-1 (forky)2024
CVE-2024-45023 [HIGH] CVE-2024-45023: linux - In the Linux kernel, the following vulnerability has been resolved: md/raid1: F... In the Linux kernel, the following vulnerability has been resolved: md/raid1: Fix data corruption for degraded array with slow disk read_balance() will avoid reading from slow disks as much as possible, however, if valid data only lands in slow disks, and a new normal disk is still in recovery, unrecovered data can be read: raid1_read_request read_balance raid1_should
debian
CVE-2023-53136P4HIGHCVSS 7.1fixed in linux 6.1.20-1 (bookworm)2023
CVE-2023-53136 [HIGH] CVE-2023-53136: linux - In the Linux kernel, the following vulnerability has been resolved: af_unix: fi... In the Linux kernel, the following vulnerability has been resolved: af_unix: fix struct pid leaks in OOB support syzbot reported struct pid leak [1]. Issue is that queue_oob() calls maybe_add_creds() which potentially holds a reference on a pid. But skb->destructor is not set (either directly or by calling unix_scm_to_skb()) This means that subsequent kfree_skb() or c
debian
CVE-2025-38204P4HIGHCVSS 7.1fixed in linux 5.10.244-1 (bullseye)2025
CVE-2025-38204 [HIGH] CVE-2025-38204: linux - In the Linux kernel, the following vulnerability has been resolved: jfs: fix ar... In the Linux kernel, the following vulnerability has been resolved: jfs: fix array-index-out-of-bounds read in add_missing_indices stbl is s8 but it must contain offsets into slot which can go from 0 to 127. Added a bound check for that error and return -EIO if the check fails. Also make jfs_readdir return with error if add_missing_indices returns with an error. Scope
debian
Debian Linux vulnerabilities | cvebase