CVE-2026-46070
Awaiting Analysis Awaiting Analysis - Queue
Kernel Out-of-Bounds Read in MD RAID5 Journal Metadata Handling

Publication date: 2026-05-27

Last updated on: 2026-06-01

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: md/raid5: validate payload size before accessing journal metadata r5c_recovery_analyze_meta_block() and r5l_recovery_verify_data_checksum_for_mb() iterate over payloads in a journal metadata block using on-disk payload size fields without validating them against the remaining space in the metadata block. A corrupted journal contains payload sizes extending beyond the PAGE_SIZE boundary can cause out-of-bounds reads when accessing payload fields or computing offsets. Add bounds validation for each payload type to ensure the full payload fits within meta_size before processing.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-05-27
Last Modified
2026-06-01
Generated
2026-06-16
AI Q&A
2026-05-27
EPSS Evaluated
2026-06-15
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

This vulnerability exists in the Linux kernel's md/raid5 component, specifically in how it handles journal metadata payload sizes. Functions r5c_recovery_analyze_meta_block() and r5l_recovery_verify_data_checksum_for_mb() iterate over payloads using on-disk payload size fields without validating these sizes against the remaining space in the metadata block.

If the journal is corrupted and contains payload sizes that extend beyond the PAGE_SIZE boundary, this can lead to out-of-bounds reads when accessing payload fields or computing offsets. The fix involves adding bounds validation for each payload type to ensure the full payload fits within the metadata size before processing.

Impact Analysis

This vulnerability can cause out-of-bounds reads in the Linux kernel when processing corrupted RAID5 journal metadata. Such out-of-bounds reads may lead to system instability, crashes, or potentially expose sensitive kernel memory contents, which could be exploited by attackers to compromise system security.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-46070. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart