Description
In the Linux kernel, the following vulnerability has been resolved:

mtd: rawnand: pl353: fix probe resource allocation

During probe(), the devm_ioremap() is called with the parent device
instead of the current one. So when the module is unloaded, the register
area isn't released.

Target the pl35x device in the devm_ioremap() instead of its parent.
Published: 2026-08-15
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The pl353 raw NAND driver has a flaw where, during probe(), it calls devm_ioremap() with the parent device instead of the device itself. This causes the memory mapping of the device registers to be associated with the wrong parent, so when the module is unloaded, that register area is not freed. The resulting kernel memory leak can accumulate over repeated load/unload cycles and may eventually exhaust available kernel memory, destabilizing the system. The weakness corresponds to CWE-772 Unreleased Resource.

Affected Systems

Any Linux kernel that includes the pl353 raw NAND driver before the commit that fixes the probe logic. The affected kernel code is part of the generic mtd: rawnand: pl353 driver; specific version ranges are not listed in the CVE data, but all versions before the patch are vulnerable.

Risk and Exploitability

The CVSS score of 5.5 indicates moderate severity, and the EPSS score of less than 1% suggests a low likelihood of exploitation at the time of this analysis. The vulnerability is not listed in the CISA KEV catalog. Exploitation requires local privileged access capable of loading/unloading kernel modules, which is typically reserved for system administrators or attackers with kernel or root access. The primary risk is resource exhaustion and potential system instability rather than immediate privilege escalation.

Generated by OpenCVE AI on August 18, 2026 at 20:26 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the kernel to a version that contains the commit 19ed11aee966d91beebdef9d32ce926474872f79, which corrects the devm_ioremap usage in the pl353 driver.
  • If a kernel upgrade is not immediately possible, audit any custom or patched pl353 driver code to confirm that devm_ioremap is called with the device’s own pointer rather than its parent, and apply a code patch if necessary.
  • Where upgrading is not feasible and the driver cannot be recompiled, periodically unload and reload the module to force the kernel to release the mapping until a permanent fix is applied.

Generated by OpenCVE AI on August 18, 2026 at 20:26 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 18 Aug 2026 16:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-367

Tue, 18 Aug 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-772
References
Metrics threat_severity

None

cvssV3_1

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

threat_severity

Moderate


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

Type Values Removed Values Added
Weaknesses CWE-367

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: pl353: fix probe resource allocation During probe(), the devm_ioremap() is called with the parent device instead of the current one. So when the module is unloaded, the register area isn't released. Target the pl35x device in the devm_ioremap() instead of its parent.
Title mtd: rawnand: pl353: fix probe resource allocation
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:09:28.688Z

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

Link: CVE-2026-72167

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-72167

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-72167 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-18T20:30:17Z

Weaknesses
  • CWE-772

    Missing Release of Resource after Effective Lifetime