PT-2026-34994 · Linux · Linux Kernel
Published
2026-04-24
·
Updated
2026-06-02
·
CVE-2026-31642
CVSS v3.1
5.5
Medium
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
An issue exists in the rxrpc component where call removal from the
rxnet->calls list used list del init() instead of list del rcu(). This could lead to an infinite loop when reading '/proc/net/rxrpc/calls'. The fix involves implementing RCU (Read-Copy Update) safe deletion, which is a synchronization mechanism that allows multiple readers to access data while it is being updated. Additionally, the rxrpc destroy all calls() function was modified to limit the number of dumped calls to prevent excessive processing, and rxrpc put call() was updated to handle call deletion unconditionally.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Infinite Loop
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel