CVE-2026-72165
Received Received - Intake

Fix in nand_select_target() Condition for MTD RawNAND in Linux Kernel

Vulnerability report for CVE-2026-72165, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-15

Last updated on: 2026-08-17

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: mtd: rawnand: fix condition in 'nand_select_target()' 'cs' here must be in range [0:nanddev_ntargets[.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-15
Last Modified
2026-08-17
Generated
2026-09-04
AI Q&A
2026-08-15
EPSS Evaluated
2026-09-03
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 in the Linux kernel involves a flaw in the mtd: rawnand subsystem where the function 'nand_select_target()' does not properly validate the 'cs' (chip select) parameter. The 'cs' value must be within the valid range of 0 to 'nanddev_ntargets - 1'. Failure to enforce this range could lead to out-of-bounds access or incorrect target selection.

Detection Guidance

This vulnerability is specific to the Linux kernel's mtd subsystem and NAND flash handling. Detection requires checking kernel logs for errors related to nand_select_target() or NAND device targeting issues. Use commands like dmesg | grep -i nand or journalctl -k | grep -i nand to search for relevant errors.

Impact Analysis

This vulnerability may allow an attacker with local access to cause a denial of service, memory corruption, or potentially execute arbitrary code in the kernel context. It could lead to system instability or privilege escalation if exploited.

Compliance Impact

This vulnerability is specific to the Linux kernel's mtd subsystem and does not directly impact compliance with standards like GDPR or HIPAA. It involves a condition check in the nand_select_target() function, which could lead to incorrect target selection but does not involve data handling or privacy concerns.

Mitigation Strategies

Update the Linux kernel to the latest patched version to resolve the mtd: rawnand condition issue in nand_select_target().

Chat Assistant

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

EPSS Chart