Lucene search
+L

249 matches found

OSV
OSV
•added 2026/09/24 3:52 p.m.•5 views

CVE-2026-93267 RDMA/core: Fix potential use after free in uverbs_free_dmah()

In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Fix potential use after free in uverbsfreedmah When accessing a dmah via the netlink path the only synchronization mechanism for the said dmah is rdmarestrackget. Currently, rdmarestrackdel is invoked at the end of...

6.2AI score
SaveExploits0References6
EUVD
EUVD
•added 2026/09/24 3:52 p.m.•4 views

EUVD-2026-86139

In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Fix potential use after free in uverbsfreedmah When accessing a dmah via the netlink path the only synchronization mechanism for the said dmah is rdmarestrackget. Currently, rdmarestrackdel is invoked at the end of...

6.2AI score0.00184EPSS
SaveExploits0References3
CVE
CVE
•added 2026/09/24 3:52 p.m.•13 views

CVE-2026-93267

The Linux kernel contains a potential use-after-free vulnerability in the RDMA/core component, specifically within the uverbs_free_dmah() function. The root cause is that rdma_restrack_del() is invoked too late in the destruction flow, allowing a window where a dmah remains accessible through res...

6.2AI score0.00184EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
•added 2026/09/18 12:00 a.m.•9 views

Linux Distros Unpatched Vulnerability : CVE-2026-92509

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - RDMA/core: Fix potential use after free in counterrelease When accessing a counter via the netlink path the only synchronization mechanism for the said counter ...

6.2AI score0.00173EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
•added 2026/09/18 12:00 a.m.•7 views

Linux Distros Unpatched Vulnerability : CVE-2026-92511

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - RDMA/core: Fix potential use after free in ibdestroycquser When accessing a CQ via the netlink path the only synchronization mechanism for the said CQ is...

7.8CVSS6.2AI score0.00171EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
•added 2026/09/18 12:00 a.m.•6 views

Linux Distros Unpatched Vulnerability : CVE-2026-92508

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - RDMA/core: Fix potential use after free in ibfreecq When accessing a CQ via the netlink path the only synchronization mechanism for the said CQ is...

7.8CVSS6.2AI score0.00171EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
•added 2026/09/18 12:00 a.m.•7 views

Linux Distros Unpatched Vulnerability : CVE-2026-93110

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - RDMA/core: Wait for RCU callbacks before unloading ibcore putgidndev is queued with callrcu and implemented in ibcore. Stopping the workqueues does not drain...

5.8AI score0.0022EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
•added 2026/09/18 12:00 a.m.•6 views

Linux Distros Unpatched Vulnerability : CVE-2026-92512

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - RDMA/core: Fix use after free in ibqueryqp When querying a QP via the netlink flow the only synchronization mechanism for the said QP is rdmarestrackget,...

6.3AI score0.00215EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
•added 2026/09/18 12:00 a.m.•5 views

Linux Distros Unpatched Vulnerability : CVE-2026-92507

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - RDMA/core: Fix potential use after free in ibdeallocpduser When accessing a PD via the netlink path the only synchronization mechanism for the said PD is...

7.8CVSS6.2AI score0.00171EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
•added 2026/09/18 12:00 a.m.•4 views

Linux Distros Unpatched Vulnerability : CVE-2026-92510

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - RDMA/core: Fix potential use after free in ibdestroysrquser When accessing a SRQ via the netlink path the only synchronization mechanism for the said SRQ is...

7.8CVSS6.2AI score0.00171EPSS
SaveExploits0References3
OSV
OSV
•added 2026/09/17 5:18 p.m.•9 views

AZL-102350 CVE-2026-93110 affecting package kernel 6.6.152.1-1

In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Wait for RCU callbacks before unloading ibcore putgidndev is queued with callrcu and implemented in ibcore. Stopping the workqueues does not drain callbacks already queued, so RCU could invoke it after the module code...

5.8AI score0.0022EPSS
SaveExploits0References1
NVD
NVD
•added 2026/09/17 5:17 p.m.•10 views

CVE-2026-92512

In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Fix use after free in ibqueryqp When querying a QP via the netlink flow the only synchronization mechanism for the said QP is rdmarestrackget, meanwhile during the QP destroy path rdmarestrackdel is called at the end o...

0.00215EPSS
SaveExploits0References6
OSV
OSV
•added 2026/09/17 5:17 p.m.•5 views

AZL-102609 CVE-2026-92508 affecting package kernel 6.6.152.1-1

In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Fix potential use after free in ibfreecq When accessing a CQ via the netlink path the only synchronization mechanism for the said CQ is rdmarestrackget. Currently, rdmarestrackdel is invoked at the end of ibfreecq, whi...

7.8CVSS6.2AI score0.00171EPSS
SaveExploits0References1
NVD
NVD
•added 2026/09/17 5:17 p.m.•9 views

CVE-2026-92509

In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Fix potential use after free in counterrelease When accessing a counter via the netlink path the only synchronization mechanism for the said counter is rdmarestrackget. Currently, rdmarestrackdel is invoked at the end ...

0.00173EPSS
SaveExploits0References6
NVD
NVD
•added 2026/09/17 5:17 p.m.•9 views

CVE-2026-92511

In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Fix potential use after free in ibdestroycquser When accessing a CQ via the netlink path the only synchronization mechanism for the said CQ is rdmarestrackget. Currently, rdmarestrackdel is invoked at the end of...

7.8CVSS0.00171EPSS
SaveExploits0References6
NVD
NVD
•added 2026/09/17 5:17 p.m.•9 views

CVE-2026-92508

In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Fix potential use after free in ibfreecq When accessing a CQ via the netlink path the only synchronization mechanism for the said CQ is rdmarestrackget. Currently, rdmarestrackdel is invoked at the end of ibfreecq, whi...

7.8CVSS0.00171EPSS
SaveExploits0References7
OSV
OSV
•added 2026/09/17 5:17 p.m.•5 views

AZL-102726 CVE-2026-92507 affecting package kernel 6.6.152.1-1

In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Fix potential use after free in ibdeallocpduser When accessing a PD via the netlink path the only synchronization mechanism for the said PD is rdmarestrackget. Currently, rdmarestrackdel is invoked at the end of...

7.8CVSS6.2AI score0.00171EPSS
SaveExploits0References1
NVD
NVD
•added 2026/09/17 5:17 p.m.•7 views

CVE-2026-92510

In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Fix potential use after free in ibdestroysrquser When accessing a SRQ via the netlink path the only synchronization mechanism for the said SRQ is rdmarestrackget. Currently, rdmarestrackdel is invoked at the end of...

7.8CVSS0.00171EPSS
SaveExploits0References6
OSV
OSV
•added 2026/09/17 5:17 p.m.•5 views

AZL-102507 CVE-2026-92512 affecting package kernel 6.6.152.1-1

In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Fix use after free in ibqueryqp When querying a QP via the netlink flow the only synchronization mechanism for the said QP is rdmarestrackget, meanwhile during the QP destroy path rdmarestrackdel is called at the end o...

6.3AI score0.00215EPSS
SaveExploits0References1
NVD
NVD
•added 2026/09/17 5:17 p.m.•8 views

CVE-2026-92507

In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Fix potential use after free in ibdeallocpduser When accessing a PD via the netlink path the only synchronization mechanism for the said PD is rdmarestrackget. Currently, rdmarestrackdel is invoked at the end of...

7.8CVSS0.00171EPSS
SaveExploits0References6
Rows per page
Query Builder