
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2022-49673 affects the Linux kernel's device mapper RAID functionality. The vulnerability was discovered in the raid5_add_disk function when running the LVM testsuite, specifically during the test lvconvert-raid-reshape-linear_to_raid6-single-type.sh. The issue manifests as a KASAN (Kernel Address Sanitizer) warning, indicating potential memory safety issues (Kernel Git).
The vulnerability occurs in the raid5_add_disk function within the Linux kernel's device mapper RAID implementation. The issue arises from insufficient boundary checking of the rdev->saved_raid_disk value. The fix involves adding additional verification to ensure that rdev->saved_raid_disk is within proper limits before proceeding with disk addition operations (Kernel Git).
The vulnerability could potentially lead to memory corruption issues in the Linux kernel's RAID subsystem when adding disks to a RAID array. This specifically affects systems using the device mapper RAID functionality (NVD).
The vulnerability was discovered during testing with the LVM testsuite, specifically when executing the lvconvert-raid-reshape-linear_to_raid6-single-type.sh test. There are no known reports of this vulnerability being exploited in the wild (Kernel Git).
The issue has been fixed by adding a boundary check to verify that rdev->saved_raid_disk is within proper limits. The fix has been implemented in the Linux kernel through a patch that adds the condition 'rdev->saved_raid_disk <= last' to the existing checks (Kernel Git).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."