First published: Thu Aug 22 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: RDMA/ib_srp: Fix a deadlock Remove the flush_workqueue(system_long_wq) call since flushing system_long_wq is deadlock-prone and since that call is redundant with a preceding cancel_work_sync()
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=3.8<4.9.304 | |
Linux Kernel | >=4.10<4.14.269 | |
Linux Kernel | >=4.15<4.19.232 | |
Linux Kernel | >=4.20<5.4.182 | |
Linux Kernel | >=5.5<5.10.103 | |
Linux Kernel | >=5.11<5.15.26 | |
Linux Kernel | >=5.16<5.16.12 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2022-48930 is classified as a low severity vulnerability affecting the Linux kernel.
To fix CVE-2022-48930, update your Linux kernel to a version that includes the patch for this vulnerability.
CVE-2022-48930 affects Linux kernel versions from 3.8 up to 5.16.12, but excludes certain versions in between.
CVE-2022-48930 addresses a deadlock issue in the RDMA/ib_srp implementation of the Linux kernel.
CVE-2022-48930 does not pose a remote exploitation risk, as it pertains to a local deadlock condition.