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 241 of 632
CVE-2025-71237P4MEDIUMCVSS 5.5fixed in linux 6.1.164-1 (bookworm)2025
CVE-2025-71237 [MEDIUM] CVE-2025-71237: linux - In the Linux kernel, the following vulnerability has been resolved: nilfs2: Fix...
In the Linux kernel, the following vulnerability has been resolved: nilfs2: Fix potential block overflow that cause system hang When a user executes the FITRIM command, an underflow can occur when calculating nblocks if end_block is too small. Since nblocks is of type sector_t, which is u64, a negative nblocks value will become a very large positive integer. This ul
debian
CVE-2025-71144P4MEDIUMCVSS 5.5fixed in linux 6.1.164-1 (bookworm)2025
CVE-2025-71144 [MEDIUM] CVE-2025-71144: linux - In the Linux kernel, the following vulnerability has been resolved: mptcp: ensu...
In the Linux kernel, the following vulnerability has been resolved: mptcp: ensure context reset on disconnect() After the blamed commit below, if the MPC subflow is already in TCP_CLOSE status or has fallback to TCP at mptcp_disconnect() time, mptcp_do_fastclose() skips setting the `send_fastclose flag` and the later __mptcp_close_ssk() does not reset anymore the re
debian
CVE-2026-22989P4LOWCVSS 5.5fixed in linux 6.18.8-1 (forky)2026
CVE-2026-22989 [MEDIUM] CVE-2026-22989: linux - In the Linux kernel, the following vulnerability has been resolved: nfsd: check...
In the Linux kernel, the following vulnerability has been resolved: nfsd: check that server is running in unlock_filesystem If we are trying to unlock the filesystem via an administrative interface and nfsd isn't running, it crashes the server. This happens currently because nfsd4_revoke_states() access state structures (eg., conf_id_hashtbl) that has been freed as
debian
CVE-2026-23125P4MEDIUMCVSS 5.5fixed in linux 6.1.162-1 (bookworm)2026
CVE-2026-23125 [MEDIUM] CVE-2026-23125: linux - In the Linux kernel, the following vulnerability has been resolved: sctp: move ...
In the Linux kernel, the following vulnerability has been resolved: sctp: move SCTP_CMD_ASSOC_SHKEY right after SCTP_CMD_PEER_INIT A null-ptr-deref was reported in the SCTP transmit path when SCTP-AUTH key initialization fails: ================================================================== KASAN: null-ptr-deref in range [0x0000000000000018-0x000000000000001f] CP
debian
CVE-2026-23215P4LOWCVSS 5.5fixed in linux 6.18.10-1 (forky)2026
CVE-2026-23215 [MEDIUM] CVE-2026-23215: linux - In the Linux kernel, the following vulnerability has been resolved: x86/vmware:...
In the Linux kernel, the following vulnerability has been resolved: x86/vmware: Fix hypercall clobbers Fedora QA reported the following panic: BUG: unable to handle page fault for address: 0000000040003e54 #PF: supervisor write access in kernel mode #PF: error_code(0x0002) - not-present page Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS edk2-20251119-3.fc
debian
CVE-2026-23189P4LOWCVSS 5.5fixed in linux 6.18.10-1 (forky)2026
CVE-2026-23189 [MEDIUM] CVE-2026-23189: linux - In the Linux kernel, the following vulnerability has been resolved: ceph: fix N...
In the Linux kernel, the following vulnerability has been resolved: ceph: fix NULL pointer dereference in ceph_mds_auth_match() The CephFS kernel client has regression starting from 6.18-rc1. We have issue in ceph_mds_auth_match() if fs_name == NULL: const char fs_name = mdsc->fsc->mount_options->mds_namespace; ... if (auth->match.fs_name && strcmp(auth->match.fs_na
debian
CVE-2026-23109P4LOWCVSS 5.5fixed in linux 6.18.8-1 (forky)2026
CVE-2026-23109 [MEDIUM] CVE-2026-23109: linux - In the Linux kernel, the following vulnerability has been resolved: fs/writebac...
In the Linux kernel, the following vulnerability has been resolved: fs/writeback: skip AS_NO_DATA_INTEGRITY mappings in wait_sb_inodes() Above the while() loop in wait_sb_inodes(), we document that we must wait for all pages under writeback for data integrity. Consequently, if a mapping, like fuse, traditionally does not have data integrity semantics, there is no ne
debian
CVE-2026-22983P4LOWCVSS 5.5fixed in linux 6.18.8-1 (forky)2026
CVE-2026-22983 [MEDIUM] CVE-2026-22983: linux - In the Linux kernel, the following vulnerability has been resolved: net: do not...
In the Linux kernel, the following vulnerability has been resolved: net: do not write to msg_get_inq in callee NULL pointer dereference fix. msg_get_inq is an input field from caller to callee. Don't set it in the callee, as the caller may not clear it on struct reuse. This is a kernel-internal variant of msghdr only, and the only user does reinitialize the field. S
debian
CVE-2022-48764P4MEDIUMCVSS 5.3fixed in linux 5.16.7-1 (bookworm)2022
CVE-2022-48764 [MEDIUM] CVE-2022-48764: linux - In the Linux kernel, the following vulnerability has been resolved: KVM: x86: F...
In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Free kvm_cpuid_entry2 array on post-KVM_RUN KVM_SET_CPUID{,2} Free the "struct kvm_cpuid_entry2" array on successful post-KVM_RUN KVM_SET_CPUID{,2} to fix a memory leak, the callers of kvm_set_cpuid() free the array only on failure. BUG: memory leak unreferenced object 0xffff88810963a800 (
debian
CVE-2025-71225P4MEDIUMCVSS 5.3fixed in linux 6.18.10-1 (forky)2025
CVE-2025-71225 [MEDIUM] CVE-2025-71225: linux - In the Linux kernel, the following vulnerability has been resolved: md: suspend...
In the Linux kernel, the following vulnerability has been resolved: md: suspend array while updating raid_disks via sysfs In raid1_reshape(), freeze_array() is called before modifying the r1bio memory pool (conf->r1bio_pool) and conf->raid_disks, and unfreeze_array() is called after the update is completed. However, freeze_array() only waits until nr_sync_pending an
debian
CVE-2026-23095P4HIGHCVSS 7.5fixed in linux 6.1.162-1 (bookworm)2026
CVE-2026-23095 [HIGH] CVE-2026-23095: linux - In the Linux kernel, the following vulnerability has been resolved: gue: Fix sk...
In the Linux kernel, the following vulnerability has been resolved: gue: Fix skb memleak with inner IP protocol 0. syzbot reported skb memleak below. [0] The repro generated a GUE packet with its inner protocol 0. gue_udp_recv() returns -guehdr->proto_ctype for "resubmit" in ip_protocol_deliver_rcu(), but this only works with non-zero protocol number. Let's drop such
debian
CVE-2015-7990P4MEDIUMCVSS 4.9fixed in linux 4.2.6-1 (bookworm)2015
CVE-2015-7990 [MEDIUM] CVE-2015-7990: linux - Race condition in the rds_sendmsg function in net/rds/sendmsg.c in the Linux ker...
Race condition in the rds_sendmsg function in net/rds/sendmsg.c in the Linux kernel before 4.3.3 allows local users to cause a denial of service (NULL pointer dereference and system crash) or possibly have unspecified other impact by using a socket that was not properly bound. NOTE: this vulnerability exists because of an incomplete fix for CVE-2015-6937.
Scope: local
debian
CVE-2018-10883P4MEDIUMCVSS 4.8fixed in linux 4.17.3-1 (bookworm)2018
CVE-2018-10883 [MEDIUM] CVE-2018-10883: linux - A flaw was found in the Linux kernel's ext4 filesystem. A local user can cause a...
A flaw was found in the Linux kernel's ext4 filesystem. A local user can cause an out-of-bounds write in jbd2_journal_dirty_metadata(), a denial of service, and a system crash by mounting and operating on a crafted ext4 filesystem image.
Scope: local
bookworm: resolved (fixed in 4.17.3-1)
bullseye: resolved (fixed in 4.17.3-1)
forky: resolved (fixed in 4.17.3-1)
sid
debian
CVE-2019-15920P4MEDIUMCVSS 4.3fixed in linux 5.2.6-1 (bookworm)2019
CVE-2019-15920 [MEDIUM] CVE-2019-15920: linux - An issue was discovered in the Linux kernel before 5.0.10. SMB2_read in fs/cifs/...
An issue was discovered in the Linux kernel before 5.0.10. SMB2_read in fs/cifs/smb2pdu.c has a use-after-free. NOTE: this was not fixed correctly in 5.0.10; see the 5.0.11 ChangeLog, which documents a memory leak.
Scope: local
bookworm: resolved (fixed in 5.2.6-1)
bullseye: resolved (fixed in 5.2.6-1)
forky: resolved (fixed in 5.2.6-1)
sid: resolved (fixed in 5.2.6
debian
CVE-2022-50760P4UNKNOWNfixed in linux 6.1.4-1 (bookworm)2022
CVE-2022-50760 CVE-2022-50760: 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: Fix PCI device refcount leak in amdgpu_atrm_get_bios() As comment of pci_get_class() says, it returns a pci_device with its refcount increased and decreased the refcount for the input parameter @from if it is not NULL. If we break the loop in amdgpu_atrm_get_bios() with 'pdev' not NULL, we need t
debian
CVE-2022-50829P4UNKNOWNfixed in linux 6.1.4-1 (bookworm)2022
CVE-2022-50829 CVE-2022-50829: linux - In the Linux kernel, the following vulnerability has been resolved: wifi: ath9k...
In the Linux kernel, the following vulnerability has been resolved: wifi: ath9k: hif_usb: Fix use-after-free in ath9k_hif_usb_reg_in_cb() It is possible that skb is freed in ath9k_htc_rx_msg(), then usb_submit_urb() fails and we try to free skb again. It causes use-after-free bug. Moreover, if alloc_skb() fails, urb->context becomes NULL but rx_buf is not freed and there can
debian
CVE-2025-40002P4LOWfixed in linux 6.17.6-1 (forky)2025
CVE-2025-40002 [LOW] CVE-2025-40002: linux - In the Linux kernel, the following vulnerability has been resolved: thunderbolt...
In the Linux kernel, the following vulnerability has been resolved: thunderbolt: Fix use-after-free in tb_dp_dprx_work The original code relies on cancel_delayed_work() in tb_dp_dprx_stop(), which does not ensure that the delayed work item tunnel->dprx_work has fully completed if it was already running. This leads to use-after-free scenarios where tb_tunnel is dealloca
debian
CVE-2025-40016P4UNKNOWNfixed in linux 6.16.11-1 (forky)2025
CVE-2025-40016 CVE-2025-40016: linux - In the Linux kernel, the following vulnerability has been resolved: media: uvcv...
In the Linux kernel, the following vulnerability has been resolved: media: uvcvideo: Mark invalid entities with id UVC_INVALID_ENTITY_ID Per UVC 1.1+ specification 3.7.2, units and terminals must have a non-zero unique ID. ``` Each Unit and Terminal within the video function is assigned a unique identification number, the Unit ID (UID) or Terminal ID (TID), contained in the
debian
CVE-2025-40254P4UNKNOWNfixed in linux 6.1.159-1 (bookworm)2025
CVE-2025-40254 CVE-2025-40254: linux - In the Linux kernel, the following vulnerability has been resolved: net: openvs...
In the Linux kernel, the following vulnerability has been resolved: net: openvswitch: remove never-working support for setting nsh fields The validation of the set(nsh(...)) action is completely wrong. It runs through the nsh_key_put_from_nlattr() function that is the same function that validates NSH keys for the flow match and the push_nsh() action. However, the set(nsh(...
debian
CVE-2023-53821P4UNKNOWNfixed in linux 6.1.52-1 (bookworm)2023
CVE-2023-53821 CVE-2023-53821: linux - In the Linux kernel, the following vulnerability has been resolved: ip6_vti: fi...
In the Linux kernel, the following vulnerability has been resolved: ip6_vti: fix slab-use-after-free in decode_session6 When ipv6_vti device is set to the qdisc of the sfb type, the cb field of the sent skb may be modified during enqueuing. Then, slab-use-after-free may occur when ipv6_vti device sends IPv6 packets. The stack information is as follows: BUG: KASAN: slab-use-a
debian