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-23191High· 7.8
7mo ago

ALSA: aloop: Fix racy access at PCM trigger

In the Linux kernel, the following vulnerability has been resolved: ALSA: aloop: Fix racy access at PCM trigger The PCM trigger callback of aloop driver tries to check the PCM state and stop the stream of the tied substream in the corr…

▾ TwilightLinux · LinuxEPSS 0.12%via CVEORG
CVE-2026-23137None
7mo ago

of: unittest: Fix memory leak in unittest_data_add()

In the Linux kernel, the following vulnerability has been resolved: of: unittest: Fix memory leak in unittest_data_add() In unittest_data_add(), if of_resolve_phandles() fails, the allocated unittest_data is not freed, leading to a mem…

▾ SunlitLinux · LinuxEPSS 0.13%via CVEORG
CVE-2025-71221High· 7.8
7mo ago

dmaengine: mmp_pdma: Fix race condition in mmp_pdma_residue()

In the Linux kernel, the following vulnerability has been resolved: dmaengine: mmp_pdma: Fix race condition in mmp_pdma_residue() Add proper locking in mmp_pdma_residue() to prevent use-after-free when accessing descriptor list and des…

▾ TwilightLinux · LinuxEPSS 0.10%via CVEORG
CVE-2026-23154None
7mo ago

net: fix segmentation of forwarding fraglist GRO

In the Linux kernel, the following vulnerability has been resolved: net: fix segmentation of forwarding fraglist GRO This patch enhances GSO segment handling by properly checking the SKB_GSO_DODGY flag for frag_list GSO packets, addres…

▾ SunlitLinux · LinuxEPSS 0.12%via CVEORG
CVE-2026-23113None
7mo ago

io_uring/io-wq: check IO_WQ_BIT_EXIT inside work run loop

In the Linux kernel, the following vulnerability has been resolved: io_uring/io-wq: check IO_WQ_BIT_EXIT inside work run loop Currently this is checked before running the pending work. Normally this is quite fine, as work items either …

▾ SunlitLinux · LinuxEPSS 0.12%via CVEORG
CVE-2026-23087None
7mo ago

scsi: xen: scsiback: Fix potential memory leak in scsiback_remove()

In the Linux kernel, the following vulnerability has been resolved: scsi: xen: scsiback: Fix potential memory leak in scsiback_remove() Memory allocated for struct vscsiblk_info in scsiback_probe() is not freed in scsiback_remove() lea…

▾ SunlitLinux · LinuxEPSS 0.13%via CVEORG
CVE-2026-23084None
7mo ago

be2net: Fix NULL pointer dereference in be_cmd_get_mac_from_list

In the Linux kernel, the following vulnerability has been resolved: be2net: Fix NULL pointer dereference in be_cmd_get_mac_from_list When the parameter pmac_id_valid argument of be_cmd_get_mac_from_list() is set to false, the driver ma…

▾ SunlitLinux · LinuxEPSS 0.13%via CVEORG
CVE-2026-23083None
7mo ago

fou: Don't allow 0 for FOU_ATTR_IPPROTO.

In the Linux kernel, the following vulnerability has been resolved: fou: Don't allow 0 for FOU_ATTR_IPPROTO. fou_udp_recv() has the same problem mentioned in the previous patch. If FOU_ATTR_IPPROTO is set to 0, skb is not freed by fou…

▾ SunlitLinux · LinuxEPSS 0.14%via CVEORG
CVE-2026-23060None
7mo ago

crypto: authencesn - reject too-short AAD (assoclen<8) to match ESP/ESN spec

In the Linux kernel, the following vulnerability has been resolved: crypto: authencesn - reject too-short AAD (assoclen<8) to match ESP/ESN spec authencesn assumes an ESP/ESN-formatted AAD. When assoclen is shorter than the minimum exp…

▾ SunlitLinux · LinuxEPSS 0.13%via CVEORG
CVE-2026-23054None
7mo ago

net: hv_netvsc: reject RSS hash key programming without RX indirection table

In the Linux kernel, the following vulnerability has been resolved: net: hv_netvsc: reject RSS hash key programming without RX indirection table RSS configuration requires a valid RX indirection table. When the device reports a single …

