Skip to main content

Linux Kernel CVE-2026-72165

| EUVDEUVD-2026-58923 HIGH
2026-08-15 416baaa9-dc9f-4396-8d5f-8c081fb06d67 GHSA-v988-556m-vgqv
High
Disputed · 7.8 Vendor: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Share

Severity by source

Sources disagree (Low–High)
Vendor (416baaa9-dc9f-4396-8d5f-8c081fb06d67) PRIMARY
7.8 HIGH
AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
vuln.today AI
7.8 HIGH

Local-only kernel subsystem, low-privilege access sufficient to trigger; full kernel memory access potential justifies C/I/A:H with unchanged scope.

3.1 AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
4.0 AV:L/AC:L/AT:P/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
SUSE
4.7 MEDIUM
AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H
Red Hat
5.5 LOW
qualitative

vuln.today treats the vendor’s rating as authoritative. A higher third-party CVSS (e.g. CISA-ADP) is shown for transparency but does not drive the headline severity.

CVSS VectorVendor: 416baaa9-dc9f-4396-8d5f-8c081fb06d67

Attack Vector
Local
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

5
Analysis Generated
Aug 17, 2026 - 07:23 vuln.today
CVSS changed
Aug 17, 2026 - 06:22 NVD
7.8 (HIGH)
Patch available
Aug 15, 2026 - 07:20 EUVD
CVE Published
Aug 15, 2026 - 06:21 cve.org
HIGH 7.8
CVE Published
Aug 15, 2026 - 06:21 cve.org
UNKNOWN (no severity yet)

DescriptionCVE.org

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[.

AnalysisAI

Out-of-bounds memory access in the Linux kernel MTD raw NAND subsystem allows a local low-privilege user to corrupt or read kernel memory via an improper bounds check in nand_select_target(), where the chip-select index cs is not validated against nanddev_ntargets(). Affected systems span Linux 5.2 through current stable branches across multiple LTS lines; patched releases are available. No public exploit code exists and the vulnerability is not listed in CISA KEV, with EPSS at 0.22% (13th percentile), indicating low real-world exploitation probability despite the high CVSS score of 7.8.

Technical ContextAI

The vulnerability is in the Linux kernel MTD (Memory Technology Device) raw NAND subsystem, specifically in the nand_select_target() function located in drivers/mtd/nand/raw/. This function is responsible for selecting a NAND chip target using a chip-select index (cs). The valid range for cs is [0, nanddev_ntargets()), where nanddev_ntargets() returns the number of registered NAND targets for a device. The flawed boundary condition allows cs values outside this range to proceed, resulting in an out-of-bounds memory access on internal NAND device structures. No CWE has been formally assigned, but the root cause most closely corresponds to CWE-20 (Improper Input Validation) leading to out-of-bounds memory access. The bug was introduced at commit 32813e288414fecce18f37f8f0d0414a64b45c56 (first appearing in Linux 5.2) and propagated across all stable kernel branches until the respective fix commits were applied.

RemediationAI

The primary remediation is to upgrade to a patched Linux kernel release: 5.10.261, 5.15.212, 6.1.178, 6.6.145, 6.12.97, 6.18.40, 7.1.5, or 7.2-rc1 or later. Upstream fix commits are available at git.kernel.org/stable (see references) and can be backported to custom or vendor kernels. For embedded or industrial systems where an immediate kernel upgrade is operationally impractical, restrict unprivileged local user access to the affected system - removing local shell accounts from untrusted users eliminates the PR:L attack surface, though this does not remediate the underlying flaw and has operational trade-offs in multi-user environments. If the nand_select_target() path is not needed at runtime (i.e., raw NAND storage is not in active use), denylisting the nand kernel module via /etc/modprobe.d/ prevents driver load, but this will prevent access to any NAND-backed storage and is only viable when NAND flash is not required for system operation.

Vendor StatusVendor

SUSE

Severity: Moderate
Product Status
SUSE Linux Enterprise Desktop 15 SP7 Affected
SUSE Linux Enterprise Desktop 15 SP7 Affected
SUSE Linux Enterprise High Availability Extension 15 SP7 Affected
SUSE Linux Enterprise High Availability Extension 15 SP7 Affected
SUSE Linux Enterprise High Availability Extension 16.0 Not-Affected

Share

CVE-2026-72165 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy