Bug 2373463 (CVE-2022-50085) - CVE-2022-50085 kernel: dm raid: fix address sanitizer warning in raid_resume
Summary: CVE-2022-50085 kernel: dm raid: fix address sanitizer warning in raid_resume
Keywords:
Status: NEW
Alias: CVE-2022-50085
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-06-18 12:04 UTC by OSIDB Bzimport
Modified: 2025-06-20 03:31 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-06-18 12:04:12 UTC
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.

Comment 1 Avinash Hanwate 2025-06-20 03:22:10 UTC
Upstream advisory:
https://lore.kernel.org/linux-cve-announce/2025061858-CVE-2022-50085-7e05@gregkh/T


Note You need to log in before you can comment on or make changes to this bug.