Lucene search
+L

396311 matches found

CVE
CVE
added 2026/09/11 7:44 p.m.10 views

CVE-2026-89568

In the Linux kernel , the function kho_preserved_memory_reserve() contains a size-calculation bug. It computes the size of a memory preservation using 1 <

0.00189EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/11 7:44 p.m.8 views

CVE-2026-89569

CVE-2026-89569 is a use-after-free vulnerability in the Linux kernel's Bluetooth RFCOMM subsystem. The function rfcomm_security_cfm() walks a session's DLC list without holding rfcomm_mutex, while krfcommd can concurrently tear down the same session and DLCs via rfcomm_session_del() and rfcomm_dl...

8.8CVSS0.00312EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/11 7:44 p.m.10 views

CVE-2026-89567

CVE-2026-89567 affects the jbd2 (Journalling Block Device v2) subsystem of the Linux kernel . The root cause is that the jbd2 shrinker accounts only successfully released checkpoint buffers against its scan budget (nr_to_scan ), meaning busy buffers consume no budget. If a checkpoint transaction ...

0.002EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/11 7:44 p.m.9 views

CVE-2026-89566

CVE-2026-89566 affects the Linux kernel's jbd2 (ext3/ext4 journaling) subsystem. The vulnerability exists in journal_shrink_one_cp_list(): when called with JBD2_SHRINK_BUSY_SKIP, the continue statement used to skip busy checkpoint buffers bypasses the need_resched() check at the end of the loop b...

0.002EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/11 7:44 p.m.12 views

CVE-2026-89564

CVE-2026-89564 is a use-after-free in the Linux kernel 's IP multicast forwarding path. When a socket prefetched by BPF (bpf_sk_assign) or UDP early demux is destroyed before the skb is freed, a later call to sock_pfree() dereferences the stale skb->sk pointer. Both IPv4 and IPv6 are affected:...

7.8CVSS0.00136EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/11 7:44 p.m.12 views

CVE-2026-89565

