CVE-2024-58053
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
06/03/2025
Last modified:
06/03/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
rxrpc: Fix handling of received connection abort<br />
<br />
Fix the handling of a connection abort that we&#39;ve received. Though the<br />
abort is at the connection level, it needs propagating to the calls on that<br />
connection. Whilst the propagation bit is performed, the calls aren&#39;t then<br />
woken up to go and process their termination, and as no further input is<br />
forthcoming, they just hang.<br />
<br />
Also add some tracing for the logging of connection aborts.