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[.
Published: 2026-08-15
Score: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A boundary check bug in the Linux kernel's mtd: rawnand driver function nand_select_target() allowed the internal variable cs to reference target indices outside the valid range, resulting in an out-of-bounds memory access that could corrupt kernel data structures or memory. This flaw can lead to denial of service or privilege escalation, classified as an out-of-bounds buffer access (CWE-1285).

Affected Systems

The vulnerability affects all Linux kernel installations that contain the mtd: rawnand driver before the commit that introduced the boundary check. Any distribution or custom kernel that has not incorporated that patch, regardless of version, is susceptible. The CNA vendor and product specified is Linux:Linux, indicating all Linux kernels.

Risk and Exploitability

The CVSS score of 7.8 indicates high severity, and the EPSS score of <1% suggests low exploitation probability. The flaw can cause out-of-bounds memory access in kernel mode and may lead to denial of service or privilege escalation. Exploitation would likely require local or privileged access to manipulate the NAND driver; no public exploits have been reported and the vulnerability is not listed in CISA KEV catalog. Until a patched kernel is deployed, the safest mitigation remains applying the update or removing the vulnerability from the system.

Generated by OpenCVE AI on August 22, 2026 at 11:34 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply a kernel update that includes the boundary check fix for mtd: rawnand's nand_select_target
  • If a kernel upgrade is not feasible, disable or unload the mtd: rawnand driver to eliminate the vulnerable code path
  • Contact the distribution maintainer or vendor to confirm that the patch is included and schedule its deployment

Generated by OpenCVE AI on August 22, 2026 at 11:34 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 22 Aug 2026 10:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-119

Wed, 19 Aug 2026 00:15:00 +0000


Mon, 17 Aug 2026 08:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-119

Mon, 17 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 7.8, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}


Sat, 15 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
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[.
Title mtd: rawnand: fix condition in 'nand_select_target()'
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-17T05:41:07.143Z

Reserved: 2026-08-09T03:40:39.909Z

Link: CVE-2026-72165

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:21:34.490

Modified: 2026-08-17T06:18:16.860

Link: CVE-2026-72165

cve-icon Redhat

Severity : Low

Publid Date: 2026-08-15T00:00:00Z

Links: CVE-2026-72165 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-22T11:45:03Z

Weaknesses
  • CWE-1285

    Improper Validation of Specified Index, Position, or Offset in Input