CVE-2024-42271
Linux Linux, linux kernel
In the Linux kernel, the following vulnerability has been resolved: net/iucv: fix use after free in iucv_sock_close() iucv_sever_path() is called from process context and from bh context. iucv->path is used as indicator whether somebody else is taking care of severing the path (or it is already removed / never existed). This needs to be done with atomic compare and swap, otherwise there is a small window where iucv_sock_close() will try to work with a path that has already been severed and freed by iucv_callback_connrej() called by iucv_tasklet_fn(). Example: [452744.123844] Call Trace: [45...
- CVSS
- 7.8
- EPSS
- 0.24% 14.5% percentile
- CISA KEV
- Not listed
- Published
- 2024.08.17