Lucene search
+L

300246 matches found

OSV
OSV
•added 2026/09/17 4:10 p.m.•7 views

CVE-2026-92515 bpf: Preserve unique-field state across nested structs

In the Linux kernel, the following vulnerability has been resolved: bpf: Preserve unique-field state across nested structs btffindstructfield initializes a fresh seen mask for every recursive descent. Unique special fields in different levels of the same aggregate therefore do not see one another...

5.8AI score
SaveExploits0References7
EUVD
EUVD
•added 2026/09/17 4:10 p.m.•10 views

EUVD-2026-82137

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix offset warn check for bpfresspinlock Sashiko pointed out correctly that the case statement for BPFRESSPINLOCK incorrectly checks offset for BPFSPINLOCK. Fix it by checking resspinlockoff instead...

5.8AI score0.00206EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/17 4:10 p.m.•38 views

CVE-2026-92515 bpf: Preserve unique-field state across nested structs

In the Linux kernel, the following vulnerability has been resolved: bpf: Preserve unique-field state across nested structs btffindstructfield initializes a fresh seen mask for every recursive descent. Unique special fields in different levels of the same aggregate therefore do not see one another...

0.00209EPSS
SaveExploits0References4
EUVD
EUVD
•added 2026/09/17 4:10 p.m.•9 views

EUVD-2026-82136

In the Linux kernel, the following vulnerability has been resolved: bpf: Preserve unique-field state across nested structs btffindstructfield initializes a fresh seen mask for every recursive descent. Unique special fields in different levels of the same aggregate therefore do not see one another...

5.8AI score0.00209EPSS
SaveExploits0References4
CVE
CVE
•added 2026/09/17 4:10 p.m.•21 views

CVE-2026-92515

CVE-2026-92515 affects the Linux kernel BPF subsystem, specifically the BTF (BPF Type Format) field-traversal logic. The root cause is that btf_find_struct_field() re-initializes its seen mask on every recursive descent, so unique special fields at different nesting levels of the same aggregate a...

5.8AI score0.00209EPSS
SaveExploits0References4
Debian CVE
Debian CVE
•added 2026/09/17 4:10 p.m.•14 views

CVE-2026-92515

In the Linux kernel, the following vulnerability has been resolved: bpf: Preserve unique-field state across nested structs btffindstructfield initializes a fresh seen mask for every recursive descent. Unique special fields in different levels of the same aggregate therefore do not see one another...

5.8AI score0.00209EPSS
SaveExploits0
CVE
CVE
•added 2026/09/17 4:10 p.m.•22 views

CVE-2026-92514

CVE-2026-92514 is a use-after-free vulnerability in the Linux kernel's RDMA/erdma driver. During CEQ (Completion Event Queue) teardown, erdma_ceqs_uninit() calls free_irq(), which waits for an in-flight hard-IRQ handler but does not drain a tasklet that the handler already scheduled. That tasklet...

6.2AI score0.00205EPSS
SaveExploits0References6
OSV
OSV
•added 2026/09/17 4:10 p.m.•5 views

CVE-2026-92514 RDMA/erdma: Fix CEQ tasklet use-after-free on removal

In the Linux kernel, the following vulnerability has been resolved: RDMA/erdma: Fix CEQ tasklet use-after-free on removal Each CEQ interrupt handler only schedules eqc-tasklet. The tasklet calls erdmaceqcompletionhandler, which reads the DMA-coherent EQ ring through getnextvalideqe and updates...

6.2AI score
SaveExploits0References9
Cvelist
Cvelist
•added 2026/09/17 4:10 p.m.•37 views

CVE-2026-92514 RDMA/erdma: Fix CEQ tasklet use-after-free on removal

In the Linux kernel, the following vulnerability has been resolved: RDMA/erdma: Fix CEQ tasklet use-after-free on removal Each CEQ interrupt handler only schedules eqc-tasklet. The tasklet calls erdmaceqcompletionhandler, which reads the DMA-coherent EQ ring through getnextvalideqe and updates...

