Lucene search
+L

135 matches found

CVE
CVE
•added 2026/09/25 10:24 a.m.•3 views

CVE-2026-98072

In the Linux kernel, the following vulnerability has been resolved: net/rds: use wqhassleeper in releaseinxmit releaseinxmit clears RDSINXMIT with clearbitunlock and then checks waitqueueactive to decide whether anyone needs waking. clearbitunlock is only a release operation: it orders the critic...

5.8AI score
SaveExploits0References4
CVE
CVE
•added 2026/09/25 10:24 a.m.•3 views

CVE-2026-98071

In the Linux kernel, the following vulnerability has been resolved: net/rds: clear cpflags bits individually in rdsconnpathreset rdsconnpathreset wipes the whole flag word with a plain cp-cpflags = 0 store. Every other accessor of that word uses atomic bitops, and some of them can run concurrentl...

5.8AI score
SaveExploits0References4
CVE
CVE
•added 2026/09/25 10:24 a.m.•2 views

CVE-2026-98070

In the Linux kernel, the following vulnerability has been resolved: net/rds: acquire RDSINXMIT in rdstcpresetcallbacks rdstcpresetcallbacks quiesces the transmit path by setting the path state to RDSCONNRESETTING and then waiting for RDSINXMIT to be sampled clear before swapping the underlying...

5.8AI score
SaveExploits0References4
CVE
CVE
•added 2026/09/25 10:24 a.m.•3 views

CVE-2026-98069

In the Linux kernel, the following vulnerability has been resolved: net/rds: acquire the fastpath locks in rdsconnshutdown rdsconnshutdown quiesces the transmit and receive-refill paths by waiting for RDSINXMIT and RDSRECVREFILL to be sampled clear, and then runs the transport shutdown and...

5.9AI score
SaveExploits0References4
CVE
CVE
•added 2026/09/25 10:24 a.m.•3 views

CVE-2026-98068

In the Linux kernel, the following vulnerability has been resolved: net/rds: don't let rdsconnshutdown consume a concurrent drop rdsconnshutdown finishes by moving the path from RDSCONNDISCONNECTING to RDSCONNDOWN, and also accepts RDSCONNERROR as the starting state of that final transition, so...

5.8AI score
SaveExploits0References4
CVE
CVE
•added 2026/09/25 10:23 a.m.•3 views

CVE-2026-97954

In the Linux kernel, the following vulnerability has been resolved: net/rds: fix tcp stream corruption with large pages rdsmessagemappages assigns PAGESIZE bytes to every scatterlist entry, even when totallen ends in a partial page. The RDS congestion map is defined as 8192 bytes, so on systems...

6AI score
SaveExploits0References4
CVE
CVE
•added 2026/09/24 4:04 p.m.•5 views

CVE-2026-97491

The Linux kernel contains a vulnerability in the net/rds component where the rds_ib_conn_path_shutdown function improperly sleeps. Specifically, a shutdown worker thread uses a wait_event call that blocks other work items in the queue, leading to a system hang during the teardown of IB network co...

5.8AI score
SaveExploits0References3
EUVD
EUVD
•added 2026/09/24 4:04 p.m.•3 views

EUVD-2026-86089

In the Linux kernel, the following vulnerability has been resolved: net/rds: Don't sleep inside rdsibconnpathshutdown New rds rdma self tests exposed a hang when tearing down the ib network configs. This is caused by the shutdown worker thread sleeping on the waitevent call, which blocks other wo...

5.8AI score
SaveExploits0References3
Redos
Redos
•added 2026/09/23 12:00 a.m.•5 views

ROS-20260923-73-0026

The vulnerability of the rdsrdmamap function in the net/rds/rdma.c module of the Linux operating system is related to the use of a name with an incorrect reference. Exploiting this vulnerability could allow an attacker to compromise the confidentiality, integrity, and accessibility of the protect...

7.8CVSS7.6AI score0.00176EPSS
SaveExploits0
Redos
Redos
•added 2026/09/22 12:00 a.m.•5 views

ROS-20260922-73-0070

The vulnerability of the rdsibsetupqp function in the net/rds/ibcm.c module of the Linux kernel’s networking functions is related to unlimited distribution of resources. Exploiting this vulnerability allows a remote attacker to compromise the confidentiality, integrity, and accessibility of...

9.8CVSS8.4AI score0.00421EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
•added 2026/09/18 12:00 a.m.•6 views

Linux Distros Unpatched Vulnerability : CVE-2026-90081

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - net/rds: use wqhassleeper in rdscongmapupdated rdscongmapupdated runs after a peer's congestion map has been rewritten by rdstcpcongrecv and rdsibcongrecv, or t...

