CVE Catalog
CVE-2026-72165
HighCVSS 7.8Exploitation Probability (EPSS)
Low risk0.16%
6th percentile - higher than 6% of all known CVEs
Summary
In the Linux kernel, the rawnand driver has a bug in the condition in the 'nand_select_target()' function. The condition does not correctly check the range of the 'cs' value, which should be in [0:nanddev_ntargets[.
Risk Assessment
This can lead to incorrect target selection for NAND memory, potentially resulting in I/O errors or system crashes.
Recommendation
It is recommended to apply the patch that fixes the condition in nand_select_target, and update the kernel to a version with the fix.
Original NVD description (English source)
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[.

