In the Linux kernel, the following vulnerability has been resolved:
blk-mq: setup queue ->tag_set before initializing hctx
Commit 7b815817aa58 ("blk-mq: add helper for checking if one CPU is mapped to specified hctx")
needs to check queue mapping via tag set in hctx's cpuhp handler.
However, q->tag_set may not be setup yet when the cpuhp handler is
enabled, then kernel oops is triggered.
Fix the issue by setup queue tag_set before initializing hctx.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-10-29 01:15
Updated : 2024-10-30 15:45
NVD link : CVE-2024-50081
Mitre link : CVE-2024-50081
CVE.ORG link : CVE-2024-50081
JSON object : View
Products Affected
linux
- linux_kernel
CWE