Lucene search
+L

29105 matches found

OSV
OSV
added 4 days ago4 views

DEBIAN-CVE-2026-72318

In the Linux kernel, the following vulnerability has been resolved: cifs: validate DFS referral string offsets parsedfsreferrals validates that the response header and referral array fit in the received buffer, but each referral also contains string offsets supplied by the server. Those offsets a...

9.4CVSS5.4AI score0.00586EPSS
SaveExploits0References1
OSV
OSV
added 4 days ago4 views

DEBIAN-CVE-2026-72317

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: pin upper rpcclnt across the TLS connectworker The TLS connect path has a use-after-free: nothing pins the upper rpcclnt across the delayed connectworker. xsconnect stores task-tkclient in sockxprt::clnt as a raw pointer...

9.8CVSS5.4AI score0.00652EPSS
SaveExploits0References1
OSV
OSV
added 4 days ago6 views

DEBIAN-CVE-2026-72319

In the Linux kernel, the following vulnerability has been resolved: ipvs: ensure inner headers in ICMP errors are in headroom Sashiko points out that after stripping the outer headers with pskbpull we should ensure the inner IP headers in ICMP errors from tunnels are present in the skb headroom f...

9.8CVSS5.3AI score0.00755EPSS
SaveExploits0References1
OSV
OSV
added 4 days ago6 views

DEBIAN-CVE-2026-72315

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix busy dentry warning on unmount after DIO Commit c68337442f03 "cifs: Fix busy dentry used after unmounting" fixed the issue in cifs where deferred close of a file led to a dentry reference count not being released...

7.8CVSS5.6AI score0.00165EPSS
SaveExploits0References1
OSV
OSV
added 4 days ago3 views

DEBIAN-CVE-2026-72310

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix overflow in passthrough ioctl bounds check smb2ioctlqueryinfo validates the PASSTHRUFSCTL response payload before copying it to userspace. The payload offset and length both come from 32-bit fields. The bounds...

8.1CVSS5.8AI score0.00642EPSS
SaveExploits0References1
OSV
OSV
added 4 days ago4 views

DEBIAN-CVE-2026-72308

In the Linux kernel, the following vulnerability has been resolved: mlxsw: fix refcount leak in mlxswspportlagjoin When mlxswspportlagindexget fails, mlxswspportlagjoin returns an error without releasing the lag reference obtained by the earlier mlxswsplagget. All other error paths in the functio...

5.4AI score0.00209EPSS
SaveExploits0References1
OSV
OSV
added 4 days ago4 views

DEBIAN-CVE-2026-72303

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: ipc4-control: Validate notification payload size Validate MODULENOTIFICATION payload length before reading bytes/channel data in control update handling...

7.8CVSS5.3AI score0.00154EPSS
SaveExploits0References1
OSV
OSV
added 4 days ago3 views

DEBIAN-CVE-2026-72306

In the Linux kernel, the following vulnerability has been resolved: vduse: Fix race in vdusedevmsgsync and vdusedevreaditer There is one race case in vdusedevmsgsync and vdusedevreaditer: vdusedevreaditer: lockmsglock; dequeuemsgsendlist; unlockmsglock; vdusedevmsgsync: waittimeout finish...

5.4AI score0.00215EPSS
SaveExploits0References1
OSV
OSV
added 4 days ago4 views

DEBIAN-CVE-2026-72301

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: ipc3-control: Fix TOCTOU in bytesput and bytesget In sofipc3bytesput, the size used for the memcpy is derived from the old data-size already in the buffer, not the incoming new data's size field. If the new data has a...

7.8CVSS5.4AI score0.00164EPSS
SaveExploits0References1
OSV
OSV
added 4 days ago4 views

DEBIAN-CVE-2026-72295

In the Linux kernel, the following vulnerability has been resolved: LoongArch: KVM: Validate irqchip index in irqfd routing Sashiko reported that the irqchip index is not validated for LoongArch. Add validation and reject out-of-range irqchip indexes to avoid indexing past the routing table's chi...

8.8CVSS5.3AI score0.00161EPSS
SaveExploits0References1
OSV
OSV
added 4 days ago4 views

