Lucene search
+L

1936339 matches found

Cvelist
Cvelist
added 2026/09/11 7:44 p.m.23 views

CVE-2026-89529 svcrdma: Reject oversized Read segments at decode time

In the Linux kernel, the following vulnerability has been resolved: svcrdma: Reject oversized Read segments at decode time The RPC/RDMA Read list decoder stores wire-supplied segment lengths without validation. xdrcountreadsegments checks 4-byte alignment for non-zero position values but does not...

0.00189EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/09/11 7:44 p.m.11 views

CVE-2026-89529

In the Linux kernel, the following vulnerability has been resolved: svcrdma: Reject oversized Read segments at decode time The RPC/RDMA Read list decoder stores wire-supplied segment lengths without validation. xdrcountreadsegments checks 4-byte alignment for non-zero position values but does not...

5.9AI score0.00189EPSS
SaveExploits0
OSV
OSV
added 2026/09/11 7:44 p.m.7 views

CVE-2026-89529 svcrdma: Reject oversized Read segments at decode time

In the Linux kernel, the following vulnerability has been resolved: svcrdma: Reject oversized Read segments at decode time The RPC/RDMA Read list decoder stores wire-supplied segment lengths without validation. xdrcountreadsegments checks 4-byte alignment for non-zero position values but does not...

5.9AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/09/11 7:44 p.m.27 views

CVE-2026-89528 svcrdma: Reject Read lists that exceed the page budget

In the Linux kernel, the following vulnerability has been resolved: svcrdma: Reject Read lists that exceed the page budget Individual Read segment lengths are validated at decode time, but nothing prevents a requester from sending multiple segments whose cumulative length exceeds the rqpages arra...

7.5CVSS0.00627EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/09/11 7:44 p.m.8 views

EUVD-2026-76434

In the Linux kernel, the following vulnerability has been resolved: svcrdma: Reject Read lists that exceed the page budget Individual Read segment lengths are validated at decode time, but nothing prevents a requester from sending multiple segments whose cumulative length exceeds the rqpages arra...

5.7AI score0.00627EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/11 7:44 p.m.16 views

CVE-2026-89528

CVE-2026-89528 affects the Linux kernel's svcrdma (RPC-over-RDMA) server. Individual Read segment lengths are validated at decode time, but nothing prevents a remote requester from sending multiple segments whose cumulative length exceeds the rq_pages array budget. When one segment fills the page...

7.5CVSS5.7AI score0.00627EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/09/11 7:44 p.m.13 views

CVE-2026-89528

In the Linux kernel, the following vulnerability has been resolved: svcrdma: Reject Read lists that exceed the page budget Individual Read segment lengths are validated at decode time, but nothing prevents a requester from sending multiple segments whose cumulative length exceeds the rqpages arra...

7.5CVSS5.8AI score0.00627EPSS
SaveExploits0
OSV
OSV
added 2026/09/11 7:44 p.m.7 views

CVE-2026-89528 svcrdma: Reject Read lists that exceed the page budget

In the Linux kernel, the following vulnerability has been resolved: svcrdma: Reject Read lists that exceed the page budget Individual Read segment lengths are validated at decode time, but nothing prevents a requester from sending multiple segments whose cumulative length exceeds the rqpages arra...

7.5CVSS5.8AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/09/11 7:44 p.m.13 views

CVE-2026-89527

In the Linux kernel, the following vulnerability has been resolved: svcrdma: Use svcxprtput to free listener on create failure svcrdmacreate calls kfreecmaxprt when svcrdmacreatelistenid fails. svcxprtinit has already acquired a net namespace reference via getnettrack; kfree bypasses svcxprtfree...

5.9AI score0.00201EPSS
SaveExploits0
EUVD
EUVD
added 2026/09/11 7:44 p.m.9 views

EUVD-2026-76432

In the Linux kernel, the following vulnerability has been resolved: svcrdma: Validate Read chunk positions before reconstruction The RPC/RDMA Read chunk position field is supplied by the remote client and stored verbatim in the parsed chunk list. xdrcountreadsegments checks only 4-byte alignment;...

6AI score0.00626EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/11 7:44 p.m.23 views

