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 24 of 632
CVE-2016-3136P4LOWCVSS 4.6PoCfixed in linux 4.5.1-1 (bookworm)2016
CVE-2016-3136 [MEDIUM] CVE-2016-3136: linux - The mct_u232_msr_to_state function in drivers/usb/serial/mct_u232.c in the Linux... The mct_u232_msr_to_state function in drivers/usb/serial/mct_u232.c in the Linux kernel before 4.5.1 allows physically proximate attackers to cause a denial of service (NULL pointer dereference and system crash) via a crafted USB device without two interrupt-in endpoint descriptors. Scope: local bookworm: resolved (fixed in 4.5.1-1) bullseye: resolved (fixed in 4.5.1-
debian
CVE-2025-40140P3UNKNOWNfixed in linux 6.1.158-1 (bookworm)2025
CVE-2025-40140 CVE-2025-40140: linux - In the Linux kernel, the following vulnerability has been resolved: net: usb: R... In the Linux kernel, the following vulnerability has been resolved: net: usb: Remove disruptive netif_wake_queue in rtl8150_set_multicast syzbot reported WARNING in rtl8150_start_xmit/usb_submit_urb. This is the sequence of events that leads to the warning: rtl8150_start_xmit() { netif_stop_queue(); usb_submit_urb(dev->tx_urb); } rtl8150_set_multicast() { netif_stop_queue();
debian
CVE-2025-39982P3UNKNOWNfixed in linux 6.1.158-1 (bookworm)2025
CVE-2025-39982 CVE-2025-39982: linux - In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ... In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_event: Fix UAF in hci_acl_create_conn_sync This fixes the following UFA in hci_acl_create_conn_sync where a connection still pending is command submission (conn->state == BT_OPEN) maybe freed, also since this also can happen with the likes of hci_le_create_conn_sync fix it as well: BUG: KASAN:
debian
CVE-2026-23462P3UNKNOWNfixed in linux 6.19.10-1 (forky)2026
CVE-2026-23462 CVE-2026-23462: linux - In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ... In the Linux kernel, the following vulnerability has been resolved: Bluetooth: HIDP: Fix possible UAF This fixes the following trace caused by not dropping l2cap_conn reference when user->remove callback is called: [ 97.809249] l2cap_conn_free: freeing conn ffff88810a171c00 [ 97.809907] CPU: 1 UID: 0 PID: 1419 Comm: repro_standalon Not tainted 7.0.0-rc1-dirty #14 PREEMPT(laz
debian
CVE-2025-68256P3UNKNOWNfixed in linux 6.1.162-1 (bookworm)2025
CVE-2025-68256 CVE-2025-68256: linux - In the Linux kernel, the following vulnerability has been resolved: staging: rt... In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix out-of-bounds read in rtw_get_ie() parser The Information Element (IE) parser rtw_get_ie() trusted the length byte of each IE without validating that the IE body (len bytes after the 2-byte header) fits inside the remaining frame buffer. A malformed frame can advertise an IE length la
debian
CVE-2025-40000P3LOWfixed in linux 6.16.12-1 (forky)2025
CVE-2025-40000 [LOW] CVE-2025-40000: linux - In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89... In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: fix use-after-free in rtw89_core_tx_kick_off_and_wait() There is a bug observed when rtw89_core_tx_kick_off_and_wait() tries to access already freed skb_data: BUG: KFENCE: use-after-free write in rtw89_core_tx_kick_off_and_wait drivers/net/wireless/realtek/rtw89/core.c:1110 CPU: 6 UID: 0 P
debian
CVE-2026-23461P3LOWfixed in linux 6.19.10-1 (forky)2026
CVE-2026-23461 [LOW] CVE-2026-23461: linux - In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ... In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix use-after-free in l2cap_unregister_user After commit ab4eedb790ca ("Bluetooth: L2CAP: Fix corrupted list in hci_chan_del"), l2cap_conn_del() uses conn->lock to protect access to conn->users. However, l2cap_register_user() and l2cap_unregister_user() don't use conn->lock, creating
debian
CVE-2025-39983P3LOWfixed in linux 6.16.10-1 (forky)2025
CVE-2025-39983 [LOW] CVE-2025-39983: linux - In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ... In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_event: Fix UAF in hci_conn_tx_dequeue This fixes the following UAF caused by not properly locking hdev when processing HCI_EV_NUM_COMP_PKTS: BUG: KASAN: slab-use-after-free in hci_conn_tx_dequeue+0x1be/0x220 net/bluetooth/hci_conn.c:3036 Read of size 4 at addr ffff8880740f0940 by task kw
debian
CVE-2025-40068P3UNKNOWNfixed in linux 6.1.158-1 (bookworm)2025
CVE-2025-40068 CVE-2025-40068: linux - In the Linux kernel, the following vulnerability has been resolved: fs: ntfs3: ... In the Linux kernel, the following vulnerability has been resolved: fs: ntfs3: Fix integer overflow in run_unpack() The MFT record relative to the file being opened contains its runlist, an array containing information about the file's location on the physical disk. Analysis of all Call Stack paths showed that the values of the runlist array, from which LCNs are calculated,
debian
CVE-2025-39987P3UNKNOWNfixed in linux 6.1.158-1 (bookworm)2025
CVE-2025-39987 CVE-2025-39987: linux - In the Linux kernel, the following vulnerability has been resolved: can: hi311x... In the Linux kernel, the following vulnerability has been resolved: can: hi311x: populate ndo_change_mtu() to prevent buffer overflow Sending an PF_PACKET allows to bypass the CAN framework logic and to directly reach the xmit() function of a CAN driver. The only check which is performed by the PF_PACKET framework is to make sure that skb->len fits the interface's MTU. Unfor
debian
CVE-2025-39985P3UNKNOWNfixed in linux 6.1.158-1 (bookworm)2025
CVE-2025-39985 CVE-2025-39985: linux - In the Linux kernel, the following vulnerability has been resolved: can: mcba_u... In the Linux kernel, the following vulnerability has been resolved: can: mcba_usb: populate ndo_change_mtu() to prevent buffer overflow Sending an PF_PACKET allows to bypass the CAN framework logic and to directly reach the xmit() function of a CAN driver. The only check which is performed by the PF_PACKET framework is to make sure that skb->len fits the interface's MTU. Unf
debian
CVE-2025-39988P3UNKNOWNfixed in linux 6.1.158-1 (bookworm)2025
CVE-2025-39988 CVE-2025-39988: linux - In the Linux kernel, the following vulnerability has been resolved: can: etas_e... In the Linux kernel, the following vulnerability has been resolved: can: etas_es58x: populate ndo_change_mtu() to prevent buffer overflow Sending an PF_PACKET allows to bypass the CAN framework logic and to directly reach the xmit() function of a CAN driver. The only check which is performed by the PF_PACKET framework is to make sure that skb->len fits the interface's MTU. U
debian
CVE-2025-39986P3UNKNOWNfixed in linux 6.1.158-1 (bookworm)2025
CVE-2025-39986 CVE-2025-39986: linux - In the Linux kernel, the following vulnerability has been resolved: can: sun4i_... In the Linux kernel, the following vulnerability has been resolved: can: sun4i_can: populate ndo_change_mtu() to prevent buffer overflow Sending an PF_PACKET allows to bypass the CAN framework logic and to directly reach the xmit() function of a CAN driver. The only check which is performed by the PF_PACKET framework is to make sure that skb->len fits the interface's MTU. Un
debian
CVE-2025-39973P3UNKNOWNfixed in linux 6.1.158-1 (bookworm)2025
CVE-2025-39973 CVE-2025-39973: linux - In the Linux kernel, the following vulnerability has been resolved: i40e: add v... In the Linux kernel, the following vulnerability has been resolved: i40e: add validation for ring_len param The `ring_len` parameter provided by the virtual function (VF) is assigned directly to the hardware memory context (HMC) without any validation. To address this, introduce an upper boundary check for both Tx and Rx queue lengths. The maximum number of descriptors suppo
debian
CVE-2023-42753P3HIGHCVSS 7.0fixed in linux 6.1.55-1 (bookworm)2023
CVE-2023-42753 [HIGH] CVE-2023-42753: linux - An array indexing vulnerability was found in the netfilter subsystem of the Linu... An array indexing vulnerability was found in the netfilter subsystem of the Linux kernel. A missing macro could lead to a miscalculation of the `h->nets` array offset, providing attackers with the primitive to arbitrarily increment/decrement a memory buffer out-of-bound. This issue may allow a local user to crash the system or potentially escalate their privileges on
debian
CVE-2023-6535P3MEDIUMCVSS 6.5fixed in linux 6.1.76-1 (bookworm)2023
CVE-2023-6535 [MEDIUM] CVE-2023-6535: linux - A flaw was found in the Linux kernel's NVMe driver. This issue may allow an unau... A flaw was found in the Linux kernel's NVMe driver. This issue may allow an unauthenticated malicious actor to send a set of crafted TCP packages when using NVMe over TCP, leading the NVMe driver to a NULL pointer dereference in the NVMe driver, causing kernel panic and a denial of service. Scope: local bookworm: resolved (fixed in 6.1.76-1) bullseye: resolved (fixed
debian
CVE-2023-6536P3MEDIUMCVSS 6.5fixed in linux 6.1.76-1 (bookworm)2023
CVE-2023-6536 [MEDIUM] CVE-2023-6536: linux - A flaw was found in the Linux kernel's NVMe driver. This issue may allow an unau... A flaw was found in the Linux kernel's NVMe driver. This issue may allow an unauthenticated malicious actor to send a set of crafted TCP packages when using NVMe over TCP, leading the NVMe driver to a NULL pointer dereference in the NVMe driver, causing kernel panic and a denial of service. Scope: local bookworm: resolved (fixed in 6.1.76-1) bullseye: resolved (fixed
debian
CVE-2023-6356P3MEDIUMCVSS 6.5fixed in linux 6.1.76-1 (bookworm)2023
CVE-2023-6356 [MEDIUM] CVE-2023-6356: linux - A flaw was found in the Linux kernel's NVMe driver. This issue may allow an unau... A flaw was found in the Linux kernel's NVMe driver. This issue may allow an unauthenticated malicious actor to send a set of crafted TCP packages when using NVMe over TCP, leading the NVMe driver to a NULL pointer dereference in the NVMe driver and causing kernel panic and a denial of service. Scope: local bookworm: resolved (fixed in 6.1.76-1) bullseye: resolved (fix
debian
CVE-2019-9003P3HIGHCVSS 7.5fixed in linux 4.19.20-1 (bookworm)2019
CVE-2019-9003 [HIGH] CVE-2019-9003: linux - In the Linux kernel before 4.20.5, attackers can trigger a drivers/char/ipmi/ipm... In the Linux kernel before 4.20.5, attackers can trigger a drivers/char/ipmi/ipmi_msghandler.c use-after-free and OOPS by arranging for certain simultaneous execution of the code, as demonstrated by a "service ipmievd restart" loop. Scope: local bookworm: resolved (fixed in 4.19.20-1) bullseye: resolved (fixed in 4.19.20-1) forky: resolved (fixed in 4.19.20-1) sid: reso
debian
CVE-2016-4485P3HIGHCVSS 7.5fixed in linux 4.5.4-1 (bookworm)2016
CVE-2016-4485 [HIGH] CVE-2016-4485: linux - The llc_cmsg_rcv function in net/llc/af_llc.c in the Linux kernel before 4.5.5 d... The llc_cmsg_rcv function in net/llc/af_llc.c in the Linux kernel before 4.5.5 does not initialize a certain data structure, which allows attackers to obtain sensitive information from kernel stack memory by reading a message. Scope: local bookworm: resolved (fixed in 4.5.4-1) bullseye: resolved (fixed in 4.5.4-1) forky: resolved (fixed in 4.5.4-1) sid: resolved (fixed
debian
Debian Linux vulnerabilities | cvebase