Lucene search
+L

369999 matches found

Cvelist
Cvelist
added 2026/08/15 5:58 a.m.31 views

CVE-2026-74314 bpf: Cancel special fields on map value recycle

In the Linux kernel, the following vulnerability has been resolved: bpf: Cancel special fields on map value recycle Map update and delete paths currently call bpfobjfreefields when a value is being replaced or recycled. That makes field destruction depend on the context of the update/delete...

7.8CVSS0.00129EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/08/15 5:58 a.m.8 views

CVE-2026-74313

In the Linux kernel, the following vulnerability has been resolved: vduse: hold vduselock across IDR lookup in open path vdusedevopen looks up struct vdusedev through the IDR and then acquires dev-lock only after vduselock has been dropped. This leaves a window where a concurrent VDUSEDESTROYDEV...

8.8CVSS5.4AI score0.00125EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/15 5:58 a.m.7 views

EUVD-2026-59460

In the Linux kernel, the following vulnerability has been resolved: vduse: hold vduselock across IDR lookup in open path vdusedevopen looks up struct vdusedev through the IDR and then acquires dev-lock only after vduselock has been dropped. This leaves a window where a concurrent VDUSEDESTROYDEV...

5.4AI score0.00125EPSS
SaveExploits0References7
CVE
CVE
added 2026/08/15 5:58 a.m.23 views

CVE-2026-74314

CVE-2026-74314 relates to the Linux kernel BPF map value handling. The description shows a fix for canceling field cleanup on map value recycle: during updates/deletes, fields no longer are eagerly freed via bpf_obj_free_fields(); instead, bpf_obj_cancel_fields() performs only NMI-safe cleanup fo...

7.8CVSS5.9AI score0.00129EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/15 5:58 a.m.28 views

CVE-2026-74313

The CVE-2026-74313 issue affects the Linux kernel under the VDUSE path. Specifically, vduse_dev_open() currently looks up a vduse_dev via an IDR lookup and then acquires dev->lock after vduse_lock is dropped, creating a window where VDUSE_DESTROY_DEV could remove and free the same object befor...

8.8CVSS5.4AI score0.00125EPSS
SaveExploits0References7
OSV
OSV
added 2026/08/15 5:58 a.m.7 views

CVE-2026-74313 vduse: hold vduse_lock across IDR lookup in open path

In the Linux kernel, the following vulnerability has been resolved: vduse: hold vduselock across IDR lookup in open path vdusedevopen looks up struct vdusedev through the IDR and then acquires dev-lock only after vduselock has been dropped. This leaves a window where a concurrent VDUSEDESTROYDEV...

8.8CVSS5.5AI score
SaveExploits0References10
Debian CVE
Debian CVE
added 2026/08/15 5:58 a.m.4 views

CVE-2026-74314

In the Linux kernel, the following vulnerability has been resolved: bpf: Cancel special fields on map value recycle Map update and delete paths currently call bpfobjfreefields when a value is being replaced or recycled. That makes field destruction depend on the context of the update/delete...

7.8CVSS5.9AI score0.00129EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/08/15 5:58 a.m.31 views

CVE-2026-74312 vhost/vdpa: validate virtqueue index in mmap and fault paths

In the Linux kernel, the following vulnerability has been resolved: vhost/vdpa: validate virtqueue index in mmap and fault paths vhostvdpammap and vhostvdpafault use vma-vmpgoff as a virtqueue index for getvqnotification, but they do not validate that the index is smaller than v-nvqs. The ioctl...

7.8CVSS0.00129EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/15 5:58 a.m.28 views

CVE-2026-74312

The CVE-2026-74312 entries describe a Linux kernel vulnerability in vhost/vdpa where mmap and fault paths use vma->vm_pgoff as a virtqueue index without proper bounds validation against v->nvqs. This allowed an out-of-range queue index to reach driver callbacks via get_vq_notification(), un...

7.8CVSS5.4AI score0.00129EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/15 5:58 a.m.7 views

EUVD-2026-59459

In the Linux kernel, the following vulnerability has been resolved: vhost/vdpa: validate virtqueue index in mmap and fault paths vhostvdpammap and vhostvdpafault use vma-vmpgoff as a virtqueue index for getvqnotification, but they do not validate that the index is smaller than v-nvqs. The ioctl...

