CVE-2024-42256
Linux Linux, linux kernel
In the Linux kernel, the following vulnerability has been resolved: cifs: Fix server re-repick on subrequest retry When a subrequest is marked for needing retry, netfs will call cifs_prepare_write() which will make cifs repick the server for the op before renegotiating credits; it then calls cifs_issue_write() which invokes smb2_async_writev() - which re-repicks the server. If a different server is then selected, this causes the increment of server->in_flight to happen against one record and the decrement to happen against another, leading to misaccounting. Fix this by just removing the rep...
- CVSS
- 9.8
- EPSS
- 0.69% 49.2% percentile
- CISA KEV
- Not listed
- Published
- 2024.08.08