Security Advisory

CVE-2024-58053

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2025-03-06 15:53:57
Last updated 2026-05-11 21:02:22
Assigner Linux
CVSS score not scored
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix handling of received connection abort Fix the handling of a connection abort that we've received. Though the abort is at the connection level, it needs propagating to the calls on that connection. Whilst the propagation bit is performed, the calls aren't then woken up to go and process their termination, and as no further input is forthcoming, they just hang. Also add some tracing for the logging of connection aborts.