NONE · 0

CVE-2026-72167

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

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

References

FAQ

What is CVE-2026-72167?

CVE-2026-72167 is a documented vulnerability. 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 ...

How severe is CVE-2026-72167?

CVSS scoring is not yet available for CVE-2026-72167. Check NVD for updates.

Is there a patch for CVE-2026-72167?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.