CVE-2023-53722
BaseFortify
Publication date: 2025-10-22
Last updated on: 2025-10-22
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is an out-of-bounds (OOB) error in the Linux kernel's RAID1 subsystem. Specifically, if the raid_disk index (rddev->raid_disk) is greater than the total number of RAID disks (mddev->raid_disks), the function raid1_remove_disk() may access memory outside the intended bounds, potentially causing instability or crashes. The issue is fixed by validating the index before use.
How can this vulnerability impact me? :
This vulnerability can lead to out-of-bounds memory access in the Linux kernel RAID1 code, which may cause system instability, crashes, or potentially allow attackers to exploit the kernel for further attacks depending on the context. It affects systems using RAID1 configurations in the Linux kernel.