First published: Wed Feb 26 2025(Updated: )
In the Linux kernel, the following vulnerability has been resolved: bfq: Update cgroup information before merging bio When the process is migrated to a different cgroup (or in case of writeback just starts submitting bios associated with a different cgroup) bfq_merge_bio() can operate with stale cgroup information in bic. Thus the bio can be merged to a request from a different cgroup or it can result in merging of bfqqs for different cgroups or bfqqs of already dead cgroups and causing possible use-after-free issues. Fix the problem by updating cgroup information in bfq_merge_bio().
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | ||
Linux Kernel | >=4.12<5.4.198 | |
Linux Kernel | >=5.5<5.10.121 | |
Linux Kernel | >=5.11<5.15.46 | |
Linux Kernel | >=5.16<5.17.14 | |
Linux Kernel | >=5.18<5.18.3 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2022-49413 has been rated with a severity level that reflects its potential impact on the Linux kernel.
To fix CVE-2022-49413, you need to update your Linux kernel to the latest version that addresses this vulnerability.
CVE-2022-49413 affects multiple Linux kernel versions ranging from 4.12 to 5.18.3.
CVE-2022-49413 specifically impacts the bfq scheduler component in the Linux kernel.
Currently, the best approach to mitigate CVE-2022-49413 is to apply the recommended updates to the Linux kernel.