5.8AI score0.00211EPSS
SaveExploits0References3
OSV
OSV
•added 2026/09/17 5:16 p.m.•7 views

AZL-102839 CVE-2026-90081 affecting package kernel 6.6.152.1-1

In the Linux kernel, the following vulnerability has been resolved: net/rds: use wqhassleeper in rdscongmapupdated rdscongmapupdated runs after a peer's congestion map has been rewritten by rdstcpcongrecv and rdsibcongrecv, or the clear-all in the loopback and IB send-completion paths. It bumps...

5.8AI score0.00211EPSS
SaveExploits0References1
NVD
NVD
•added 2026/09/17 5:16 p.m.•7 views

CVE-2026-90081

In the Linux kernel, the following vulnerability has been resolved: net/rds: use wqhassleeper in rdscongmapupdated rdscongmapupdated runs after a peer's congestion map has been rewritten by rdstcpcongrecv and rdsibcongrecv, or the clear-all in the loopback and IB send-completion paths. It bumps...

0.00211EPSS
SaveExploits0References8
OSV
OSV
•added 2026/09/17 5:16 p.m.•9 views

DEBIAN-CVE-2026-90081

In the Linux kernel, the following vulnerability has been resolved: net/rds: use wqhassleeper in rdscongmapupdated rdscongmapupdated runs after a peer's congestion map has been rewritten by rdstcpcongrecv and rdsibcongrecv, or the clear-all in the loopback and IB send-completion paths. It bumps...

5.9AI score0.00211EPSS
SaveExploits0References1
EUVD
EUVD
•added 2026/09/17 4:05 p.m.•9 views

EUVD-2026-81942

In the Linux kernel, the following vulnerability has been resolved: net/rds: use wqhassleeper in rdscongmapupdated rdscongmapupdated runs after a peer's congestion map has been rewritten by rdstcpcongrecv and rdsibcongrecv, or the clear-all in the loopback and IB send-completion paths. It bumps...

5.8AI score0.00211EPSS
SaveExploits0References8
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/09/17 12:00 a.m.•0 views

CVE-2026-90081: Undefined Security Weakness

In the Linux kernel, the following vulnerability has been resolved: net/rds: use wqhassleeper in rdscongmapupdated rdscongmapupdated runs after a peer's congestion map has been rewritten by rdstcpcongrecv and rdsibcongrecv, or the clear-all in the loopback and IB send-completion paths. It bumps...

5.9AI score0.00211EPSS
SaveExploits0References1
AstraLinux
AstraLinux
•added 2026/09/14 12:01 p.m.•16 views

Astra Linux – Vulnerabilities in Linux 5.10, Linux 5.15, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: net/rds: fixed the warning in rdsconnconnectifdown. If a connection is not established yet, getmr will fail, causing the connection to be initiated after getmr...

7.8CVSS6.1AI score0.00312EPSS
SaveExploits0References2
BDU FSTEC
BDU FSTEC
•added 2026/09/04 12:00 a.m.•6 views

The vulnerability of the rds_ib_send_unmap_op() function in the net/rds/ib_send.c module, which is part of the networking functions of the Linux kernel, allows a hacker to cause a service failure.

The vulnerability of the rdsibsendunmapop function in the net/rds/ibsend.c module, which is part of the networking functions in the Linux kernel, relates to pointer manipulation. Exploiting this vulnerability could allow an attacker to cause a service failure...

5.5CVSS5.3AI score0.00117EPSS
SaveExploits0References13Affected Software2
VulnCheck KEV
VulnCheck KEV
•added 2026/08/26 12:00 a.m.•9 views

VulnCheck KEV: CVE-2026-43494

In the Linux kernel, the following vulnerability has been resolved: net/rds: reset opnents when zerocopy page pin fails When iovitergetpages2 fails in rdsmessagezcopyfromuser, the pinned pages are released with putpage, and rm-data.opmmpznotifier is cleared. But we fail to properly clear...

7.8CVSS4.8AI score0.00194EPSS
SaveIn wildExploits3References2
BDU FSTEC
BDU FSTEC
•added 2026/08/25 12:00 a.m.•10 views

The vulnerability of the rds_tcp_tune() function in the net/rds/tcp.c module, which implements networking functions for the Linux operating system’s kernel, allows a hacker to cause a service failure.

The vulnerability of the rdstcptune function in the net/rds/tcp.c module, which implements networking functions in the Linux kernel, is related to synchronization errors when using shared resources. Exploiting this vulnerability can allow an attacker to cause service failures...

5.5CVSS7.1AI score0.00175EPSS
SaveExploits0References10Affected Software2
Rows per page
Query Builder