5.4AI score0.00129EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/15 5:58 a.m.5 views

CVE-2026-74312 vhost/vdpa: validate virtqueue index in mmap and fault paths

In the Linux kernel, the following vulnerability has been resolved: vhost/vdpa: validate virtqueue index in mmap and fault paths vhostvdpammap and vhostvdpafault use vma-vmpgoff as a virtqueue index for getvqnotification, but they do not validate that the index is smaller than v-nvqs. The ioctl...

7.8CVSS5.5AI score
SaveExploits0References11
Debian CVE
Debian CVE
added 2026/08/15 5:58 a.m.7 views

CVE-2026-74312

In the Linux kernel, the following vulnerability has been resolved: vhost/vdpa: validate virtqueue index in mmap and fault paths vhostvdpammap and vhostvdpafault use vma-vmpgoff as a virtqueue index for getvqnotification, but they do not validate that the index is smaller than v-nvqs. The ioctl...

7.8CVSS5.4AI score0.00129EPSS
SaveExploits0
CVE
CVE
added 2026/08/15 5:58 a.m.21 views

CVE-2026-74311

CVE-2026-74311 affects the Linux kernel virtio rtc path. The bug occurs when viortc_restore() calls viortc_init_vqs() without removing old virtqueues, enabling vp_del_vqs() to reference a NULL info pointer in vp_del_vq() and crash the guest kernel during restore. The fix deletes stale virtqueues ...

7.8CVSS5.4AI score0.00127EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/15 5:58 a.m.30 views

CVE-2026-74311 virtio: rtc: tear down old virtqueues before restore

In the Linux kernel, the following vulnerability has been resolved: virtio: rtc: tear down old virtqueues before restore virtiodevicerestore resets the device and restores the negotiated features before calling -restore. viortcfreeze intentionally leaves the existing virtqueues in place so the...

7.8CVSS0.00127EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/15 5:58 a.m.6 views

EUVD-2026-59457

In the Linux kernel, the following vulnerability has been resolved: vhost/net: complete zerocopy ubufs only once vhost-net initializes one ubufinfo per outstanding zerocopy TX descriptor and hands it to the backend socket. The networking stack may then clone a zerocopy skb before all skb referenc...

5.5AI score0.0014EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/15 5:58 a.m.7 views

CVE-2026-74311 virtio: rtc: tear down old virtqueues before restore

In the Linux kernel, the following vulnerability has been resolved: virtio: rtc: tear down old virtqueues before restore virtiodevicerestore resets the device and restores the negotiated features before calling -restore. viortcfreeze intentionally leaves the existing virtqueues in place so the...

7.8CVSS5.6AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/08/15 5:58 a.m.6 views

CVE-2026-74310

In the Linux kernel, the following vulnerability has been resolved: vhost/net: complete zerocopy ubufs only once vhost-net initializes one ubufinfo per outstanding zerocopy TX descriptor and hands it to the backend socket. The networking stack may then clone a zerocopy skb before all skb referenc...

9.3CVSS5.4AI score0.0014EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/15 5:58 a.m.6 views

EUVD-2026-59458

In the Linux kernel, the following vulnerability has been resolved: virtio: rtc: tear down old virtqueues before restore virtiodevicerestore resets the device and restores the negotiated features before calling -restore. viortcfreeze intentionally leaves the existing virtqueues in place so the...

5.5AI score0.00127EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/15 5:58 a.m.27 views

CVE-2026-74310

The CVE affects the Linux kernel vhost/net zerocopy path. The bug arises when vhost_zerocopy_complete() treats every ubuf callback as a completed descriptor, dereferences ubuf->ctx, and updates state while a cloned skb still holds the same ubuf_info refcount. This can allow a backend reset to ...

9.3CVSS5.4AI score0.0014EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/08/15 5:58 a.m.6 views

CVE-2026-74311

In the Linux kernel, the following vulnerability has been resolved: virtio: rtc: tear down old virtqueues before restore virtiodevicerestore resets the device and restores the negotiated features before calling -restore. viortcfreeze intentionally leaves the existing virtqueues in place so the...

7.8CVSS5.4AI score0.00127EPSS
SaveExploits0
Rows per page
Query Builder