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 179 of 632
CVE-2022-49503P4HIGHCVSS 7.1fixed in linux 5.18.5-1 (bookworm)2022
CVE-2022-49503 [HIGH] CVE-2022-49503: linux - In the Linux kernel, the following vulnerability has been resolved: ath9k_htc: ... In the Linux kernel, the following vulnerability has been resolved: ath9k_htc: fix potential out of bounds access with invalid rxstatus->rs_keyix The "rxstatus->rs_keyix" eventually gets passed to test_bit() so we need to ensure that it is within the bitmap. drivers/net/wireless/ath/ath9k/common.c:46 ath9k_cmn_rx_accept() error: passing untrusted data 'rx_stats->rs_ke
debian
CVE-2024-46747P4HIGHCVSS 7.1fixed in linux 6.1.112-1 (bookworm)2024
CVE-2024-46747 [HIGH] CVE-2024-46747: linux - In the Linux kernel, the following vulnerability has been resolved: HID: cougar... In the Linux kernel, the following vulnerability has been resolved: HID: cougar: fix slab-out-of-bounds Read in cougar_report_fixup report_fixup for the Cougar 500k Gaming Keyboard was not verifying that the report descriptor size was correct before accessing it Scope: local bookworm: resolved (fixed in 6.1.112-1) bullseye: resolved (fixed in 5.10.226-1) forky: resolv
debian
CVE-2022-49251P4HIGHCVSS 7.1fixed in linux 5.17.3-1 (bookworm)2022
CVE-2022-49251 [HIGH] CVE-2022-49251: linux - In the Linux kernel, the following vulnerability has been resolved: ASoC: codec... In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: va-macro: fix accessing array out of bounds for enum type Accessing enums using integer would result in array out of bounds access on platforms like aarch64 where sizeof(long) is 8 compared to enum size which is 4 bytes. Scope: local bookworm: resolved (fixed in 5.17.3-1) bullseye: resol
debian
CVE-2022-49252P4HIGHCVSS 7.1fixed in linux 5.17.3-1 (bookworm)2022
CVE-2022-49252 [HIGH] CVE-2022-49252: linux - In the Linux kernel, the following vulnerability has been resolved: ASoC: codec... In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: rx-macro: fix accessing array out of bounds for enum type Accessing enums using integer would result in array out of bounds access on platforms like aarch64 where sizeof(long) is 8 compared to enum size which is 4 bytes. Scope: local bookworm: resolved (fixed in 5.17.3-1) bullseye: resol
debian
CVE-2024-38381P4HIGHCVSS 7.1fixed in linux 6.1.94-1 (bookworm)2024
CVE-2024-38381 [HIGH] CVE-2024-38381: linux - In the Linux kernel, the following vulnerability has been resolved: nfc: nci: F... In the Linux kernel, the following vulnerability has been resolved: nfc: nci: Fix uninit-value in nci_rx_work syzbot reported the following uninit-value access issue [1] nci_rx_work() parses received packet from ndev->rx_q. It should be validated header size, payload size and total packet size before processing the packet. If an invalid packet is detected, it should b
debian
CVE-2024-57912P4HIGHCVSS 7.1fixed in linux 6.1.128-1 (bookworm)2024
CVE-2024-57912 [HIGH] CVE-2024-57912: linux - In the Linux kernel, the following vulnerability has been resolved: iio: pressu... In the Linux kernel, the following vulnerability has been resolved: iio: pressure: zpa2326: fix information leak in triggered buffer The 'sample' local struct is used to push data to user space from a triggered buffer, but it has a hole between the temperature and the timestamp (u32 pressure, u16 temperature, GAP, u64 timestamp). This hole is never initialized. Initia
debian
CVE-2022-1651P4HIGHCVSS 7.1fixed in linux 5.17.3-1 (bookworm)2022
CVE-2022-1651 [HIGH] CVE-2022-1651: linux - A memory leak flaw was found in the Linux kernel in acrn_dev_ioctl in the driver... A memory leak flaw was found in the Linux kernel in acrn_dev_ioctl in the drivers/virt/acrn/hsm.c function in how the ACRN Device Model emulates virtual NICs in VM. This flaw allows a local privileged attacker to leak unauthorized kernel information, causing a denial of service. Scope: local bookworm: resolved (fixed in 5.17.3-1) bullseye: resolved forky: resolved (fixe
debian
CVE-2024-50268P4HIGHCVSS 7.1fixed in linux 6.1.119-1 (bookworm)2024
CVE-2024-50268 [HIGH] CVE-2024-50268: linux - In the Linux kernel, the following vulnerability has been resolved: usb: typec:... In the Linux kernel, the following vulnerability has been resolved: usb: typec: fix potential out of bounds in ucsi_ccg_update_set_new_cam_cmd() The "*cmd" variable can be controlled by the user via debugfs. That means "new_cam" can be as high as 255 while the size of the uc->updated[] array is UCSI_MAX_ALTMODES (30). The call tree is: ucsi_cmd() // val comes from sim
debian
CVE-2024-49860P4HIGHCVSS 7.1fixed in linux 6.1.115-1 (bookworm)2024
CVE-2024-49860 [HIGH] CVE-2024-49860: linux - In the Linux kernel, the following vulnerability has been resolved: ACPI: sysfs... In the Linux kernel, the following vulnerability has been resolved: ACPI: sysfs: validate return type of _STR method Only buffer objects are valid return values of _STR. If something else is returned description_show() will access invalid memory. Scope: local bookworm: resolved (fixed in 6.1.115-1) bullseye: resolved (fixed in 5.10.234-1) forky: resolved (fixed in 6.1
debian
CVE-2019-25160P4HIGHCVSS 7.1fixed in linux 4.19.28-1 (bookworm)2019
CVE-2019-25160 [HIGH] CVE-2019-25160: linux - In the Linux kernel, the following vulnerability has been resolved: netlabel: f... In the Linux kernel, the following vulnerability has been resolved: netlabel: fix out-of-bounds memory accesses There are two array out-of-bounds memory accesses, one in cipso_v4_map_lvl_valid(), the other in netlbl_bitmap_walk(). Both errors are embarassingly simple, and the fixes are straightforward. As a FYI for anyone backporting this patch to kernels prior to v4.
debian
CVE-2024-40929P4HIGHCVSS 7.1fixed in linux 6.1.99-1 (bookworm)2024
CVE-2024-40929 [HIGH] CVE-2024-40929: 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: mvm: check n_ssids before accessing the ssids In some versions of cfg80211, the ssids poinet might be a valid one even though n_ssids is 0. Accessing the pointer in this case will cuase an out-of-bound access. Fix this by checking n_ssids first. Scope: local bookworm: resolved (fixed in
debian
CVE-2024-44983P4HIGHCVSS 7.1fixed in linux 6.1.112-1 (bookworm)2024
CVE-2024-44983 [HIGH] CVE-2024-44983: linux - In the Linux kernel, the following vulnerability has been resolved: netfilter: ... In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: validate vlan header Ensure there is sufficient room to access the protocol field of the VLAN header, validate it once before the flowtable lookup. ===================================================== BUG: KMSAN: uninit-value in nf_flow_offload_inet_hook+0x45a/0x5f0 net/netfilte
debian
CVE-2023-52588P4HIGHCVSS 7.1fixed in linux 6.1.82-1 (bookworm)2023
CVE-2023-52588 [HIGH] CVE-2023-52588: 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 tag gcing flag on page during block migration It needs to add missing gcing flag on page during block migration, in order to garantee migrated data be persisted during checkpoint, otherwise out-of-order persistency between data and node may cause data corruption after SPOR. Similar issue
debian
CVE-2024-35964P4HIGHCVSS 7.1fixed in linux 6.1.119-1 (bookworm)2024
CVE-2024-35964 [HIGH] CVE-2024-35964: linux - In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ... In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: Fix not validating setsockopt user input Check user input length before copying data. Scope: local bookworm: resolved (fixed in 6.1.119-1) bullseye: resolved forky: resolved (fixed in 6.8.9-1) sid: resolved (fixed in 6.8.9-1) trixie: resolved (fixed in 6.8.9-1)
debian
CVE-2023-52766P4HIGHCVSS 7.1fixed in linux 6.1.64-1 (bookworm)2023
CVE-2023-52766 [HIGH] CVE-2023-52766: linux - In the Linux kernel, the following vulnerability has been resolved: i3c: mipi-i... In the Linux kernel, the following vulnerability has been resolved: i3c: mipi-i3c-hci: Fix out of bounds access in hci_dma_irq_handler Do not loop over ring headers in hci_dma_irq_handler() that are not allocated and enabled in hci_dma_init(). Otherwise out of bounds access will occur from rings->headers[i] access when i >= number of allocated ring headers. Scope: loc
debian
CVE-2021-47291P4HIGHCVSS 7.1fixed in linux 5.14.6-1 (bookworm)2021
CVE-2021-47291 [HIGH] CVE-2021-47291: linux - In the Linux kernel, the following vulnerability has been resolved: ipv6: fix a... In the Linux kernel, the following vulnerability has been resolved: ipv6: fix another slab-out-of-bounds in fib6_nh_flush_exceptions While running the self-tests on a KASAN enabled kernel, I observed a slab-out-of-bounds splat very similar to the one reported in commit 821bbf79fe46 ("ipv6: Fix KASAN: slab-out-of-bounds Read in fib6_nh_flush_exceptions"). We additional
debian
CVE-2024-38542P4LOWCVSS 7.1fixed in linux 6.8.12-1 (forky)2024
CVE-2024-38542 [HIGH] CVE-2024-38542: linux - In the Linux kernel, the following vulnerability has been resolved: RDMA/mana_i... In the Linux kernel, the following vulnerability has been resolved: RDMA/mana_ib: boundary check before installing cq callbacks Add a boundary check inside mana_ib_install_cq_cb to prevent index overflow. Scope: local bookworm: resolved bullseye: resolved forky: resolved (fixed in 6.8.12-1) sid: resolved (fixed in 6.8.12-1) trixie: resolved (fixed in 6.8.12-1)
debian
CVE-2024-47686P4HIGHCVSS 7.1fixed in linux 6.1.115-1 (bookworm)2024
CVE-2024-47686 [HIGH] CVE-2024-47686: linux - In the Linux kernel, the following vulnerability has been resolved: ep93xx: clo... In the Linux kernel, the following vulnerability has been resolved: ep93xx: clock: Fix off by one in ep93xx_div_recalc_rate() The psc->div[] array has psc->num_div elements. These values come from when we call clk_hw_register_div(). It's adc_divisors and ARRAY_SIZE(adc_divisors)) and so on. So this condition needs to be >= instead of > to prevent an out of bounds read
debian
CVE-2023-52794P4LOWCVSS 7.1fixed in linux 6.6.8-1 (forky)2023
CVE-2023-52794 [HIGH] CVE-2023-52794: linux - In the Linux kernel, the following vulnerability has been resolved: thermal: in... In the Linux kernel, the following vulnerability has been resolved: thermal: intel: powerclamp: fix mismatch in get function for max_idle KASAN reported this [ 444.853098] BUG: KASAN: global-out-of-bounds in param_get_int+0x77/0x90 [ 444.853111] Read of size 4 at addr ffffffffc16c9220 by task cat/2105 ... [ 444.853442] The buggy address belongs to the variable: [ 444.
debian
CVE-2025-39943P4HIGHCVSS 7.1fixed in linux 6.1.158-1 (bookworm)2025
CVE-2025-39943 [HIGH] CVE-2025-39943: linux - In the Linux kernel, the following vulnerability has been resolved: ksmbd: smbd... In the Linux kernel, the following vulnerability has been resolved: ksmbd: smbdirect: validate data_offset and data_length field of smb_direct_data_transfer If data_offset and data_length of smb_direct_data_transfer struct are invalid, out of bounds issue could happen. This patch validate data_offset and data_length field in recv_done. Scope: local bookworm: resolved
debian
Debian Linux vulnerabilities | cvebase