VulnSea

linux vulnerabilities

CVEs whose affected-version data names the linux package. Each record lists the affected and patched versions; check a specific version with the dependency checker or POST /api/sbom.

1965 CVEsRSS

CVE-2026-22992High· 7.5
8mo ago

libceph: return the handler error from mon_handle_auth_done()

In the Linux kernel, the following vulnerability has been resolved: libceph: return the handler error from mon_handle_auth_done() Currently any error from ceph_auth_handle_reply_done() is propagated via finish_auth() but isn't returned…

▾ TwilightLinux · LinuxEPSS 0.32%via CVEORG
CVE-2026-22982None
8mo ago

net: mscc: ocelot: Fix crash when adding interface under a lag

In the Linux kernel, the following vulnerability has been resolved: net: mscc: ocelot: Fix crash when adding interface under a lag Commit 15faa1f67ab4 ("lan966x: Fix crash when adding interface under a lag") fixed a similar issue in th…

▾ SunlitLinux · LinuxEPSS 0.14%via CVEORG
CVE-2026-22980High· 7.8
8mo ago

nfsd: provide locking for v4_end_grace

In the Linux kernel, the following vulnerability has been resolved: nfsd: provide locking for v4_end_grace Writing to v4_end_grace can race with server shutdown and result in memory being accessed after it was freed - reclaim_str_hasht…

▾ TwilightLinux · LinuxEPSS 0.15%via CVEORG
CVE-2026-22979None
8mo ago

net: fix memory leak in skb_segment_list for GRO packets

In the Linux kernel, the following vulnerability has been resolved: net: fix memory leak in skb_segment_list for GRO packets When skb_segment_list() is called during packet forwarding, it handles packets that were aggregated by the GRO…

▾ SunlitLinux · LinuxEPSS 0.14%via CVEORG
CVE-2025-71161High· 7.5
8mo ago

dm-verity: disable recursive forward error correction

In the Linux kernel, the following vulnerability has been resolved: dm-verity: disable recursive forward error correction There are two problems with the recursive correction: 1. It may cause denial-of-service. In fec_read_bufs, there…

▾ TwilightLinux · LinuxEPSS 0.38%via CVEORG
CVE-2026-22977None
8mo ago

net: sock: fix hardened usercopy panic in sock_recv_errqueue

In the Linux kernel, the following vulnerability has been resolved: net: sock: fix hardened usercopy panic in sock_recv_errqueue skbuff_fclone_cache was created without defining a usercopy region, [1] unlike skbuff_head_cache which pro…

▾ SunlitLinux · LinuxEPSS 0.14%via CVEORG
CVE-2025-71142None
8mo ago

cpuset: fix warning when disabling remote partition

In the Linux kernel, the following vulnerability has been resolved: cpuset: fix warning when disabling remote partition A warning was triggered as follows: WARNING: kernel/cgroup/cpuset.c:1651 at remote_partition_disable+0xf7/0x110 RI…

▾ SunlitLinux · LinuxEPSS 0.13%via CVEORG
CVE-2025-71123None
8mo ago

ext4: fix string copying in parse_apply_sb_mount_options()

In the Linux kernel, the following vulnerability has been resolved: ext4: fix string copying in parse_apply_sb_mount_options() strscpy_pad() can't be used to copy a non-NUL-term string into a NUL-term string of possibly bigger size. C…

▾ SunlitLinux · LinuxEPSS 0.17%via CVEORG
CVE-2025-71120High· 7.5
8mo ago

SUNRPC: svcauth_gss: avoid NULL deref on zero length gss_token in gss_read_proxy_verf

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: svcauth_gss: avoid NULL deref on zero length gss_token in gss_read_proxy_verf A zero length gss_token results in pages == 0 and in_token->pages[0] is NULL. The…

▾ TwilightLinux · LinuxEPSS 0.48%via CVEORG
CVE-2025-71114None
8mo ago

via_wdt: fix critical boot hang due to unnamed resource allocation

In the Linux kernel, the following vulnerability has been resolved: via_wdt: fix critical boot hang due to unnamed resource allocation The VIA watchdog driver uses allocate_resource() to reserve a MMIO region for the watchdog control r…

