Lucene search
+L

123634 matches found

Debian CVE
Debian CVE
added 5 days ago5 views

CVE-2026-74318

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix deadlock cloning inline extent when using flushoncommit In commit b48c980b6a7e "btrfs: fix deadlock between reflink and transaction commit when using flushoncommit" a deadlock was fixed between reflinks and transaction...

5.4AI score0.00168EPSS
SaveExploits0
Debian CVE
Debian CVE
added 5 days ago6 views

CVE-2026-74316

In the Linux kernel, the following vulnerability has been resolved: NFSD: Handle layout stid in nfsd4droprevokedstid nfsd4droprevokedstid has no SCTYPELAYOUT case, so when a client sends FREESTATEID for an admin-revoked layout stid, the default branch releases cllock and returns without unhashing...

7.5CVSS5.3AI score0.00446EPSS
SaveExploits0
Cvelist
Cvelist
added 5 days ago34 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.8CVSS0.00125EPSS
SaveExploits0References7
OSV
OSV
added 5 days ago8 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.8CVSS6.1AI score
SaveExploits0References5
Debian CVE
Debian CVE
added 5 days ago7 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
CVE
CVE
added 5 days ago21 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
Debian CVE
Debian CVE
added 5 days ago4 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
OSV
OSV
added 5 days ago5 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
CVE
CVE
added 5 days ago26 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
EUVD
EUVD
added 5 days ago7 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
Cvelist
Cvelist
added 5 days ago30 views

CVE-2026-74310 vhost/net: complete zerocopy ubufs only once

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.3CVSS0.0014EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 5 days ago3 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 5 days ago6 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
EUVD
EUVD
added 5 days ago6 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
Debian CVE
Debian CVE
added 5 days ago6 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
OSV
OSV
added 5 days ago11 views

CVE-2026-74310 vhost/net: complete zerocopy ubufs only once

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.6AI score
SaveExploits0References9
CVE
CVE
added 5 days ago21 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 5 days ago6 views

CVE-2026-74309

In the Linux kernel, the following vulnerability has been resolved: vdpa/octeonep: fix IRQ-to-ring mapping in interrupt handler Look up the IRQ index in octhw-irqs instead of assuming irq - irqs0. This supports non-contiguous IRQ numbers and avoids incorrect ring indexing when irqs0 is not the ba...

10CVSS5.2AI score0.00448EPSS
SaveExploits0
Debian CVE
Debian CVE
added 5 days ago4 views

CVE-2026-74308

In the Linux kernel, the following vulnerability has been resolved: ext4: fix kernel BUG in ext4writeinlinedataend When the data=journal mount option is used, the ext4journalledwriteend function incorrectly calls ext4writeinlinedataend without checking if the EXT4STATEMAYINLINEDATA flag is still...

5.5AI score0.00168EPSS
SaveExploits0
Debian CVE
Debian CVE
added 5 days ago6 views

CVE-2026-74307

In the Linux kernel, the following vulnerability has been resolved: ext4: validate donor file superblock early in EXT4IOCMOVEEXT Reject the EXT4IOCMOVEEXT ioctl early if the donor file does not belong to the same superblock as the original file. Currently, this validation is performed inside...

5.2AI score0.00166EPSS
SaveExploits0
Rows per page
Query Builder