In the Linux kernel, the following vulnerability has been resolved: erofs: avoid using multiple devices with different type For multiple devices, both primary and extra devices should be the same t…
High CVSS 7.8
Summary
In the Linux kernel, the following vulnerability has been resolved: erofs: avoid using multiple devices with different type For multiple devices, both primary and extra devices should be the same type. `erofs_init_device` has already guaranteed that if the primary is a file-backed device, extra devices should also be regular files. However, if the primary is a block device while the extra device is a file-backed device, `erofs_init_device` will get an ENOTBLK, which is not treated as an erro…
In-depth triage · Auto channel
No in-depth report has been generated yet (DR-003 v2 AI pipeline is under construction).
Affected products
- :
Sources
- NVD DATABASE
Original Links
- https://git.kernel.org/stable/c/65115472f741ca000d7ea4a5922214f93cd1516e Patch
- https://git.kernel.org/stable/c/9748f2f54f66743ac77275c34886a9f890e18409 Patch
- https://git.kernel.org/stable/c/cd04beb9ce2773a16057248bb4fa424068ae3807 Patch
Timeline
- nvd_ingest NVD