CVE-2024-50294

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-50294
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2024-50294.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2024-50294
Downstream
Related
Published
2024-11-19T02:16:31Z
Modified
2024-11-23T23:00:04Z
Summary
[none]
Details

In the Linux kernel, the following vulnerability has been resolved:

rxrpc: Fix missing locking causing hanging calls

If a call gets aborted (e.g. because kafs saw a signal) between it being queued for connection and the I/O thread picking up the call, the abort will be prioritised over the connection and it will be removed from local->newclientcalls by rxrpcdisconnectclient_call() without a lock being held. This may cause other calls on the list to disappear if a race occurs.

Fix this by taking the clientcalllock when removing a call from whatever list its ->wait_link happens to be on.

References

Affected packages

Debian:13 / linux

Package

Name
linux
Purl
pkg:deb/debian/linux?arch=source

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
6.11.9-1

Ecosystem specific

{
    "urgency": "not yet assigned"
}