Lucene search
+L

328308 matches found

Debian CVE
Debian CVE
added yesterday4 views

CVE-2026-74439

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Clear Present bit before tearing down scalable-mode context entry devicepasidtableteardown zeroes the 128-bit scalable-mode context entry with contextclearentry while the Present bit is still set. This creates a windo...

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

CVE-2026-74437

In the Linux kernel, the following vulnerability has been resolved: media: uvcvideo: Fix deadlock if uvcstatusstop is called from asyncctrl.work If a UVC camera has an asynchronous control, uvcstatusstop may be called from asyncctrl.work: uvcctrlstatuseventwork uvcctrlstatusevent uvcctrlclearhand...

5.3AI score0.00154EPSS
SaveExploits0
EUVD
EUVD
added yesterday5 views

EUVD-2026-59582

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.4AI score0.00156EPSS
SaveExploits0References5
CVE
CVE
added yesterday8 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
OSV
OSV
added yesterday3 views

CVE-2026-74435 rxrpc: rxrpc_verify_data ensure rx_dec_buffer alloc

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.5AI score
SaveExploits0References8
Debian CVE
Debian CVE
added yesterday7 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
Cvelist
Cvelist
added yesterday29 views

CVE-2026-74435 rxrpc: rxrpc_verify_data ensure rx_dec_buffer alloc

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,...

0.00156EPSS
SaveExploits0References5
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 yesterday25 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 yesterday4 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
Cvelist
Cvelist
added yesterday24 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 yesterday6 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
Debian CVE
Debian CVE
added yesterday4 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 yesterday3 views

CVE-2026-74429

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 ...

5.4AI score0.00154EPSS
SaveExploits0
Debian CVE
Debian CVE
added yesterday4 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
CVE
CVE
added yesterday6 views

CVE-2026-74427

The CVE-2026-74427 entry describes a Linux kernel fix for AFS (Automount File System) related to netns teardown. The vulnerability fix ensures the teardown of an AFS network namespace cancels the preallocation charger work item that maintains a charged rxrpc call/conn/peer queue before incoming c...

5.4AI score0.00164EPSS
SaveExploits0References8
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
Rows per page
Query Builder