DEBIAN-CVE-2026-72299

In the Linux kernel, the following vulnerability has been resolved: tipc: restrict socket queue dumps in enqueue tracepoints tipcskenqueue runs with sk-sklock.slock held while the socket is owned by user context. The spinlock protects the backlog queue in this path, but it does not serialize...

9.8CVSS5.4AI score0.00663EPSS
SaveExploits0References1
OSV
OSV
added 4 days ago4 views

DEBIAN-CVE-2026-72292

In the Linux kernel, the following vulnerability has been resolved: KVM: s390: Initialize KVMS390GETCMMABITS memory kvms390getcmmabits allocates its output buffer with vmalloc, which does not zero the returned pages: values = vmallocargs-count; In the non-peek migration path, datgetcmma reports a...

5.7AI score0.00198EPSS
SaveExploits0References1
OSV
OSV
added 4 days ago3 views

DEBIAN-CVE-2026-72290

In the Linux kernel, the following vulnerability has been resolved: KVM: s390: pci: Fix GISC refcount leak on AIF enable failure kvms390giscregister registers the guest ISC before pinning the guest interrupt forwarding pages and allocating the AISB bit. If any of the later setup steps fails, the...

5.4AI score0.00205EPSS
SaveExploits0References1
OSV
OSV
added 4 days ago4 views

DEBIAN-CVE-2026-72289

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: vgic: Check the interrupt is still ours before migrating it vgicpruneaplist drops both aplistlock and irqlock while migrating an interrupt to another vCPU. After reacquiring the locks it only checks that the affinity ...

9.3CVSS5.4AI score0.00182EPSS
SaveExploits0References1
OSV
OSV
added 4 days ago3 views

DEBIAN-CVE-2026-72288

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: vgic: Handle race between interrupt affinity change and LPI disabling Hyunwoo Kim reports some really bad races should the following situation occur: - LPI-I is pending in vcpu-B's AP list - vcpu-A writes to vcpu-B's ...

9.3CVSS5.4AI score0.00178EPSS
SaveExploits0References1
OSV
OSV
added 4 days ago6 views

DEBIAN-CVE-2026-72286

In the Linux kernel, the following vulnerability has been resolved: KVM: SEV: Do not allow intra-host migration/mirroring of SNP VMs The intra-host migration/mirroring feature is not fully implemented for SEV-SNP VMs. The proper migration requires additional SNP-specific state such as...

8.8CVSS5.4AI score0.00175EPSS
SaveExploits0References1
OSV
OSV
added 4 days ago5 views

DEBIAN-CVE-2026-72279

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: nv: Respect read-only PFN when mapping L1 VNCR KVM currently maps the L1 VNCR into the host stage-1 by relying entirely on the permissions of the guest stage-1. At the same time, it is entirely possible that the backi...

9CVSS5.5AI score0.00189EPSS
SaveExploits0References1
OSV
OSV
added 4 days ago4 views

DEBIAN-CVE-2026-72275

In the Linux kernel, the following vulnerability has been resolved: fbdev: broadsheetfb: fix potential memory leak in broadsheetfbprobe The memory allocated for pagerefs in fbdeferredioinit is not freed on the error path. Fix it by calling fbdeferrediocleanup...

5.3AI score0.00205EPSS
SaveExploits0References1
OSV
OSV
added 4 days ago5 views

DEBIAN-CVE-2026-72276

In the Linux kernel, the following vulnerability has been resolved: fbdev: metronomefb: fix potential memory leak in metronomefbprobe The memory allocated for pagerefs in fbdeferredioinit is not freed on the error path. Fix it by calling fbdeferrediocleanup...

5.3AI score0.00215EPSS
SaveExploits0References1
OSV
OSV
added 4 days ago4 views

DEBIAN-CVE-2026-72278

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: nv: Re-translate VNCR before injecting abort KVM faults in the VNCR page with FOLLWRITE whenever the guest aborts for a write, similar to how a regular stage-2 mapping is handled. It is entirely possible that the gues...

9.3CVSS5.4AI score0.00194EPSS
SaveExploits0References1
Rows per page
Query Builder