CVE-2023-53722: md: raid1: fix potential OOB in raid1_remove_disk()
In the Linux kernel, the following vulnerability has been resolved:
md: raid1: fix potential OOB in raid1_remove_disk()
If rddev->raid_disk is greater than mddev->raid_disks, there will be
an out-of-bounds in raid1_remove_disk(). We have already found
similar reports as follows:
1) commit d17f744e883b ("md-raid10: fix KASAN warning")
2) commit 1ebc2cec0b7d ("dm raid: fix KASAN warning in raid5_remove_disk")
Fix this bug by checking whether the "number" variable is
valid.
Security readout for executives and security teams
Plain-English summary
This is a Linux kernel RAID1 bug that could cause out-of-bounds memory access when removing a disk from an md RAID1 array under an invalid raid_disk value. The source does not provide CVSS, impact details, or active exploitation evidence.
Executive priority
Prioritize normal kernel patch management, with faster handling for production systems using software RAID1. Current evidence does not justify emergency action unless internal exposure is broad or the vendor rates the issue higher.
Technical view
The resolved issue is in md/raid1 raid1_remove_disk(). If rddev->raid_disk exceeds mddev->raid_disks, the function can index out of bounds. Kernel stable fixes add validation of the computed disk number before use, mirroring prior KASAN-warning fixes in related RAID code.
Likely exposure
Exposure is most relevant to Linux systems using md RAID1 or downstream kernels containing the affected RAID1 code. The bundle lists Linux kernel versions and stable commit references, but downstream vendor backports must be checked individually.
Exploitation context
The bundle does not cite public exploitation, KEV listing, exploit code, or a complete impact chain. Treat this as a kernel memory-safety issue requiring patch verification, not as confirmed actively exploited risk.
Researcher notes
The available record is sparse: no CVSS, CWE, privilege requirement, crash details, or exploitability analysis. The strongest facts are the vulnerable code path, out-of-bounds condition, KASAN context, and stable kernel fix references.
Mitigation direction
Apply vendor-supported kernel updates containing the referenced stable fixes.
Prioritize Linux systems using md RAID1 storage configurations.
Check distribution advisories for backported fixes before relying on upstream version numbers.
Schedule reboots or live-patching according to vendor kernel update requirements.
Validation and detection
Inventory Linux kernel versions across servers and appliances.
Identify hosts using md RAID1 arrays or affected kernel RAID modules.
Confirm the relevant stable fix commit or vendor backport is present.
Review vendor security advisories for package-specific fixed versions.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2023-53722 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
0CVSS vectors
3Timeline events
0ADP providers
9Source links
Vulnerability timeline
Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.
CVE reservedCVE Program
The CVE ID was reserved by the assigning CNA.
CVE publishedCVE Program
The CVE record was published.
Oct 22, 2025, 13:23 UTC (UTC+00:00)
CVE updatedCVE Program
The CVE record metadata indicates this as the latest update time.