▾ SunlitLinux · LinuxEPSS 0.14%via CVEORG
CVE-2025-71113None
8mo ago

crypto: af_alg - zero initialize memory allocated via sock_kmalloc

In the Linux kernel, the following vulnerability has been resolved: crypto: af_alg - zero initialize memory allocated via sock_kmalloc Several crypto user API contexts and requests allocated with sock_kmalloc() were left uninitialized,…

▾ SunlitLinux · LinuxEPSS 0.14%via CVEORG
CVE-2025-71112High· 8.8
8mo ago

net: hns3: add VLAN id validation before using

In the Linux kernel, the following vulnerability has been resolved: net: hns3: add VLAN id validation before using Currently, the VLAN id may be used without validation when receive a VLAN configuration mailbox from VF. The length of v…

▾ TwilightLinux · LinuxEPSS 0.15%via CVEORG
CVE-2025-71104None
8mo ago

KVM: x86: Fix VM hard lockup after prolonged inactivity with periodic HV timer

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Fix VM hard lockup after prolonged inactivity with periodic HV timer When advancing the target expiration for the guest's APIC timer in periodic mode, set th…

▾ SunlitLinux · LinuxEPSS 0.11%via CVEORG
CVE-2025-71131High· 7.5
8mo ago

crypto: seqiv - Do not use req->iv after crypto_aead_encrypt

In the Linux kernel, the following vulnerability has been resolved: crypto: seqiv - Do not use req->iv after crypto_aead_encrypt As soon as crypto_aead_encrypt is called, the underlying request may be freed by an asynchronous completio…

▾ TwilightLinux · LinuxEPSS 0.28%via CVEORG
CVE-2025-71098None
8mo ago

ip6_gre: make ip6gre_header() robust

In the Linux kernel, the following vulnerability has been resolved: ip6_gre: make ip6gre_header() robust Over the years, syzbot found many ways to crash the kernel in ip6gre_header() [1]. This involves team or bonding drivers ability …

▾ SunlitLinux · LinuxEPSS 0.13%via CVEORG
CVE-2025-71097None
8mo ago

ipv4: Fix reference count leak when using error routes with nexthop objects

In the Linux kernel, the following vulnerability has been resolved: ipv4: Fix reference count leak when using error routes with nexthop objects When a nexthop object is deleted, it is marked as dead and then fib_table_flush() is called…

▾ SunlitLinux · LinuxEPSS 0.13%via CVEORG
CVE-2025-71095Critical· 9.1
8mo ago

net: stmmac: fix the crash issue for zero copy XDP_TX action

In the Linux kernel, the following vulnerability has been resolved: net: stmmac: fix the crash issue for zero copy XDP_TX action There is a crash issue when running zero copy XDP_TX action, the crash log is shown below. [ 216.122464]…

▾ MidnightLinux · LinuxEPSS 0.28%via CVEORG
CVE-2025-71088None
8mo ago

mptcp: fallback earlier on simult connection

In the Linux kernel, the following vulnerability has been resolved: mptcp: fallback earlier on simult connection Syzkaller reports a simult-connect race leading to inconsistent fallback status: WARNING: CPU: 3 PID: 33 at net/mptcp/s…

▾ SunlitLinux · LinuxEPSS 0.14%via CVEORG
CVE-2025-71086None
8mo ago

net: rose: fix invalid array index in rose_kill_by_device()

In the Linux kernel, the following vulnerability has been resolved: net: rose: fix invalid array index in rose_kill_by_device() rose_kill_by_device() collects sockets into a local array[] and then iterates over them to disconnect socke…

▾ SunlitLinux · LinuxEPSS 0.14%via CVEORG
CVE-2025-71085High· 7.5
8mo ago

ipv6: BUG() in pskb_expand_head() as part of calipso_skbuff_setattr()

In the Linux kernel, the following vulnerability has been resolved: ipv6: BUG() in pskb_expand_head() as part of calipso_skbuff_setattr() There exists a kernel oops caused by a BUG_ON(nhead < 0) at net/core/skbuff.c:2232 in pskb_expand…

▾ TwilightLinux · LinuxEPSS 0.28%via CVEORG
CVE-2025-71079None
8mo ago

