Lucene search
+L

140898 matches found

EUVD
EUVD
added 3 days ago4 views

EUVD-2026-59498

In the Linux kernel, the following vulnerability has been resolved: ocfs2: rebase copied fsdlm LVB pointers in lockingstate The lockingstate debugfs iterator snapshots struct ocfs2lockres by value under ocfs2dlmtrackinglock and later formats that copy in ocfs2dlmseqshow. That is fine for the inli...

5.5AI score0.00176EPSS
SaveExploits0References8
Cvelist
Cvelist
added 3 days ago30 views

CVE-2026-74351 ocfs2: rebase copied fsdlm LVB pointers in locking_state

In the Linux kernel, the following vulnerability has been resolved: ocfs2: rebase copied fsdlm LVB pointers in lockingstate The lockingstate debugfs iterator snapshots struct ocfs2lockres by value under ocfs2dlmtrackinglock and later formats that copy in ocfs2dlmseqshow. That is fine for the inli...

0.00176EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 3 days ago3 views

CVE-2026-74349

In the Linux kernel, the following vulnerability has been resolved: ocfs2: reject FITRIM ranges shorter than a cluster ocfs2trimmainbm trims the global bitmap in cluster units, but its too-short range validation only checks sb-sblocksize. On filesystems with a cluster size larger than the block...

7.1CVSS5.3AI score0.00126EPSS
SaveExploits0
Cvelist
Cvelist
added 3 days ago29 views

CVE-2026-74347 netfilter: cttimeout: detach dataplane timeout policy and repurpose refcount

In the Linux kernel, the following vulnerability has been resolved: netfilter: cttimeout: detach dataplane timeout policy and repurpose refcount Add a refcount for struct nfcttimeout which is used by ct extension to set the custom ct timeout policy, this tells us that the ct timeout is being used...

7.8CVSS0.0012EPSS
SaveExploits0References2
CVE
CVE
added 3 days ago19 views

CVE-2026-74347

This CVE concerns the Linux kernel netfilter cttimeout handling. The fix adds a refcount for struct nf_ct_timeout used by the ct extension to track whether a conntrack entry uses the custom timeout policy, and then removes the control-plane refcount so the timeout policy can be removed immediatel...

7.8CVSS5.4AI score0.0012EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 3 days ago5 views

CVE-2026-74347

In the Linux kernel, the following vulnerability has been resolved: netfilter: cttimeout: detach dataplane timeout policy and repurpose refcount Add a refcount for struct nfcttimeout which is used by ct extension to set the custom ct timeout policy, this tells us that the ct timeout is being used...

7.8CVSS5.4AI score0.0012EPSS
SaveExploits0
Cvelist
Cvelist
added 3 days ago30 views

CVE-2026-74348 ocfs2/dlm: require a ref for locking_state debugfs open

In the Linux kernel, the following vulnerability has been resolved: ocfs2/dlm: require a ref for lockingstate debugfs open debuglockresopen copies inode-iprivate into struct debuglockres and debuglockresrelease later drops that pointer with dlmput. That only works if open successfully pins the...

0.00176EPSS
SaveExploits0References8
CVE
CVE
added 3 days ago12 views

CVE-2026-74348

CVE-2026-74348 affects the Linux kernel, specifically the ocfs2/dlm path for locking_state debugfs opens. The root cause is that debug_lockres_open() calls dlm_grab(dlm) but ignores its return value; after the last domain unregisters, dlm_grab() can return NULL, yet open stores the raw pointer an...

5.5AI score0.00176EPSS
SaveExploits0References8
EUVD
EUVD
added 3 days ago4 views

EUVD-2026-59495

In the Linux kernel, the following vulnerability has been resolved: ocfs2/dlm: require a ref for lockingstate debugfs open debuglockresopen copies inode-iprivate into struct debuglockres and debuglockresrelease later drops that pointer with dlmput. That only works if open successfully pins the...

5.5AI score0.00176EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 3 days ago6 views

CVE-2026-74348

In the Linux kernel, the following vulnerability has been resolved: ocfs2/dlm: require a ref for lockingstate debugfs open debuglockresopen copies inode-iprivate into struct debuglockres and debuglockresrelease later drops that pointer with dlmput. That only works if open successfully pins the...

5.5AI score0.00176EPSS
SaveExploits0
OSV
OSV
added 3 days ago6 views

