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 158 of 632
CVE-2025-39998P4UNKNOWNfixed in linux 6.1.158-1 (bookworm)2025
CVE-2025-39998 CVE-2025-39998: 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: target_core_configfs: Add length check to avoid buffer overflow A buffer overflow arises from the usage of snprintf to write into the buffer "buf" in target_lu_gp_members_show function located in /drivers/target/target_core_configfs.c. This buffer is allocated with size LU_GROUP_NAME_BUF (256 b
debian
CVE-2025-39968P4UNKNOWNfixed in linux 6.1.158-1 (bookworm)2025
CVE-2025-39968 CVE-2025-39968: linux - In the Linux kernel, the following vulnerability has been resolved: i40e: add m... In the Linux kernel, the following vulnerability has been resolved: i40e: add max boundary check for VF filters There is no check for max filters that VF can request. Add it. Scope: local bookworm: resolved (fixed in 6.1.158-1) bullseye: resolved (fixed in 5.10.247-1) forky: resolved (fixed in 6.16.10-1) sid: resolved (fixed in 6.16.10-1) trixie: resolved (fixed in 6.12.57-1
debian
CVE-2025-38139P4LOWCVSS 7.1fixed in linux 6.12.37-1 (forky)2025
CVE-2025-38139 [HIGH] CVE-2025-38139: 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 oops in write-retry from mis-resetting the subreq iterator Fix the resetting of the subrequest iterator in netfs_retry_write_stream() to use the iterator-reset function as the iterator may have been shortened by a previous retry. In such a case, the amount of data to be written by the subre
debian
CVE-2017-11472P4LOWCVSS 7.1fixed in linux 4.12.6-1 (bookworm)2017
CVE-2017-11472 [HIGH] CVE-2017-11472: linux - The acpi_ns_terminate() function in drivers/acpi/acpica/nsutils.c in the Linux k... The acpi_ns_terminate() function in drivers/acpi/acpica/nsutils.c in the Linux kernel before 4.12 does not flush the operand cache and causes a kernel stack dump, which allows local users to obtain sensitive information from kernel memory and bypass the KASLR protection mechanism (in the kernel through 4.9) via a crafted ACPI table. Scope: local bookworm: resolved (fi
debian
CVE-2023-3865P4HIGHCVSS 7.1fixed in linux 6.1.37-1 (bookworm)2023
CVE-2023-3865 [HIGH] CVE-2023-3865: linux - In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix ... In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix out-of-bound read in smb2_write ksmbd_smb2_check_message doesn't validate hdr->NextCommand. If ->NextCommand is bigger than Offset + Length of smb2 write, It will allow oversized smb2 write length. It will cause OOB read in smb2_write. Scope: local bookworm: resolved (fixed in 6.1.37-1) bulls
debian
CVE-2021-47102P4HIGHCVSS 7.1fixed in linux 5.15.15-1 (bookworm)2021
CVE-2021-47102 [HIGH] CVE-2021-47102: linux - In the Linux kernel, the following vulnerability has been resolved: net: marvel... In the Linux kernel, the following vulnerability has been resolved: net: marvell: prestera: fix incorrect structure access In line: upper = info->upper_dev; We access upper_dev field, which is related only for particular events (e.g. event == NETDEV_CHANGEUPPER). So, this line cause invalid memory access for another events, when ptr is not netdev_notifier_changeupper_
debian
CVE-2019-3460P4MEDIUMCVSS 6.5fixed in linux 4.19.37-1 (bookworm)2019
CVE-2019-3460 [MEDIUM] CVE-2019-3460: linux - A heap data infoleak in multiple locations including L2CAP_PARSE_CONF_RSP was fo... A heap data infoleak in multiple locations including L2CAP_PARSE_CONF_RSP was found in the Linux kernel before 5.1-rc1. Scope: local bookworm: resolved (fixed in 4.19.37-1) bullseye: resolved (fixed in 4.19.37-1) forky: resolved (fixed in 4.19.37-1) sid: resolved (fixed in 4.19.37-1) trixie: resolved (fixed in 4.19.37-1)
debian
CVE-2013-1860P4MEDIUMCVSS 6.9fixed in linux 3.2.41-1 (bookworm)2013
CVE-2013-1860 [MEDIUM] CVE-2013-1860: linux - Heap-based buffer overflow in the wdm_in_callback function in drivers/usb/class/... Heap-based buffer overflow in the wdm_in_callback function in drivers/usb/class/cdc-wdm.c in the Linux kernel before 3.8.4 allows physically proximate attackers to cause a denial of service (system crash) or possibly execute arbitrary code via a crafted cdc-wdm USB device. Scope: local bookworm: resolved (fixed in 3.2.41-1) bullseye: resolved (fixed in 3.2.41-1) forky
debian
CVE-2024-40978P4HIGHCVSS 7.1fixed in linux 6.1.99-1 (bookworm)2024
CVE-2024-40978 [HIGH] CVE-2024-40978: linux - In the Linux kernel, the following vulnerability has been resolved: scsi: qedi:... In the Linux kernel, the following vulnerability has been resolved: scsi: qedi: Fix crash while reading debugfs attribute The qedi_dbg_do_not_recover_cmd_read() function invokes sprintf() directly on a __user pointer, which results into the crash. To fix this issue, use a small local stack buffer for sprintf() and then call simple_read_from_buffer(), which in turns ma
debian
CVE-2024-36883P4HIGHCVSS 7.1fixed in linux 6.1.94-1 (bookworm)2024
CVE-2024-36883 [HIGH] CVE-2024-36883: linux - In the Linux kernel, the following vulnerability has been resolved: net: fix ou... In the Linux kernel, the following vulnerability has been resolved: net: fix out-of-bounds access in ops_init net_alloc_generic is called by net_alloc, which is called without any locking. It reads max_gen_ptrs, which is changed under pernet_ops_rwsem. It is read twice, first to allocate an array, then to set s.len, which is later used to limit the bounds of the array
debian
CVE-2022-47520P4HIGHCVSS 7.1fixed in linux 6.0.12-1 (bookworm)2022
CVE-2022-47520 [HIGH] CVE-2022-47520: linux - An issue was discovered in the Linux kernel before 6.0.11. Missing offset valida... An issue was discovered in the Linux kernel before 6.0.11. Missing offset validation in drivers/net/wireless/microchip/wilc1000/hif.c in the WILC1000 wireless driver can trigger an out-of-bounds read when parsing a Robust Security Network (RSN) information element from a Netlink packet. Scope: local bookworm: resolved (fixed in 6.0.12-1) bullseye: resolved (fixed in 5
debian
CVE-2024-39499P4HIGHCVSS 7.1fixed in linux 6.1.99-1 (bookworm)2024
CVE-2024-39499 [HIGH] CVE-2024-39499: linux - In the Linux kernel, the following vulnerability has been resolved: vmci: preve... In the Linux kernel, the following vulnerability has been resolved: vmci: prevent speculation leaks by sanitizing event in event_deliver() Coverity spotted that event_msg is controlled by user-space, event_msg->event_data.event is passed to event_deliver() and used as an index without sanitization. This change ensures that the event index is sanitized to mitigate any
debian
CVE-2022-49509P4HIGHCVSS 7.1fixed in linux 5.18.5-1 (bookworm)2022
CVE-2022-49509 [HIGH] CVE-2022-49509: linux - In the Linux kernel, the following vulnerability has been resolved: media: i2c:... In the Linux kernel, the following vulnerability has been resolved: media: i2c: max9286: fix kernel oops when removing module When removing the max9286 module we get a kernel oops: Unable to handle kernel paging request at virtual address 000000aa00000094 Mem abort info: ESR = 0x96000004 EC = 0x25: DABT (current EL), IL = 32 bits SET = 0, FnV = 0 EA = 0, S1PTW = 0 FSC
debian
CVE-2024-36960P4HIGHCVSS 7.1fixed in linux 6.1.94-1 (bookworm)2024
CVE-2024-36960 [HIGH] CVE-2024-36960: linux - In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx:... In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Fix invalid reads in fence signaled events Correctly set the length of the drm_event to the size of the structure that's actually used. The length of the drm_event was set to the parent structure instead of to the drm_vmw_event_fence which is supposed to be read. drm_read uses the length p
debian
CVE-2022-1973P4LOWCVSS 7.1fixed in linux 5.18.5-1 (bookworm)2022
CVE-2022-1973 [HIGH] CVE-2022-1973: linux - A use-after-free flaw was found in the Linux kernel in log_replay in fs/ntfs3/fs... A use-after-free flaw was found in the Linux kernel in log_replay in fs/ntfs3/fslog.c in the NTFS journal. This flaw allows a local attacker to crash the system and leads to a kernel information leak problem. Scope: local bookworm: resolved (fixed in 5.18.5-1) bullseye: resolved forky: resolved (fixed in 5.18.5-1) sid: resolved (fixed in 5.18.5-1) trixie: resolved (fixe
debian
CVE-2024-26982P4HIGHCVSS 7.1fixed in linux 6.1.133-1 (bookworm)2024
CVE-2024-26982 [HIGH] CVE-2024-26982: linux - In the Linux kernel, the following vulnerability has been resolved: Squashfs: c... In the Linux kernel, the following vulnerability has been resolved: Squashfs: check the inode number is not the invalid value of zero Syskiller has produced an out of bounds access in fill_meta_index(). That out of bounds access is ultimately caused because the inode has an inode number with the invalid value of zero, which was not checked. The reason this causes the
debian
CVE-2024-49900P4HIGHCVSS 7.1fixed in linux 6.1.115-1 (bookworm)2024
CVE-2024-49900 [HIGH] CVE-2024-49900: linux - In the Linux kernel, the following vulnerability has been resolved: jfs: Fix un... In the Linux kernel, the following vulnerability has been resolved: jfs: Fix uninit-value access of new_ea in ea_buffer syzbot reports that lzo1x_1_do_compress is using uninit-value: ===================================================== BUG: KMSAN: uninit-value in lzo1x_1_do_compress+0x19f9/0x2510 lib/lzo/lzo1x_compress.c:178 ... Uninit was stored to memory at: ea_put
debian
CVE-2024-56627P4HIGHCVSS 7.1fixed in linux 6.1.123-1 (bookworm)2024
CVE-2024-56627 [HIGH] CVE-2024-56627: linux - In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix ... In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix Out-of-Bounds Read in ksmbd_vfs_stream_read An offset from client could be a negative value, It could lead to an out-of-bounds read from the stream_buf. Note that this issue is coming when setting 'vfs objects = streams_xattr parameter' in ksmbd.conf. Scope: local bookworm: resolved (fixed
debian
CVE-2024-50035P4HIGHCVSS 7.1fixed in linux 6.1.115-1 (bookworm)2024
CVE-2024-50035 [HIGH] CVE-2024-50035: linux - In the Linux kernel, the following vulnerability has been resolved: ppp: fix pp... In the Linux kernel, the following vulnerability has been resolved: ppp: fix ppp_async_encode() illegal access syzbot reported an issue in ppp_async_encode() [1] In this case, pppoe_sendmsg() is called with a zero size. Then ppp_async_encode() is called with an empty skb. BUG: KMSAN: uninit-value in ppp_async_encode drivers/net/ppp/ppp_async.c:545 [inline] BUG: KMSAN:
debian
CVE-2024-50033P4HIGHCVSS 7.1fixed in linux 6.1.115-1 (bookworm)2024
CVE-2024-50033 [HIGH] CVE-2024-50033: linux - In the Linux kernel, the following vulnerability has been resolved: slip: make ... In the Linux kernel, the following vulnerability has been resolved: slip: make slhc_remember() more robust against malicious packets syzbot found that slhc_remember() was missing checks against malicious packets [1]. slhc_remember() only checked the size of the packet was at least 20, which is not good enough. We need to make sure the packet includes the IPv4 and TCP
debian
Debian Linux vulnerabilities | cvebase