Lucene search
+L

369206 matches found

Cvelist
Cvelist
added 2026/08/15 5:58 a.m.32 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
OSV
OSV
added 2026/08/15 5:58 a.m.8 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
CVE
CVE
added 2026/08/15 5:58 a.m.22 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
Debian CVE
Debian CVE
added 2026/08/15 5:58 a.m.4 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
ATTACKERKB
ATTACKERKB
added 2026/08/15 5:58 a.m.11 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
EUVD
EUVD
added 2026/08/15 5:58 a.m.8 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.0045EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/15 5:58 a.m.32 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
OSV
OSV
added 2026/08/15 5:58 a.m.16 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.8CVSS5.5AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/08/15 5:58 a.m.7 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.0045EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/15 5:58 a.m.7 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.00127EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/15 5:58 a.m.30 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.0012EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/15 5:58 a.m.7 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.0012EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/15 5:58 a.m.5 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.8CVSS5.5AI score
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/08/15 5:58 a.m.5 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.0012EPSS
SaveExploits0
CVE
CVE
added 2026/08/15 5:58 a.m.21 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.0012EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/15 5:58 a.m.11 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.00342EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/15 5:58 a.m.8 views

CVE-2026-74342 kernfs: link kn to its parent before the LSM init hook

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.6AI score
SaveExploits0References5
OSV
OSV
added 2026/08/15 5:58 a.m.14 views

CVE-2026-74341 wifi: wcn36xx: fix heap overflow from oversized firmware HAL response

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.8AI score
SaveExploits0References9
Debian CVE
Debian CVE
added 2026/08/15 5:58 a.m.6 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.00342EPSS
SaveExploits0
CVE
CVE
added 2026/08/15 5:58 a.m.30 views

CVE-2026-74342

The CVE-2026-74342 entries describe a Linux kernel issue in kernfs where the LSM security hook runs before kn->__parent and kn->dir.root are initialized, causing a NULL-pointer dereference in kernfs_root(kn) (triggered during the first cgroup mkdir under /sys/fs/cgroup on SELinux-enabled sy...

5.4AI score0.00155EPSS
SaveExploits0References2
Rows per page
Query Builder