net: nfc: fix deadlock between nfc_unregister_device and rfkill_fop_write

In the Linux kernel, the following vulnerability has been resolved: net: nfc: fix deadlock between nfc_unregister_device and rfkill_fop_write A deadlock can occur between nfc_unregister_device() and rfkill_fop_write() due to lock order…

▾ SunlitLinux · LinuxEPSS 0.10%via CVEORG
CVE-2025-71075None
8mo ago

scsi: aic94xx: fix use-after-free in device removal path

In the Linux kernel, the following vulnerability has been resolved: scsi: aic94xx: fix use-after-free in device removal path The asd_pci_remove() function fails to synchronize with pending tasklets before freeing the asd_ha structure, …

▾ SunlitLinux · LinuxEPSS 0.15%via CVEORG
CVE-2025-71064None
8mo ago

net: hns3: using the num_tqps in the vf driver to apply for resources

In the Linux kernel, the following vulnerability has been resolved: net: hns3: using the num_tqps in the vf driver to apply for resources Currently, hdev->htqp is allocated using hdev->num_tqps, and kinfo->tqp is allocated using kinfo-…

▾ SunlitLinux · LinuxEPSS 0.21%via CVEORG
CVE-2025-68820None
8mo ago

ext4: xattr: fix null pointer deref in ext4_raw_inode()

In the Linux kernel, the following vulnerability has been resolved: ext4: xattr: fix null pointer deref in ext4_raw_inode() If ext4_get_inode_loc() fails (e.g. if it returns -EFSCORRUPTED), iloc.bh will remain set to NULL. Since ext4_x…

▾ SunlitLinux · LinuxEPSS 0.21%via CVEORG
CVE-2025-68818High· 8.8
8mo ago

scsi: Revert "scsi: qla2xxx: Perform lockless command completion in abort path"

In the Linux kernel, the following vulnerability has been resolved: scsi: Revert "scsi: qla2xxx: Perform lockless command completion in abort path" This reverts commit 0367076b0817d5c75dfb83001ce7ce5c64d803a9. The commit being reverte…

▾ TwilightLinux · LinuxEPSS 0.29%via CVEORG
CVE-2025-68816None
8mo ago

net/mlx5: fw_tracer, Validate format string parameters

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: fw_tracer, Validate format string parameters Add validation for format string parameters in the firmware tracer to prevent potential security vulnerabilities…

▾ SunlitLinux · LinuxEPSS 0.21%via CVEORG
CVE-2025-68814None
8mo ago

io_uring: fix filename leak in __io_openat_prep()

In the Linux kernel, the following vulnerability has been resolved: io_uring: fix filename leak in __io_openat_prep() __io_openat_prep() allocates a struct filename using getname(). However, for the condition of the file being install…

▾ SunlitLinux · LinuxEPSS 0.21%via CVEORG
CVE-2025-68803High· 8.0
8mo ago

NFSD: NFSv4 file creation neglects setting ACL

In the Linux kernel, the following vulnerability has been resolved: NFSD: NFSv4 file creation neglects setting ACL An NFSv4 client that sets an ACL with a named principal during file creation retrieves the ACL afterwards, and finds tha…

▾ TwilightLinux · LinuxEPSS 0.44%via CVEORG
CVE-2025-68798None
8mo ago

perf/x86/amd: Check event before enable to avoid GPF

In the Linux kernel, the following vulnerability has been resolved: perf/x86/amd: Check event before enable to avoid GPF On AMD machines cpuc->events[idx] can become NULL in a subtle race condition with NMI->throttle->x86_pmu_stop(). …

▾ SunlitLinux · LinuxEPSS 0.20%via CVEORG
CVE-2025-68788None
8mo ago

fsnotify: do not generate ACCESS/MODIFY events on child for special files

In the Linux kernel, the following vulnerability has been resolved: fsnotify: do not generate ACCESS/MODIFY events on child for special files inotify/fanotify do not allow users with no read access to a file to subscribe to events (e.g…

▾ SunlitLinux · LinuxEPSS 0.21%via CVEORG
linux vulnerabilities (CVEs) — page 62 · VulnSea