In the Linux kernel, the following vulnerability has been resolved:
block: Fix wrong offset in bio_truncate()
bio_truncate() clears the buffer outside of last block of bdev, however
current bio_truncate() is using the wrong offset of page. So it can
return the uninitialized data.
This happened when both of truncated/corrupted FS and userspace (via
bdev) are trying to read the last of bdev.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-06-20 12:15
Updated : 2025-03-24 18:24
NVD link : CVE-2022-48747
Mitre link : CVE-2022-48747
CVE.ORG link : CVE-2022-48747
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-908
Use of Uninitialized Resource
