CVE-2022-50085
In the Linux kernel, the following vulnerability has been resolved: dm raid: fix address sanitizer warning in raid_resume There is a KASAN warning in raid_resume when running the lvm test lvconvert-raid.sh.
Does this matter?
High impact if exploited, but EPSS currently rates exploitation as unlikely (0.19%). Schedule it in the normal patch cycle and watch for a rise in EPSS or a public exploit.
Description
In the Linux kernel, the following vulnerability has been resolved: dm raid: fix address sanitizer warning in raid_resume There is a KASAN warning in raid_resume when running the lvm test lvconvert-raid.sh. The reason for the warning is that mddev->raid_disks is greater than rs->raid_disks, so the loop touches one entry beyond the allocated length.
- CVSS 3.1
- 7.8 HIGHCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
- EPSS
- 0.19% probability · 8th percentile
- CISA KEV
- Not listed
- Affected
- linux/linux kernel
- Source
- 416baaa9-dc9f-4396-8d5f-8c081fb06d67
References
- https://git.kernel.org/stable/c/2a9faa704d83ff0b04387e385efd8ae21cd95af6Patch
- https://git.kernel.org/stable/c/3bfdc95466f5be4d8d95db5a5b470d61641a7c24Patch
- https://git.kernel.org/stable/c/50235d9a1f1f742619ed9963cb9f240e5b821d46Patch
- https://git.kernel.org/stable/c/71f601c779b3cc1baf497796f5b922c3fe5d2a1ePatch
- https://git.kernel.org/stable/c/74af83732a39ab7d3bc9b49219a535853e25679fPatch
- https://git.kernel.org/stable/c/7dad24db59d2d2803576f2e3645728866a056dabPatch
- https://git.kernel.org/stable/c/c2d47bef93fb74aa97d90f9a40ca657b8f376083Patch
- https://git.kernel.org/stable/c/c2f075e729636a44e98d9722e3852c2fa6fa49b6Patch
Source: NVD record, EPSS from FIRST.org, KEV from CISA. Refreshed daily.