0.00205EPSS
SaveExploits0References6
Debian CVE
Debian CVE
•added 2026/09/17 4:10 p.m.•13 views

CVE-2026-92514

In the Linux kernel, the following vulnerability has been resolved: RDMA/erdma: Fix CEQ tasklet use-after-free on removal Each CEQ interrupt handler only schedules eqc-tasklet. The tasklet calls erdmaceqcompletionhandler, which reads the DMA-coherent EQ ring through getnextvalideqe and updates...

6.3AI score0.00205EPSS
SaveExploits0
EUVD
EUVD
•added 2026/09/17 4:10 p.m.•11 views

EUVD-2026-82135

In the Linux kernel, the following vulnerability has been resolved: RDMA/erdma: Fix CEQ tasklet use-after-free on removal Each CEQ interrupt handler only schedules eqc-tasklet. The tasklet calls erdmaceqcompletionhandler, which reads the DMA-coherent EQ ring through getnextvalideqe and updates...

6.2AI score0.00205EPSS
SaveExploits0References6
Debian CVE
Debian CVE
•added 2026/09/17 4:10 p.m.•15 views

CVE-2026-92513

In the Linux kernel, the following vulnerability has been resolved: RDMA/manaib: drain QP references after partial table insertion manatablestoreudqp publishes a QP at its send-queue id before inserting the receive-queue id, dropping the XArray lock between the two xainsertirq calls. A concurrent...

5.8AI score0.00206EPSS
SaveExploits0
OSV
OSV
•added 2026/09/17 4:10 p.m.•6 views

CVE-2026-92512 RDMA/core: Fix use after free in ib_query_qp()

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 score
SaveExploits0References9
Debian CVE
Debian CVE
•added 2026/09/17 4:10 p.m.•19 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...

6.3AI score0.00215EPSS
SaveExploits0
CVE
CVE
•added 2026/09/17 4:10 p.m.•15 views

CVE-2026-92512

A use-after-free vulnerability in the Linux kernel RDMA/core subsystem affects the ib_query_qp() function. When a QP is queried via the netlink resource tracking flow, the only synchronization is rdma_restrack_get() , but on the destroy path, rdma_restrack_del() is called too late—after vendor-sp...

6.3AI score0.00215EPSS
SaveExploits0References6
Cvelist
Cvelist
•added 2026/09/17 4:10 p.m.•36 views

CVE-2026-92512 RDMA/core: Fix use after free in ib_query_qp()

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
EUVD
EUVD
•added 2026/09/17 4:10 p.m.•8 views

EUVD-2026-82134

In the Linux kernel, the following vulnerability has been resolved: RDMA/manaib: drain QP references after partial table insertion manatablestoreudqp publishes a QP at its send-queue id before inserting the receive-queue id, dropping the XArray lock between the two xainsertirq calls. A concurrent...

5.8AI score0.00206EPSS
SaveExploits0References3
EUVD
EUVD
•added 2026/09/17 4:10 p.m.•12 views

EUVD-2026-82133

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
SaveExploits0References6
OSV
OSV
•added 2026/09/17 4:10 p.m.•7 views

CVE-2026-92513 RDMA/mana_ib: drain QP references after partial table insertion

In the Linux kernel, the following vulnerability has been resolved: RDMA/manaib: drain QP references after partial table insertion manatablestoreudqp publishes a QP at its send-queue id before inserting the receive-queue id, dropping the XArray lock between the two xainsertirq calls. A concurrent...

5.8AI score
SaveExploits0References6
Cvelist
Cvelist
•added 2026/09/17 4:10 p.m.•37 views

CVE-2026-92513 RDMA/mana_ib: drain QP references after partial table insertion

In the Linux kernel, the following vulnerability has been resolved: RDMA/manaib: drain QP references after partial table insertion manatablestoreudqp publishes a QP at its send-queue id before inserting the receive-queue id, dropping the XArray lock between the two xainsertirq calls. A concurrent...

0.00206EPSS
SaveExploits0References3
Rows per page
Query Builder