In the Linux kernel , the ipip and mplsip tunnel drivers leak a socket buffer (skb) in collect_md mode when ip_tun_rx_dst() fails to allocate a metadata_dst struct via atomic allocation. The function ipip_tunnel_rcv() returns 0 without freeing the skb, and the callers (tunnel4_rcv() / tunnelmpls4...

0.00168EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/11 7:44 p.m.15 views

CVE-2026-89563

CVE-2026-89563 is a double-free vulnerability in the Linux kernel's ip6_tunnel module. The ip6_tnl_xmit() function uses skb_realloc_headroom() to expand headroom before pushing outer IPv6 and optional encap headers, consuming the original socket buffer (skb) and keeping the replacement only in a ...

7.8CVSS0.00138EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/11 7:44 p.m.12 views

CVE-2026-89562

This Linux kernel vulnerability affects the ip6_gre (IPv6 Generic Routing Encapsulation) module, specifically ip6gre_tnl_link_config_route(), which incorrectly accumulates the lower device's hardware header length into dev->hard_header_len for NBMA (Non-Broadcast Multiple Access) tunnels. The ...

7.8CVSS0.00128EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/11 7:44 p.m.10 views

CVE-2026-89561

CVE-2026-89561 is a NULL pointer dereference in the Linux kernel's IPv6 RPL (Routing Protocol for Low-Power and Lossy Networks) implementation. The function ipv6_rpl_srh_rcv() dereferences idev obtained from __in6_dev_get() without a NULL check when reading idev->cnf.rpl_seg_enabled. The race ...

7.5CVSS0.00432EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/11 7:44 p.m.13 views

CVE-2026-89560

CVE-2026-89560 affects the Linux kernel Landlock security module , specifically the permission checks for whiteout object creation in the upper layer of OverlayFS (fuse-overlayfs). Two flaws exist: first, mknod(2) with S_IFCHR/makedev(0,0) was guarded by LANDLOCK_ACCESS_FS_MAKE_CHAR instead of th...

8.4CVSS0.00124EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/11 7:44 p.m.11 views

CVE-2026-89559

CVE-2026-89559 affects the Linux kernel's libnvdimm/labels subsystem. The nslot field (a u32 read from DIMM label storage or via ND_CMD_SET_CONFIG_DATA) is multiplied by label_size in __nd_label_validate(). Because sizeof_namespace_label() returns unsigned, the product is evaluated in 32-bit and ...

7.8CVSS0.00163EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/11 7:44 p.m.12 views

CVE-2026-89558

CVE-2026-89558 is a Linux kernel md/raid10 driver flaw caused by an inverted boolean assignment introduced when still_degraded was converted from int to bool in commit fe6a19d40ceb. When a RAID10 array is degraded and one device is being recovered while another mirror is still missing, the system...

9.8CVSS0.00626EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/11 7:44 p.m.12 views

CVE-2026-89556

CVE-2026-89556 affects the Linux kernel module loader's ELF validity caching. In elf_validity_cache_sechdrs, section sizes and offsets are validated only when the section type is neither SHT_NULL nor SHT_NOBITS. However, elf_validity_cache_secstrings and elf_validity_cache_index_str subsequently ...

0.00198EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/11 7:44 p.m.12 views

CVE-2026-89557

CVE-2026-89557 affects the Linux kernel md (Multiple Device) driver . In super_1_load(), the field sb->bblog_shift is an 8-bit value (range 0–255) read from an on-disk superblock. Before the fix, this value was used directly as a shift amount on a 64-bit sector variable without bounds checking...

7.8CVSS0.00163EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/11 7:44 p.m.12 views

CVE-2026-89555

CVE-2026-89555 is a use-after-free in the Linux kernel's MPLS subsystem. In mpls_select_multipath(), a cached header pointer (hdr) is not reloaded after pskb_may_pull() reallocates the skb head via pskb_expand_head(), leaving hdr pointing to freed memory. A remote attacker can trigger the bug by ...

9.8CVSS0.00608EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/11 7:44 p.m.10 views

CVE-2026-89554

CVE-2026-89554 affects the Linux kernel's MPTCP (Multipath TCP) implementation. When reconstructing a MP_JOIN request under SYN cookies, mptcp_token_join_cookie_init_state() fails to restore the local_id field from the saved cookie entry. Because the request-sock slab is SLAB_TYPESAFE_BY_RCU and ...

8.2CVSS0.0056EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/11 7:44 p.m.12 views

CVE-2026-89553

A use-after-free vulnerability exists in the Linux kernel's nouveau/gem driver. In the non-uvmm path, a race condition between the info ioctl's VMA lookup and the GEM close path can close the VMA before the lookup completes. This allows a local attacker with low privileges to potentially achieve ...

7.8CVSS0.00134EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/11 7:44 p.m.8 views

CVE-2026-89552

This Linux kernel vulnerability affects param_set_charp() in the kernel's params subsystem. The root cause is that the previous parameter value is freed before the replacement allocation succeeds; if kmalloc_parameter() fails, the parameter is left as NULL , leading to a kernel NULL pointer deref...

0.00168EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/11 7:44 p.m.13 views

CVE-2026-89551

CVE-2026-89551 is a CRITICAL (CVSS 9.8) integer underflow in the Linux kernel's SUNRPC subsystem. The xdr_buf_trim() function subtracts consumed bytes from buf->len without clamping, so when called from gss_krb5_unwrap_v2() with a small wire-derived buf->len while page-scale iov_lens are pr...

9.8CVSS0.00463EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/11 7:44 p.m.12 views

CVE-2026-89550

CVE-2026-89550 is a division-by-zero vulnerability in the Linux kernel's SUNRPC svcauth_gss module. The function svcauth_gss_unwrap_priv() enforces only an upper-bound check on the wire-supplied token length, allowing tokens of 16 bytes or less (the RFC 4121 header size) to reach gss_krb5_unwrap_...

9.8CVSS0.00463EPSS
SaveExploits0References4
Rows per page
Query Builder