In the Linux kernel, the following vulnerability has been resolved: afs: Fix UAF when sending a message In afs_make_call(), there's a race with async call reception and destruction. If a call is d…
Info
Summary
In the Linux kernel, the following vulnerability has been resolved: afs: Fix UAF when sending a message In afs_make_call(), there's a race with async call reception and destruction. If a call is dispatched that doesn't have call->write_iter set (used to specify the data content for FS.StoreData), then the first rxrpc_kernel_send_data() will not set MSG_MORE in the msghdr. Once rxrpc_send_data() queues the last request packet, the response could come in at any time and cause the call to be c…
In-depth triage
No in-depth report has been generated yet (DR-003 v2 AI pipeline is under construction).
Sources
- NVD DATABASE
Original Links
- https://git.kernel.org/stable/c/4af1ec68d54b3871155914d584fb10669c41a861
- https://git.kernel.org/stable/c/c0d3b81f703b2a9e37fe1347610a50cdf0078c27
- https://git.kernel.org/stable/c/daaa726b14fc3026a6b328614d312b698f62f391
Timeline
- nvd_ingest NVD