CVE-2026-89527 svcrdma: Use svc_xprt_put to free listener on create failure

In the Linux kernel, the following vulnerability has been resolved: svcrdma: Use svcxprtput to free listener on create failure svcrdmacreate calls kfreecmaxprt when svcrdmacreatelistenid fails. svcxprtinit has already acquired a net namespace reference via getnettrack; kfree bypasses svcxprtfree...

0.00201EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/09/11 7:44 p.m.13 views

CVE-2026-89526

In the Linux kernel, the following vulnerability has been resolved: svcrdma: Validate Read chunk positions before reconstruction The RPC/RDMA Read chunk position field is supplied by the remote client and stored verbatim in the parsed chunk list. xdrcountreadsegments checks only 4-byte alignment;...

9.8CVSS6.2AI score0.00626EPSS
SaveExploits0
CVE
CVE
added 2026/09/11 7:44 p.m.17 views

CVE-2026-89527

This Linux kernel vulnerability affects the svcrdma (RPC/NFS RDMA server) subsystem. The root cause is an improper error-path cleanup in svc_rdma_create(): when svc_rdma_create_listen_id() fails, the code calls kfree() on the transport structure, bypassing svc_xprt_free(). This leaks the net name...

5.8AI score0.00201EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/11 7:44 p.m.27 views

CVE-2026-89526

A vulnerability in the Linux kernel's svcrdma (NFS/RDMA server) component allows a remote attacker to craft an RPC/RDMA Read chunk position field that bypasses validation. In the single-chunk path, a position past the inline body underflows the tail length, exposing adjacent slab memory to the up...

9.8CVSS6AI score0.00626EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/11 7:44 p.m.7 views

EUVD-2026-76433

In the Linux kernel, the following vulnerability has been resolved: svcrdma: Use svcxprtput to free listener on create failure svcrdmacreate calls kfreecmaxprt when svcrdmacreatelistenid fails. svcxprtinit has already acquired a net namespace reference via getnettrack; kfree bypasses svcxprtfree...

5.8AI score0.00201EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/11 7:44 p.m.8 views

CVE-2026-89527 svcrdma: Use svc_xprt_put to free listener on create failure

In the Linux kernel, the following vulnerability has been resolved: svcrdma: Use svcxprtput to free listener on create failure svcrdmacreate calls kfreecmaxprt when svcrdmacreatelistenid fails. svcxprtinit has already acquired a net namespace reference via getnettrack; kfree bypasses svcxprtfree...

5.9AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/09/11 7:44 p.m.28 views

CVE-2026-89526 svcrdma: Validate Read chunk positions before reconstruction

In the Linux kernel, the following vulnerability has been resolved: svcrdma: Validate Read chunk positions before reconstruction The RPC/RDMA Read chunk position field is supplied by the remote client and stored verbatim in the parsed chunk list. xdrcountreadsegments checks only 4-byte alignment;...

9.8CVSS0.00626EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/11 7:44 p.m.11 views

CVE-2026-89526 svcrdma: Validate Read chunk positions before reconstruction

In the Linux kernel, the following vulnerability has been resolved: svcrdma: Validate Read chunk positions before reconstruction The RPC/RDMA Read chunk position field is supplied by the remote client and stored verbatim in the parsed chunk list. xdrcountreadsegments checks only 4-byte alignment;...

9.8CVSS6.1AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/09/11 7:44 p.m.12 views

CVE-2026-89521

In the Linux kernel, the following vulnerability has been resolved: sched/core: Handle picktask releasing the rq lock Core scheduling's picknexttask breaks when a -picktask implementation can release the rq lock. The selection state derived on entry is only valid while the lock is held...

7.3CVSS5.9AI score0.00146EPSS
SaveExploits0
CVE
CVE
added 2026/09/11 7:44 p.m.20 views

CVE-2026-89521

CVE-2026-89521 affects the Linux kernel's core scheduling subsystem. When a ->pick_task() implementation releases the run queue (rq) lock, the selection state derived in pick_next_task() becomes invalid, allowing an interleaving selection to commit an incorrect (uncookied) pick or skew forceid...

7.3CVSS5.8AI score0.00146EPSS
SaveExploits0References2
Rows per page
Query Builder