Lucene search
+L

245504 matches found

OSV
OSV
added 2 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
EUVD
EUVD
added 2 days ago6 views

EUVD-2026-59493

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
SaveExploits0References7
Debian CVE
Debian CVE
added 2 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
CVE
CVE
added 2 days ago13 views

CVE-2026-74346

CVE-2026-74346 pertains to the Linux kernel RDMA/irdma subsystem, fixing an OOB read during CQ MR registration. The root cause was that the cqmr->split field, which indicates IRDMA_FEATURE_CQ_RESIZE, was not reliably set at MR registration time. The fix eliminates the cqmr->split field and ...

5.3AI score0.00172EPSS
SaveExploits0References7
OSV
OSV
added 2 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...

5.5AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2 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.00166EPSS
SaveExploits0
CVE
CVE
added 2 days ago15 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.00166EPSS
SaveExploits0References3
EUVD
EUVD
added 2 days ago5 views

EUVD-2026-59492

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.4AI score0.00168EPSS
SaveExploits0References4
EUVD
EUVD
added 2 days ago5 views

EUVD-2026-59491

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

5.4AI score0.00166EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2 days ago4 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...

9.8CVSS5.3AI score0.00168EPSS
SaveExploits0
Cvelist
Cvelist
added 2 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.00166EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2 days ago30 views

CVE-2026-74343 kernfs: fix xattr race condition with multiple superblocks

In the Linux kernel, the following vulnerability has been resolved: kernfs: fix xattr race condition with multiple superblocks Multiple superblocks with different namespaces can share the same kernfsnode when kernfstestsuper finds a matching root but different namespace. This means multiple inode...

7.8CVSS0.00155EPSS
SaveExploits0References2
EUVD
EUVD
added 2 days ago6 views

EUVD-2026-59490

In the Linux kernel, the following vulnerability has been resolved: kernfs: fix xattr race condition with multiple superblocks Multiple superblocks with different namespaces can share the same kernfsnode when kernfstestsuper finds a matching root but different namespace. This means multiple inode...

5.4AI score0.00155EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2 days ago4 views

CVE-2026-74343

In the Linux kernel, the following vulnerability has been resolved: kernfs: fix xattr race condition with multiple superblocks Multiple superblocks with different namespaces can share the same kernfsnode when kernfstestsuper finds a matching root but different namespace. This means multiple inode...

7.8CVSS5.3AI score0.00155EPSS
SaveExploits0
OSV
OSV
added 2 days ago4 views

CVE-2026-74343 kernfs: fix xattr race condition with multiple superblocks

In the Linux kernel, the following vulnerability has been resolved: kernfs: fix xattr race condition with multiple superblocks Multiple superblocks with different namespaces can share the same kernfsnode when kernfstestsuper finds a matching root but different namespace. This means multiple inode...

5.5AI score
SaveExploits0References5
CVE
CVE
added 2 days ago12 views

CVE-2026-74343

CVE-2026-74343 describes a Linux kernel kernfs xattr race: multiple inodes across different superblocks can share kernfs_node->iattr->xattrs, and VFS per-inode locks are not enough to serialize concurrent xattr modifications. The fix introduces per-node hashing mutexes (renaming open_file_m...

7.8CVSS5.3AI score0.00155EPSS
SaveExploits0References2
EUVD
EUVD
added 2 days ago9 views

EUVD-2026-59488

In the Linux kernel, the following vulnerability has been resolved: wifi: wcn36xx: fix heap overflow from oversized firmware HAL response The firmware response dispatcher copies all synchronous HAL responses into the 4096-byte halbuf without validating the response length. A response exceeding...

5.7AI score0.0019EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2 days ago6 views

CVE-2026-74342

In the Linux kernel, the following vulnerability has been resolved: kernfs: link kn to its parent before the LSM init hook After commit 12e9e3cd03b5 "simpexattr: use per-sb cache", kernfsxattrset and kernfsxattrget compute the cache via kernfsrootkn before any other check. kernfsrootkn walks...

5.4AI score0.00155EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2 days ago6 views

CVE-2026-74341

In the Linux kernel, the following vulnerability has been resolved: wifi: wcn36xx: fix heap overflow from oversized firmware HAL response The firmware response dispatcher copies all synchronous HAL responses into the 4096-byte halbuf without validating the response length. A response exceeding...

8.8CVSS5.7AI score0.0019EPSS
SaveExploits0
CVE
CVE
added 2 days ago11 views

CVE-2026-74341

CVE-2026-74341 relates to a Linux kernel issue in the wifi wcn36xx driver where the firmware response dispatcher copies HAL responses into a 4096-byte hal_buf without validating length. Oversized responses can trigger a heap overflow with firmware-controlled content. The root cause is lack of bou...

8.8CVSS5.7AI score0.0019EPSS
SaveExploits0References6
Rows per page
Query Builder