▾ SunlitLinux · LinuxEPSS 0.18%via CVEORG
CVE-2025-71197None
7mo ago

w1: therm: Fix off-by-one buffer overflow in alarms_store

In the Linux kernel, the following vulnerability has been resolved: w1: therm: Fix off-by-one buffer overflow in alarms_store The sysfs buffer passed to alarms_store() is allocated with 'size + 1' bytes and a NUL terminator is appended…

▾ SunlitLinux · LinuxEPSS 0.21%via CVEORG
CVE-2026-23110None
7mo ago

scsi: core: Wake up the error handler when final completions race against each other

In the Linux kernel, the following vulnerability has been resolved: scsi: core: Wake up the error handler when final completions race against each other The fragile ordering between marking commands completed or failed so that the erro…

▾ SunlitLinux · LinuxEPSS 0.10%via CVEORG
CVE-2026-23100None
7mo ago

mm/hugetlb: fix hugetlb_pmd_shared()

In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: fix hugetlb_pmd_shared() Patch series "mm/hugetlb: fixes for PMD table sharing (incl. using mmu_gather)", v3. One functional fix, one performance regress…

▾ SunlitLinux · LinuxEPSS 0.13%via CVEORG
CVE-2026-23095High· 7.5
7mo ago

gue: Fix skb memleak with inner IP protocol 0.

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() retu…

▾ TwilightLinux · LinuxEPSS 0.25%via CVEORG
CVE-2026-23086None
7mo ago

vsock/virtio: cap TX credit to local buffer size

In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: cap TX credit to local buffer size The virtio transports derives its TX credit directly from peer_buf_alloc, which is set from the remote endpoint's SO_V…

▾ SunlitLinux · LinuxEPSS 0.15%via CVEORG
CVE-2026-23038None
7mo ago

pnfs/flexfiles: Fix memory leak in nfs4_ff_alloc_deviceid_node()

In the Linux kernel, the following vulnerability has been resolved: pnfs/flexfiles: Fix memory leak in nfs4_ff_alloc_deviceid_node() In nfs4_ff_alloc_deviceid_node(), if the allocation for ds_versions fails, the function jumps to the o…

▾ SunlitLinux · LinuxEPSS 0.26%via CVEORG
CVE-2026-23026None
7mo ago

dmaengine: qcom: gpi: Fix memory leak in gpi_peripheral_config()

In the Linux kernel, the following vulnerability has been resolved: dmaengine: qcom: gpi: Fix memory leak in gpi_peripheral_config() Fix a memory leak in gpi_peripheral_config() where the original memory pointed to by gchan->config cou…

▾ SunlitLinux · LinuxEPSS 0.19%via CVEORG
CVE-2026-23019None
7mo ago

net: marvell: prestera: fix NULL dereference on devlink_alloc() failure

In the Linux kernel, the following vulnerability has been resolved: net: marvell: prestera: fix NULL dereference on devlink_alloc() failure devlink_alloc() may return NULL on allocation failure, but prestera_devlink_alloc() uncondition…

▾ SunlitLinux · LinuxEPSS 0.12%via CVEORG
CVE-2025-71191None
7mo ago

dmaengine: at_hdmac: fix device leak on of_dma_xlate()

In the Linux kernel, the following vulnerability has been resolved: dmaengine: at_hdmac: fix device leak on of_dma_xlate() Make sure to drop the reference taken when looking up the DMA platform device during of_dma_xlate() when releasi…

▾ SunlitLinux · LinuxEPSS 0.20%via CVEORG
CVE-2025-71190None
7mo ago

dmaengine: bcm-sba-raid: fix device leak on probe

In the Linux kernel, the following vulnerability has been resolved: dmaengine: bcm-sba-raid: fix device leak on probe Make sure to drop the reference taken when looking up the mailbox device during probe on probe failures and on driver…

▾ SunlitLinux · LinuxEPSS 0.20%via CVEORG
CVE-2025-71189None
7mo ago

dmaengine: dw: dmamux: fix OF node leak on route allocation failure

