Lucene search
+L

809 matches found

CVE
CVE
added 2026/08/15 5:59 a.m.29 views

CVE-2026-74434

The CVE-2026-74434 issue affects the Linux kernel rxrpc path: when reading an OOB message with MSG_PEEK, rxrpc_recvmsg_oob() unlinks from recvmsg_oobq but always moves the message onto pending_oobq, risking the sk_buff rbnode linkage being overwritten. This allows the skb to be reachable from bot...

9.8CVSS5.6AI score0.00337EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/15 5:59 a.m.13 views

CVE-2026-74434 rxrpc: Don't move a peeked OOB message onto the pending queue

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Don't move a peeked OOB message onto the pending queue rxrpcrecvmsgoob takes a received oob message off recvmsgoobq and, if a response is needed, moves it onto the pendingoobq tree. However, only the unlink from recvmsgoob...

9.8CVSS5.8AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/15 5:59 a.m.42 views

CVE-2026-74434 rxrpc: Don't move a peeked OOB message onto the pending queue

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Don't move a peeked OOB message onto the pending queue rxrpcrecvmsgoob takes a received oob message off recvmsgoobq and, if a response is needed, moves it onto the pendingoobq tree. However, only the unlink from recvmsgoob...

9.8CVSS0.00337EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/15 5:59 a.m.9 views

EUVD-2026-59581

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Don't move a peeked OOB message onto the pending queue rxrpcrecvmsgoob takes a received oob message off recvmsgoobq and, if a response is needed, moves it onto the pendingoobq tree. However, only the unlink from recvmsgoob...

5.7AI score0.00337EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/15 5:59 a.m.39 views

CVE-2026-74433

In the Linux kernel, CVE-2026-74433 describes a use-after-free (UAF) in rxgk_issue_challenge() within rxrpc. The bug occurs because a page containing the challenge content is freed after a tracepoint is invoked, while the whdr referenced by the tracepoint points into that same page. The fix updat...

9.8CVSS5.3AI score0.00347EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/15 5:59 a.m.18 views

CVE-2026-74432 rxrpc: Fix leak of released call in recvmsg(MSG_PEEK)

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix leak of released call in recvmsgMSGPEEK Fix rxrpcrecvmsg to also drop the ref it holds on an already-released call if MSGPEEK is in force the function holds a ref on the call irrespective of whether MSGPEEK is specifie...

5.5AI score
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/15 5:59 a.m.32 views

CVE-2026-74433 rxrpc: Fix UAF in rxgk_issue_challenge()

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix UAF in rxgkissuechallenge Fix rxgkissuechallenge to free the page containing the challenge content after invoking the tracepoint as the whdr passed to the tracepoint points into the page just freed...

9.8CVSS0.00347EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/15 5:59 a.m.10 views

EUVD-2026-59580

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix UAF in rxgkissuechallenge Fix rxgkissuechallenge to free the page containing the challenge content after invoking the tracepoint as the whdr passed to the tracepoint points into the page just freed...

5.4AI score0.00347EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/15 5:59 a.m.35 views

CVE-2026-74432 rxrpc: Fix leak of released call in recvmsg(MSG_PEEK)

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix leak of released call in recvmsgMSGPEEK Fix rxrpcrecvmsg to also drop the ref it holds on an already-released call if MSGPEEK is in force the function holds a ref on the call irrespective of whether MSGPEEK is specifie...

0.00156EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/15 5:59 a.m.7 views

EUVD-2026-59579

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix leak of released call in recvmsgMSGPEEK Fix rxrpcrecvmsg to also drop the ref it holds on an already-released call if MSGPEEK is in force the function holds a ref on the call irrespective of whether MSGPEEK is specifie...

5.4AI score0.00156EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/15 5:59 a.m.23 views

CVE-2026-74432

The CVE-2026-74432 issue affects the Linux kernel’s rxrpc recvmsg path. The fix adds dropping of a reference on an already-released call when MSG_PEEK is in force, addressing a leak where a ref was held regardless of MSG_PEEK usage. Affected component: rxrpc_recvmsg() in the kernel; root cause: l...

5.3AI score0.00156EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/15 5:59 a.m.14 views

CVE-2026-74433 rxrpc: Fix UAF in rxgk_issue_challenge()

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix UAF in rxgkissuechallenge Fix rxgkissuechallenge to free the page containing the challenge content after invoking the tracepoint as the whdr passed to the tracepoint points into the page just freed...

9.8CVSS5.5AI score
SaveExploits0References6
EUVD
EUVD
added 2026/08/15 5:59 a.m.9 views

EUVD-2026-59578

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix potential infinite loop in rxrpcrecvmsg Fix the wait in rxrpcrecvmsg also take check the oob queue...

5.3AI score0.00335EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/15 5:59 a.m.22 views

CVE-2026-74431 rxrpc: Fix potential infinite loop in rxrpc_recvmsg()

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix potential infinite loop in rxrpcrecvmsg Fix the wait in rxrpcrecvmsg also take check the oob queue...

7.5CVSS5.4AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/15 5:59 a.m.29 views

CVE-2026-74431 rxrpc: Fix potential infinite loop in rxrpc_recvmsg()

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix potential infinite loop in rxrpcrecvmsg Fix the wait in rxrpcrecvmsg also take check the oob queue...

7.5CVSS0.00335EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/15 5:59 a.m.34 views

CVE-2026-74431

The CVE-2026-74431 entry affects the Linux kernel’s rxrpc path. The vulnerability is described as a potential infinite loop in rxrpc_recvmsg(), with a fix that also makes the wait path check the oob queue. The issue is addressed by applying the kernel patches (e.g., the commits listed in the refe...

7.5CVSS5.3AI score0.00335EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/15 5:59 a.m.29 views

CVE-2026-74430 rxrpc: Fix ACKALL packet handling

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix ACKALL packet handling rxrpcinputackall accepts ACKALL packets without checking whether the call is in a state that can legitimately have outstanding transmit buffers. A forged ACKALL can therefore reach a new service...

7.5CVSS0.00339EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/15 5:59 a.m.36 views

CVE-2026-74429 rxrpc: Fix the reception of a reply packet before data transmission

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix the reception of a reply packet before data transmission Fix rxrpcreceivingreply to handle the reception of an apparent reply DATA packet before rxrpc has had a chance to send any request DATA packets on a client call ...

7.5CVSS0.00335EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/15 5:59 a.m.8 views

EUVD-2026-59577

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix ACKALL packet handling rxrpcinputackall accepts ACKALL packets without checking whether the call is in a state that can legitimately have outstanding transmit buffers. A forged ACKALL can therefore reach a new service...

5.7AI score0.00339EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/15 5:59 a.m.26 views

CVE-2026-74429

CVE-2026-74429 describes a Linux kernel issue in rxrpc where a reply DATA packet can be received before the client has sent any request DATA packets, potentially causing an oops in rxrpc_rotate_tx_window. The fix updates rxrpc_receiving_reply() to detect an apparent reply before exposure of the c...

7.5CVSS5.3AI score0.00335EPSS
SaveExploits0References3
Rows per page
Query Builder