CVE-2026-74347 netfilter: cttimeout: detach dataplane timeout policy and repurpose refcount

In the Linux kernel, the following vulnerability has been resolved: netfilter: cttimeout: detach dataplane timeout policy and repurpose refcount Add a refcount for struct nfcttimeout which is used by ct extension to set the custom ct timeout policy, this tells us that the ct timeout is being used...

7.8CVSS5.5AI score
SaveExploits0References5
EUVD
EUVD
added 3 days ago3 views

EUVD-2026-59494

In the Linux kernel, the following vulnerability has been resolved: netfilter: cttimeout: detach dataplane timeout policy and repurpose refcount Add a refcount for struct nfcttimeout which is used by ct extension to set the custom ct timeout policy, this tells us that the ct timeout is being used...

5.5AI score0.0012EPSS
SaveExploits0References2
OSV
OSV
added 3 days ago4 views

CVE-2026-74348 ocfs2/dlm: require a ref for locking_state debugfs open

In the Linux kernel, the following vulnerability has been resolved: ocfs2/dlm: require a ref for lockingstate debugfs open debuglockresopen copies inode-iprivate into struct debuglockres and debuglockresrelease later drops that pointer with dlmput. That only works if open successfully pins the...

5.6AI score
SaveExploits0References11
Debian CVE
Debian CVE
added 3 days ago5 views

CVE-2026-74346

In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Fix OOB read during CQ MR registration Sashiko pointed out an unrelated bug during a previous patch: https://sashiko.dev//patchset/20260512183852.614045-1-jmoroni%40google.com This change fixes the bug by eliminating...

5.3AI score0.00172EPSS
SaveExploits0
OSV
OSV
added 3 days ago3 views

CVE-2026-74344 bpf: Clear rb node linkage when freeing bpf_rb_root

In the Linux kernel, the following vulnerability has been resolved: bpf: Clear rb node linkage when freeing bpfrbroot bpfrbrootfree detaches the root by copying the current rbrootcached and then replacing the live root with RBROOTCACHED. It then walks the copied root and drops each object contain...

7.8CVSS5.5AI score
SaveExploits0References6
Cvelist
Cvelist
added 3 days ago31 views

CVE-2026-74345 RDMA/siw: Fix endpoint/socket association handling

In the Linux kernel, the following vulnerability has been resolved: RDMA/siw: Fix endpoint/socket association handling Disassociating a socket from an endpoint via siwsocketdisassoc may release the last reference on that endpoint and free it. Therefore, don't clear the endpoints socket pointer...

9.8CVSS0.0045EPSS
SaveExploits0References4
CVE
CVE
added 3 days ago18 views

CVE-2026-74344

CVE-2026-74344 affects the Linux kernel BPF RB-tree code. The vulnerability arises in bpf_rb_root_free() when detaching the root: the function copies rb_root_cached, replaces the live root with RB_ROOT_CACHED, and then walks the copied tree to drop objects. If a dropped object is refcounted and s...

7.8CVSS5.4AI score0.00127EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 3 days ago7 views

CVE-2026-74345

In the Linux kernel, the following vulnerability has been resolved: RDMA/siw: Fix endpoint/socket association handling Disassociating a socket from an endpoint via siwsocketdisassoc may release the last reference on that endpoint and free it. Therefore, don't clear the endpoints socket pointer...

5.3AI score0.0045EPSS
SaveExploits0References5Affected Software1
Debian CVE
Debian CVE
added 3 days ago3 views

CVE-2026-74344

In the Linux kernel, the following vulnerability has been resolved: bpf: Clear rb node linkage when freeing bpfrbroot bpfrbrootfree detaches the root by copying the current rbrootcached and then replacing the live root with RBROOTCACHED. It then walks the copied root and drops each object contain...

7.8CVSS5.4AI score0.00127EPSS
SaveExploits0
Cvelist
Cvelist
added 3 days ago31 views

CVE-2026-74344 bpf: Clear rb node linkage when freeing bpf_rb_root

In the Linux kernel, the following vulnerability has been resolved: bpf: Clear rb node linkage when freeing bpfrbroot bpfrbrootfree detaches the root by copying the current rbrootcached and then replacing the live root with RBROOTCACHED. It then walks the copied root and drops each object contain...

7.8CVSS0.00127EPSS
SaveExploits0References3
Rows per page
Query Builder