In the Linux kernel, the following vulnerability has been resolved:
scsi: target: tcmu: Fix possible page UAF
tcmu_try_get_data_page() looks up pages under cmdr_lock, but it does not
take refcount properly and just returns page pointer. When
tcmu_try_get_data_page() returns, the returned page may have been freed by
tcmu_blocks_release().
We need to get_page() under cmdr_lock to avoid concurrent
tcmu_blocks_release().
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2025-02-26 07:00
Updated : 2025-03-24 17:43
NVD link : CVE-2022-49053
Mitre link : CVE-2022-49053
CVE.ORG link : CVE-2022-49053
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-416
Use After Free
