Lucene search
+L

124239 matches found

Debian CVE
Debian CVE
added 2026/08/15 5:55 a.m.5 views

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
SaveExploits0
OSV
OSV
added 2026/08/15 5:55 a.m.14 views

CVE-2026-72299 tipc: restrict socket queue dumps in enqueue tracepoints

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.6AI score
SaveExploits0References8
EUVD
EUVD
added 2026/08/15 5:55 a.m.7 views

EUVD-2026-59198

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...

5.5AI score0.00663EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/15 5:55 a.m.27 views

CVE-2026-72299 tipc: restrict socket queue dumps in enqueue tracepoints

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.8CVSS0.00663EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/08/15 5:55 a.m.11 views

CVE-2026-72298

In the Linux kernel, the following vulnerability has been resolved: net: qrtr: fix 32-bit integer overflow in qrtrendpointpost qrtrendpointpost validates an incoming packet with if !size || len != ALIGNsize, 4 + hdrlen goto err; where size comes from the wire. On 32-bit, sizet is 32 bits and...

8.4CVSS5.7AI score0.00182EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/15 5:55 a.m.7 views

CVE-2026-72297

In the Linux kernel, the following vulnerability has been resolved: net: atm: reject out-of-range traffic classes in QoS validation Reject ATM traffic classes above ATMANYCLASS in checktp. SOATMQOS stores the supplied QoS after checkqos succeeds, so accepting larger values leaves invalid...

7.1CVSS5.3AI score0.00159EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/15 5:55 a.m.8 views

CVE-2026-72296

In the Linux kernel, the following vulnerability has been resolved: net: ife: require ETHHLEN to be pullable in ifedecode ife decode may return after making only the outer IFE header and metadata pullable. The caller then passes the decapsulated packet to ethtypetrans, which expects the inner...

9.1CVSS5.4AI score0.00704EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/15 5:55 a.m.7 views

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
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/15 5:55 a.m.9 views

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
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/15 5:55 a.m.7 views

CVE-2026-72291

In the Linux kernel, the following vulnerability has been resolved: KVM: s390: Fix unlikely race in trygetlockedpte Fix an unlikely race in trygetlockedpte, which could have happened if puds or pmds get unmapped between the p?dpget and p?doffset functions...

9.3CVSS5.3AI score0.00168EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/15 5:55 a.m.5 views

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
SaveExploits0
EUVD
EUVD
added 2026/08/15 5:55 a.m.9 views

EUVD-2026-59188

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 ...

5.5AI score0.00182EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/08/15 5:55 a.m.9 views

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
SaveExploits0
EUVD
EUVD
added 2026/08/15 5:55 a.m.5 views

EUVD-2026-59187

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 ...

5.4AI score0.00178EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/15 5:55 a.m.20 views

CVE-2026-72288 KVM: arm64: vgic: Handle race between interrupt affinity change and LPI disabling

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.3CVSS0.00178EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/08/15 5:55 a.m.6 views

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
SaveExploits0
OSV
OSV
added 2026/08/15 5:55 a.m.14 views

CVE-2026-72289 KVM: arm64: vgic: Check the interrupt is still ours before migrating it

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.6AI score
SaveExploits0References11
CVE
CVE
added 2026/08/15 5:55 a.m.31 views

CVE-2026-72289

CVE-2026-72289 affects the Linux kernel (KVM on arm64) where vgic interrupt migration logic can mis-handle pending/active interrupts during lock-protected migrations. Specifically, vgic_prune_ap_list() drops ap_list_lock and irq_lock and rechecks only affinity, which can pass for an interrupt tha...

9.3CVSS5.4AI score0.00182EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/15 5:55 a.m.10 views

CVE-2026-72288 KVM: arm64: vgic: Handle race between interrupt affinity change and LPI disabling

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.5AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/15 5:55 a.m.24 views

CVE-2026-72289 KVM: arm64: vgic: Check the interrupt is still ours before migrating it

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.3CVSS0.00182EPSS
SaveExploits0References8
Rows per page
Query Builder