Lucene search
+L

14488 matches found

Debian CVE
Debian CVE
added 2025/08/16 11:22 a.m.17 views

CVE-2025-38544

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix bug due to prealloc collision When userspace is using AFRXRPC to provide a server, it has to preallocate incoming calls and assign to them call IDs that will be used to thread related recvmsg and sendmsg together. The...

5.5CVSS5.7AI score0.00145EPSS
SaveExploits0
OSV
OSV
added 2025/08/16 11:22 a.m.17 views

CVE-2025-38544 rxrpc: Fix bug due to prealloc collision

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix bug due to prealloc collision When userspace is using AFRXRPC to provide a server, it has to preallocate incoming calls and assign to them call IDs that will be used to thread related recvmsg and sendmsg together. The...

6.2AI score
SaveExploits0References7
NVD
NVD
added 2025/08/16 11:15 a.m.10 views

CVE-2025-38514

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix oops due to non-existence of prealloc backlog struct If an AFRXRPC service socket is opened and bound, but calls are preallocated, then rxrpcallocincomingcall will oops because the rxrpcbacklog struct doesn't get...

7.5CVSS0.0035EPSS
SaveExploits0References10
OSV
OSV
added 2025/08/16 11:15 a.m.6 views

UBUNTU-CVE-2025-38514

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix oops due to non-existence of prealloc backlog struct If an AFRXRPC service socket is opened and bound, but calls are preallocated, then rxrpcallocincomingcall will oops because the rxrpcbacklog struct doesn't get...

7.5CVSS6.2AI score0.0035EPSS
SaveExploits0References42
ATTACKERKB
ATTACKERKB
added 2025/08/16 11:12 a.m.12 views

CVE-2025-38525

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix irq-disabled in localbhenable The rxrpcassessMTUsize function calls down into the IP layer to find out the MTU size for a route. When accepting an incoming call, this is called from rxrpcnewincomingcall which holds...

7.5CVSS5.7AI score0.00356EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2025/08/16 11:12 a.m.39 views

CVE-2025-38525

CVE-2025-38525 concerns the Linux kernel RXRPC code path where rxrpc_assess_MTU_size() is invoked with IRQs disabled, triggering a warning in the IP layer via local_bh_enable() and potential interrupt handling issues. The issue is resolved by moving the MTU-size assessment out of rxrpc_init_peer(...

7.5CVSS6.7AI score0.00356EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2025/08/16 11:12 a.m.18 views

CVE-2025-38524

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix recv-recv race of completed call If a call receives an event such as incoming data, the call gets placed on the socket's queue and a thread in recvmsg can be awakened to go and process it. Once the thread has picked up...

7.5CVSS4.8AI score0.00257EPSS
SaveExploits0
OSV
OSV
added 2025/08/16 11:12 a.m.9 views

CVE-2025-38524 rxrpc: Fix recv-recv race of completed call

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix recv-recv race of completed call If a call receives an event such as incoming data, the call gets placed on the socket's queue and a thread in recvmsg can be awakened to go and process it. Once the thread has picked up...

7.5CVSS5.9AI score
SaveExploits0References7
ATTACKERKB
ATTACKERKB
added 2025/08/16 11:12 a.m.7 views

CVE-2025-38524

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix recv-recv race of completed call If a call receives an event such as incoming data, the call gets placed on the socket's queue and a thread in recvmsg can be awakened to go and process it. Once the thread has picked up...

4.7CVSS5.7AI score0.00257EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2025/08/16 11:12 a.m.18 views

CVE-2025-38524 rxrpc: Fix recv-recv race of completed call

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix recv-recv race of completed call If a call receives an event such as incoming data, the call gets placed on the socket's queue and a thread in recvmsg can be awakened to go and process it. Once the thread has picked up...

7.5CVSS0.00257EPSS
SaveExploits0References5
CVE
CVE
added 2025/08/16 11:12 a.m.73 views

CVE-2025-38524

CVE-2025-38524 concerns the Linux kernel, in net/rxrpc/recvmsg.c, where a race between concurrent recvmsg handlers can occur when a call with a queued event is processed by a thread and later requeued by another thread while holding the user_mutex. This can lead to a second thread operating on a ...

7.5CVSS6.5AI score0.00257EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2025/08/16 11:12 a.m.23 views

CVE-2025-38522 sched/ext: Prevent update_locked_rq() calls with NULL rq

In the Linux kernel, the following vulnerability has been resolved: sched/ext: Prevent updatelockedrq calls with NULL rq Avoid invoking updatelockedrq when the runqueue rq pointer is NULL in the SCXCALLOP and SCXCALLOPRET macros. Previously, calling updatelockedrqNULL with preemption enabled coul...

0.00137EPSS
SaveExploits0References2
CVE
CVE
added 2025/08/16 10:55 a.m.67 views

CVE-2025-38514

CVE-2025-38514 affects the Linux kernel RXRPC path. When an AF_RXRPC service socket is opened/bound and calls are preallocated, rxrpc_alloc_incoming_call() may oops if the rxrpc_backlog struct is not allocated yet. The fix returns NULL from rxrpc_alloc_incoming_call() when no backlog exists, caus...

7.5CVSS6.5AI score0.0035EPSS
SaveExploits0References10Affected Software1
Cvelist
Cvelist
added 2025/08/16 10:55 a.m.15 views

CVE-2025-38514 rxrpc: Fix oops due to non-existence of prealloc backlog struct

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix oops due to non-existence of prealloc backlog struct If an AFRXRPC service socket is opened and bound, but calls are preallocated, then rxrpcallocincomingcall will oops because the rxrpcbacklog struct doesn't get...

7.5CVSS0.0035EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2025/08/16 10:55 a.m.8 views

CVE-2025-38514

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix oops due to non-existence of prealloc backlog struct If an AFRXRPC service socket is opened and bound, but calls are preallocated, then rxrpcallocincomingcall will oops because the rxrpcbacklog struct doesn't get...

7.5CVSS5.6AI score0.0035EPSS
SaveExploits0
OSV
OSV
added 2025/08/16 10:55 a.m.15 views

CVE-2025-38514 rxrpc: Fix oops due to non-existence of prealloc backlog struct

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix oops due to non-existence of prealloc backlog struct If an AFRXRPC service socket is opened and bound, but calls are preallocated, then rxrpcallocincomingcall will oops because the rxrpcbacklog struct doesn't get...

7.5CVSS7.1AI score
SaveExploits0References13
CNNVD
CNNVD
added 2025/08/16 12:00 a.m.5 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from rxrpc crashing when the pre-allocated backlog structure does not exist, potentially resulting in a call abor...

5.5CVSS6.6AI score0.0035EPSS
SaveExploits0References9
CNNVD
CNNVD
added 2025/08/16 12:00 a.m.15 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a receive contention on a completed call by rxrpc, which could lead to the leakage of user call IDs...

4.7CVSS6.2AI score0.00257EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2025/08/16 12:00 a.m.19 views

PT-2025-33568

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A flaw exists in the Linux kernel related to interrupt handling within the rxrpc subsystem. Specifically, the rxrpc assess MTU size function, called from rxrpc new incoming call, can...

8.5CVSS6AI score0.07644EPSS
SaveExploits3References530
Positive Technologies
Positive Technologies
added 2025/08/16 12:00 a.m.8 views

PT-2025-33565 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux Kernel affected versions not specified Description: The Linux kernel contains a flaw within the scheduler extension sched/ext related to calls to the update locked rq function with a NULL runqueue rq pointer. Invoking update locked rqNU...

5.9AI score0.00137EPSS
SaveExploits0References6
Rows per page
Query Builder