In the Linux kernel, the following vulnerability has been resolved: net/9p: fix infinite loop in p9_client_rpc on fatal signal When p9_client_rpc() is called with type P9_TFLUSH and the transport h…
Info
Summary
In the Linux kernel, the following vulnerability has been resolved: net/9p: fix infinite loop in p9_client_rpc on fatal signal When p9_client_rpc() is called with type P9_TFLUSH and the transport has no peer (e.g. fd transport backed by pipes with no 9p server), a fatal signal causes an infinite loop: again: err = io_wait_event_killable(req->wq, ...) /* SIGKILL wakes the task, returns -ERESTARTSYS */ if (err == -ERESTARTSYS && c->status == Connected && type == P9_TFLUSH) { sigpendi…
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/18a3427526e2141f80050f82c1d26b19a454707d
- https://git.kernel.org/stable/c/378481cc60a937ef8ea4ef6e4f95f0dbc4e21414
- https://git.kernel.org/stable/c/4f621ae3a2d99b0bac50e8d66cbf7f68323c01e8
- https://git.kernel.org/stable/c/6b4f48728faa8bb514368f7eacda05565dea8696
- https://git.kernel.org/stable/c/823886a1b089b49bcd349bc8bd3417b7910cd1ac
- https://git.kernel.org/stable/c/a8874c34c4a973f9922908a4b8be1d1278f01e42
- https://git.kernel.org/stable/c/dc892cbb1e4341d427b1f940ebd6abd69bf8e479
- https://git.kernel.org/stable/c/f62a1f245a71680033260a6f6d74011cc3acb3cd
Timeline
- nvd_ingest NVD