---
id: CVE-2026-90288
title: |-
  In the Linux kernel, the following vulnerability has been resolved:

  phy: renesas: rcar-gen2: Fix double of_node_put on phy creation failure

  for_each_child_of_node_scoped() releases the node reference on scope
  exit, so the explicit of_n…
summary: |-
  In the Linux kernel, the following vulnerability has been resolved:

  phy: renesas: rcar-gen2: Fix double of_node_put on phy creation failure

  for_each_child_of_node_scoped() releases the node reference on scope
  exit, so the explicit of_n…
severity: high
cvss: 7.4
cvssVector: 'CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H'
vendor: Linux
product: Linux
affected:
  - >-
    Linux >= b64b32791fb557f922beebddf74c47baf338cef0 <
    5374f3d53376d35085e0727c8c1b945bf7123996
  - >-
    Linux >= b64b32791fb557f922beebddf74c47baf338cef0 <
    b780b8929c759cfa7a892d58625a5ad46cb1cbd2
  - Linux 7.0
published: '2026-09-17'
updated: '2026-09-18'
sourceUpdated: '2026-09-18T18:17:51.750'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-90288'
references:
  - url: 'https://git.kernel.org/stable/c/5374f3d53376d35085e0727c8c1b945bf7123996'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/b780b8929c759cfa7a892d58625a5ad46cb1cbd2'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
tags:
  - nvd
  - cve.org
epss: 0.00144
epssPercentile: 0.04029
ingestedAt: '2026-09-17T16:21:47.833Z'
---

## Overview

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

phy: renesas: rcar-gen2: Fix double of_node_put on phy creation failure

for_each_child_of_node_scoped() releases the node reference on scope
exit, so the explicit of_node_put(np) in the devm_phy_create() error
path drops it twice.

Drop the redundant of_node_put() and let the scoped cleanup handle it.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