In the Linux kernel, the following vulnerability has been resolved: dmaengine: dw: dmamux: fix OF node leak on route allocation failure Make sure to drop the reference taken to the DMA master OF node also on late route allocation failu…

▾ SunlitLinux · LinuxEPSS 0.19%via CVEORG
CVE-2025-71186None
7mo ago

dmaengine: stm32: dmamux: fix device leak on route allocation

In the Linux kernel, the following vulnerability has been resolved: dmaengine: stm32: dmamux: fix device leak on route allocation Make sure to drop the reference taken when looking up the DMA mux platform device during route allocation…

▾ SunlitLinux · LinuxEPSS 0.20%via CVEORG
CVE-2025-71185None
7mo ago

dmaengine: ti: dma-crossbar: fix device leak on am335x route allocation

In the Linux kernel, the following vulnerability has been resolved: dmaengine: ti: dma-crossbar: fix device leak on am335x route allocation Make sure to drop the reference taken when looking up the crossbar platform device during am335…

▾ SunlitLinux · LinuxEPSS 0.20%via CVEORG
CVE-2026-23011None
8mo ago

ipv4: ip_gre: make ipgre_header() robust

In the Linux kernel, the following vulnerability has been resolved: ipv4: ip_gre: make ipgre_header() robust Analog to commit db5b4e39c4e6 ("ip6_gre: make ip6gre_header() robust") Over the years, syzbot found many ways to crash the ke…

▾ SunlitLinux · LinuxEPSS 0.21%via CVEORG
CVE-2026-23010High· 7.8PoC
8mo ago

ipv6: Fix use-after-free in inet6_addr_del().

In the Linux kernel, the following vulnerability has been resolved: ipv6: Fix use-after-free in inet6_addr_del(). syzbot reported use-after-free of inet6_ifaddr in inet6_addr_del(). [0] The cited commit accidentally moved ipv6_del_add…

▾ MidnightLinux · LinuxEPSS 0.20%via CVEORG
CVE-2026-23005NonePoC
8mo ago

x86/fpu: Clear XSTATE_BV[i] in guest XSAVE state whenever XFD[i]=1

In the Linux kernel, the following vulnerability has been resolved: x86/fpu: Clear XSTATE_BV[i] in guest XSAVE state whenever XFD[i]=1 When loading guest XSAVE state via KVM_SET_XSAVE, and when updating XFD in response to a guest WRMSR…

▾ TwilightLinux · LinuxEPSS 0.22%via CVEORG
CVE-2026-23003High· 7.5PoC
8mo ago

ip6_tunnel: use skb_vlan_inet_prepare() in __ip6_tnl_rcv()

In the Linux kernel, the following vulnerability has been resolved: ip6_tunnel: use skb_vlan_inet_prepare() in __ip6_tnl_rcv() Blamed commit did not take care of VLAN encapsulations as spotted by syzbot [1]. Use skb_vlan_inet_prepare(…

▾ MidnightLinux · LinuxEPSS 0.52%via CVEORG
CVE-2025-71163None
8mo ago

dmaengine: idxd: fix device leaks on compat bind and unbind

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: fix device leaks on compat bind and unbind Make sure to drop the reference taken when looking up the idxd device as part of the compat bind and unbind…

▾ SunlitLinux · LinuxEPSS 0.21%via CVEORG
CVE-2025-71162High· 7.8
8mo ago

dmaengine: tegra-adma: Fix use-after-free

In the Linux kernel, the following vulnerability has been resolved: dmaengine: tegra-adma: Fix use-after-free A use-after-free bug exists in the Tegra ADMA driver when audio streams are terminated, particularly during XRUN conditions. …

▾ TwilightLinux · LinuxEPSS 0.21%via CVEORG
CVE-2026-22994None
8mo ago

bpf: Fix reference count leak in bpf_prog_test_run_xdp()

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix reference count leak in bpf_prog_test_run_xdp() syzbot is reporting unregister_netdevice: waiting for sit0 to become free. Usage count = 2 problem. A debu…

▾ SunlitLinux · LinuxEPSS 0.14%via CVEORG
linux vulnerabilities (CVEs) — page 61 · VulnSea