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 459 of 632
CVE-2026-23247P4UNKNOWNfixed in linux 6.19.8-1 (forky)2026
CVE-2026-23247 CVE-2026-23247: linux - In the Linux kernel, the following vulnerability has been resolved: tcp: secure... In the Linux kernel, the following vulnerability has been resolved: tcp: secure_seq: add back ports to TS offset This reverts 28ee1b746f49 ("secure_seq: downgrade to per-host timestamp offsets") tcp_tw_recycle went away in 2017. Zhouyan Deng reported off-path TCP source port leakage via SYN cookie side-channel that can be fixed in multiple ways. One of them is to bring back
debian
CVE-2026-23417P4LOWfixed in linux 6.19.11-1 (sid)2026
CVE-2026-23417 [LOW] CVE-2026-23417: linux - In the Linux kernel, the following vulnerability has been resolved: bpf: Fix co... In the Linux kernel, the following vulnerability has been resolved: bpf: Fix constant blinding for PROBE_MEM32 stores BPF_ST | BPF_PROBE_MEM32 immediate stores are not handled by bpf_jit_blind_insn(), allowing user-controlled 32-bit immediates to survive unblinded into JIT-compiled native code when bpf_jit_harden >= 1. The root cause is that convert_ctx_accesses() rewr
debian
CVE-2026-23254P4LOWfixed in linux 6.18.10-1 (forky)2026
CVE-2026-23254 [LOW] CVE-2026-23254: linux - In the Linux kernel, the following vulnerability has been resolved: net: gro: f... In the Linux kernel, the following vulnerability has been resolved: net: gro: fix outer network offset The udp GRO complete stage assumes that all the packets inserted the RX have the `encapsulation` flag zeroed. Such assumption is not true, as a few H/W NICs can set such flag when H/W offloading the checksum for an UDP encapsulated traffic, the tun driver can inject G
debian
CVE-2026-23396P4UNKNOWNfixed in linux 6.19.10-1 (forky)2026
CVE-2026-23396 CVE-2026-23396: linux - In the Linux kernel, the following vulnerability has been resolved: wifi: mac80... In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix NULL deref in mesh_matches_local() mesh_matches_local() unconditionally dereferences ie->mesh_config to compare mesh configuration parameters. When called from mesh_rx_csa_frame(), the parsed action-frame elements may not contain a Mesh Configuration IE, leaving ie->mesh_config NULL and t
debian
CVE-2026-23266P4UNKNOWNfixed in linux 6.1.164-1 (bookworm)2026
CVE-2026-23266 CVE-2026-23266: linux - In the Linux kernel, the following vulnerability has been resolved: fbdev: riva... In the Linux kernel, the following vulnerability has been resolved: fbdev: rivafb: fix divide error in nv3_arb() A userspace program can trigger the RIVA NV3 arbitration code by calling the FBIOPUT_VSCREENINFO ioctl on /dev/fb*. When doing so, the driver recomputes FIFO arbitration parameters in nv3_arb(), using state->mclk_khz (derived from the PRAMDAC MCLK PLL) as a diviso
debian
CVE-2026-23353P4LOWfixed in linux 6.19.8-1 (forky)2026
CVE-2026-23353 [LOW] CVE-2026-23353: linux - In the Linux kernel, the following vulnerability has been resolved: ice: fix cr... In the Linux kernel, the following vulnerability has been resolved: ice: fix crash in ethtool offline loopback test Since the conversion of ice to page pool, the ethtool loopback test crashes: BUG: kernel NULL pointer dereference, address: 000000000000000c #PF: supervisor write access in kernel mode #PF: error_code(0x0002) - not-present page PGD 1100f1067 P4D 0 Oops: O
debian
CVE-2026-23259P4LOWfixed in linux 6.18.10-1 (forky)2026
CVE-2026-23259 [LOW] CVE-2026-23259: linux - In the Linux kernel, the following vulnerability has been resolved: io_uring/rw... In the Linux kernel, the following vulnerability has been resolved: io_uring/rw: free potentially allocated iovec on cache put failure If a read/write request goes through io_req_rw_cleanup() and has an allocated iovec attached and fails to put to the rw_cache, then it may end up with an unaccounted iovec pointer. Have io_rw_recycle() return whether it recycled the req
debian
CVE-2026-23368P4UNKNOWNfixed in linux 6.19.8-1 (forky)2026
CVE-2026-23368 CVE-2026-23368: linux - In the Linux kernel, the following vulnerability has been resolved: net: phy: r... In the Linux kernel, the following vulnerability has been resolved: net: phy: register phy led_triggers during probe to avoid AB-BA deadlock There is an AB-BA deadlock when both LEDS_TRIGGER_NETDEV and LED_TRIGGER_PHY are enabled: [ 1362.049207] [] led_trigger_register+0x5c/0x1fc ] phy_led_triggers_register+0xd0/0x234 [ 1362.060329] [] phy_attach_direct+0x33c/0x40c [ 1362.06
debian
CVE-2026-23400P4LOWfixed in linux 6.19.10-1 (forky)2026
CVE-2026-23400 [LOW] CVE-2026-23400: linux - In the Linux kernel, the following vulnerability has been resolved: rust_binder... In the Linux kernel, the following vulnerability has been resolved: rust_binder: call set_notification_done() without proc lock Consider the following sequence of events on a death listener: 1. The remote process dies and sends a BR_DEAD_BINDER message. 2. The local process invokes the BC_CLEAR_DEATH_NOTIFICATION command. 3. The local process then invokes the BC_DEAD_B
debian
CVE-2023-3355P4MEDIUMCVSS 4.7fixed in linux 6.1.20-1 (bookworm)2023
CVE-2023-3355 [MEDIUM] CVE-2023-3355: linux - A NULL pointer dereference flaw was found in the Linux kernel's drivers/gpu/drm/... A NULL pointer dereference flaw was found in the Linux kernel's drivers/gpu/drm/msm/msm_gem_submit.c code in the submit_lookup_cmds function, which fails because it lacks a check of the return value of kmalloc(). This issue allows a local user to crash the system. Scope: local bookworm: resolved (fixed in 6.1.20-1) bullseye: resolved forky: resolved (fixed in 6.1.20-1
debian
CVE-2016-6136P4MEDIUMCVSS 4.7fixed in linux 4.7.2-1 (bookworm)2016
CVE-2016-6136 [MEDIUM] CVE-2016-6136: linux - Race condition in the audit_log_single_execve_arg function in kernel/auditsc.c i... Race condition in the audit_log_single_execve_arg function in kernel/auditsc.c in the Linux kernel through 4.7 allows local users to bypass intended character-set restrictions or disrupt system-call auditing by changing a certain string, aka a "double fetch" vulnerability. Scope: local bookworm: resolved (fixed in 4.7.2-1) bullseye: resolved (fixed in 4.7.2-1) forky:
debian
CVE-2023-6176P4MEDIUMCVSS 4.7fixed in linux 6.1.55-1 (bookworm)2023
CVE-2023-6176 [MEDIUM] CVE-2023-6176: linux - A null pointer dereference flaw was found in the Linux kernel API for the crypto... A null pointer dereference flaw was found in the Linux kernel API for the cryptographic algorithm scatterwalk functionality. This issue occurs when a user constructs a malicious packet with specific socket configuration, which could allow a local user to crash the system or escalate their privileges on the system. Scope: local bookworm: resolved (fixed in 6.1.55-1) bu
debian
CVE-2024-43891P4LOWCVSS 4.7fixed in linux 6.10.6-1 (forky)2024
CVE-2024-43891 [MEDIUM] CVE-2024-43891: linux - In the Linux kernel, the following vulnerability has been resolved: tracing: Ha... In the Linux kernel, the following vulnerability has been resolved: tracing: Have format file honor EVENT_FILE_FL_FREED When eventfs was introduced, special care had to be done to coordinate the freeing of the file meta data with the files that are exposed to user space. The file meta data would have a ref count that is set when the file is created and would be decr
debian
CVE-2024-50082P4MEDIUMCVSS 4.7fixed in linux 6.1.115-1 (bookworm)2024
CVE-2024-50082 [MEDIUM] CVE-2024-50082: linux - In the Linux kernel, the following vulnerability has been resolved: blk-rq-qos:... In the Linux kernel, the following vulnerability has been resolved: blk-rq-qos: fix crash on rq_qos_wait vs. rq_qos_wake_function race We're seeing crashes from rq_qos_wake_function that look like this: BUG: unable to handle page fault for address: ffffafe180a40084 #PF: supervisor write access in kernel mode #PF: error_code(0x0002) - not-present page PGD 100000067 P
debian
CVE-2024-38662P4MEDIUMCVSS 4.7fixed in linux 6.1.94-1 (bookworm)2024
CVE-2024-38662 [MEDIUM] CVE-2024-38662: linux - In the Linux kernel, the following vulnerability has been resolved: bpf: Allow ... In the Linux kernel, the following vulnerability has been resolved: bpf: Allow delete from sockmap/sockhash only if update is allowed We have seen an influx of syzkaller reports where a BPF program attached to a tracepoint triggers a locking rule violation by performing a map_delete on a sockmap/sockhash. We don't intend to support this artificial use scenario. Exte
debian
CVE-2024-27019P4MEDIUMCVSS 4.7fixed in linux 6.1.90-1 (bookworm)2024
CVE-2024-27019 [MEDIUM] CVE-2024-27019: linux - In the Linux kernel, the following vulnerability has been resolved: netfilter: ... In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: Fix potential data-race in __nft_obj_type_get() nft_unregister_obj() can concurrent with __nft_obj_type_get(), and there is not any protection when iterate over nf_tables_objects list in __nft_obj_type_get(). Therefore, there is potential data-race of nf_tables_objects list ent
debian
CVE-2025-38104P4MEDIUMCVSS 4.7fixed in linux 6.1.162-1 (bookworm)2025
CVE-2025-38104 [MEDIUM] CVE-2025-38104: linux - In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu:... In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Replace Mutex with Spinlock for RLCG register access to avoid Priority Inversion in SRIOV RLCG Register Access is a way for virtual functions to safely access GPU registers in a virtualized environment., including TLB flushes and register reads. When multiple threads or VFs try to access
debian
CVE-2014-3601P4MEDIUMCVSS 4.3fixed in linux 3.16.2-1 (bookworm)2014
CVE-2014-3601 [MEDIUM] CVE-2014-3601: linux - The kvm_iommu_map_pages function in virt/kvm/iommu.c in the Linux kernel through... The kvm_iommu_map_pages function in virt/kvm/iommu.c in the Linux kernel through 3.16.1 miscalculates the number of pages during the handling of a mapping failure, which allows guest OS users to (1) cause a denial of service (host OS memory corruption) or possibly have unspecified other impact by triggering a large gfn value or (2) cause a denial of service (host OS m
debian
CVE-2024-26837P4MEDIUMCVSS 4.7fixed in linux 6.1.82-1 (bookworm)2024
CVE-2024-26837 [MEDIUM] CVE-2024-26837: linux - In the Linux kernel, the following vulnerability has been resolved: net: bridge... In the Linux kernel, the following vulnerability has been resolved: net: bridge: switchdev: Skip MDB replays of deferred events on offload Before this change, generation of the list of MDB events to replay would race against the creation of new group memberships, either from the IGMP/MLD snooping logic or from user configuration. While new memberships are immediatel
debian
CVE-2024-57974P4MEDIUMCVSS 4.7fixed in linux 6.12.13-1 (forky)2024
CVE-2024-57974 [MEDIUM] CVE-2024-57974: linux - In the Linux kernel, the following vulnerability has been resolved: udp: Deal w... In the Linux kernel, the following vulnerability has been resolved: udp: Deal with race between UDP socket address change and rehash If a UDP socket changes its local address while it's receiving datagrams, as a result of connect(), there is a period during which a lookup operation might fail to find it, after the address is changed but before the secondary hash (po
debian
Debian Linux vulnerabilities | cvebase