Lucene search
+L

140134 matches found

Debian CVE
Debian CVE
added yesterday7 views

CVE-2026-74436

In the Linux kernel, the following vulnerability has been resolved: rxrpc: serialize kernel accept preallocation with socket teardown rxrpckernelchargeaccept reads rx-backlog without any socket/backlog synchronization and passes that raw pointer into rxrpcservicepreallocone. A concurrent...

5.3AI score0.00157EPSS
SaveExploits0
CVE
CVE
added yesterday9 views

CVE-2026-74436

The CVE-2026-74436 entry concerns the Linux kernel’s rxrpc: preallocation teardown race. Affected component: rxrpc path handling kernel accept preallocations. Root cause: rxrpc_kernel_charge_accept() reads rx->backlog without proper socket/backlog synchronization and passes the raw pointer to ...

5.3AI score0.00157EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added yesterday8 views

CVE-2026-74435

In the Linux kernel, the following vulnerability has been resolved: rxrpc: rxrpcverifydata ensure rxdecbuffer alloc rxrpcrecvmsgdata calls rxrpcverifydata whenever the rxrpccall.rxdecbuffer is unallocated and assumes that upon successful return that rxdecbuffer must be allocated. However,...

5.3AI score0.00156EPSS
SaveExploits0
CVE
CVE
added yesterday7 views

CVE-2026-74434

CVE-2026-74434 concerns the Linux kernel’s rxrpc path. The advisory describes a race/logic error when reading a Challenge with MSG_PEEK: rxrpc_recvmsg_oob() removes a message from recvmsg_oobq but unconditionally moves it to pending_oobq if a response is needed, even though MSG_PEEK only unlinks ...

5.6AI score0.00155EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added yesterday3 views

CVE-2026-74434

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.6AI score0.00155EPSS
SaveExploits0
Cvelist
Cvelist
added yesterday31 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...

0.00155EPSS
SaveExploits0References3
EUVD
EUVD
added yesterday5 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.00155EPSS
SaveExploits0References3
CVE
CVE
added yesterday13 views

CVE-2026-74433

The CVE-2026-74433 issue affects the Linux kernel rxrpc, specifically the rxgk_issue_challenge() path. It was a use-after-free caused by freeing the page containing the challenge content after invoking the tracepoint, while the whdr passed to the tracepoint pointed into that page. The fix changes...

5.3AI score0.00154EPSS
SaveExploits0References3
EUVD
EUVD
added yesterday6 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.00154EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added yesterday5 views

CVE-2026-74432

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
SaveExploits0
Debian CVE
Debian CVE
added yesterday7 views

CVE-2026-74433

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.3AI score0.00154EPSS
SaveExploits0
Cvelist
Cvelist
added yesterday30 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...

0.00154EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added yesterday5 views

CVE-2026-74431

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.00154EPSS
SaveExploits0
Debian CVE
Debian CVE
added yesterday5 views

CVE-2026-74430

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.00155EPSS
SaveExploits0
Debian CVE
Debian CVE
added yesterday4 views

CVE-2026-74428

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix double unlock in rxrpcrecvmsg Fix a double unlock in rxrpcrecvmsg when dealing with OOB messages...

5.3AI score0.00154EPSS
SaveExploits0
Debian CVE
Debian CVE
added yesterday5 views

CVE-2026-74427

In the Linux kernel, the following vulnerability has been resolved: afs: Fix netns teardown to cancel the preallocation charger Fix the teardown of an afs network namespace to make sure it cancels the work item that keeps the preallocated rxrpc call/conn/peer queue charged before incoming calls a...

5.4AI score0.00164EPSS
SaveExploits0
Debian CVE
Debian CVE
added yesterday4 views

CVE-2026-74426

In the Linux kernel, the following vulnerability has been resolved: afs: fix NULL pointer dereference in afsgettree afsallocsbi uses kzalloc for memory allocation. And, if ctx-dynroot is not null, as-cell and as-volume are null. In traceafsgettree they are dereferenced. KASAN error message: KASAN...

5.3AI score0.00165EPSS
SaveExploits0
Debian CVE
Debian CVE
added yesterday5 views

CVE-2026-74424

In the Linux kernel, the following vulnerability has been resolved: fbcon: fix NULL pointer dereference for a console without vcdata fbconnewmodelist runs when a framebuffer's modelist changes. For each console mapped to it with fbdisplayi.mode set, it reads vcconsi.d and passes the vcnum to...

5.3AI score0.00161EPSS
SaveExploits0
Debian CVE
Debian CVE
added yesterday4 views

CVE-2026-74423

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix leak when pinning ubuf pages When pinuserpagesfast returns fewer pages than requested, the pages that were successfully pinned are not released, leading to a leak. Fix this by unpinning any partially pinned pag...

5.4AI score0.00154EPSS
SaveExploits0
EUVD
EUVD
added yesterday4 views

EUVD-2026-59569

In the Linux kernel, the following vulnerability has been resolved: drm/rockchip: inno-hdmi: Switch to drmmkzalloc Driver makes use of drmmencoderinit to initialize the encoder and automatically handle the cleanup by registering drmencodercleanup with drmmaddaction. However, the internal structur...

5.5AI score0.00145EPSS
SaveExploits0References2
Rows per page
Query Builder