3 matches found
rxrpc: Fix oops due to non-existence of prealloc backlog struct
...
7.5CVSS6.8AI score0.0035EPSS
SaveExploits0
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
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
20