Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

msrc логотип

CVE-2026-64301

Опубликовано: 27 июл. 2026
Источник: msrc
CVSS3: 7.1
EPSS Низкий

Описание

regulator: scmi: fix of_node refcount leak in scmi_regulator_probe()

EPSS

Процентиль: 11%
0.00206
Низкий

7.1 High

CVSS3

Связанные уязвимости

ubuntu
7 дней назад

In the Linux kernel, the following vulnerability has been resolved: regulator: scmi: fix of_node refcount leak in scmi_regulator_probe() scmi_regulator_probe() calls of_find_node_by_name() which takes a reference on the returned device node. On the error path where process_scmi_regulator_of_node() fails, the function returns without calling of_node_put() on the child node, leaking the reference. Add of_node_put(np) on the error path to properly release the reference.

CVSS3: 5.5
redhat
8 дней назад

A flaw was found in the Linux kernel's regulator subsystem. An issue in the `scmi_regulator_probe()` function can lead to a reference count leak. This occurs when an error path is triggered during device node processing, causing a resource to not be properly released. Over time, this unreleased resource could potentially impact system stability or performance.

nvd
7 дней назад

In the Linux kernel, the following vulnerability has been resolved: regulator: scmi: fix of_node refcount leak in scmi_regulator_probe() scmi_regulator_probe() calls of_find_node_by_name() which takes a reference on the returned device node. On the error path where process_scmi_regulator_of_node() fails, the function returns without calling of_node_put() on the child node, leaking the reference. Add of_node_put(np) on the error path to properly release the reference.

debian
7 дней назад

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

github
7 дней назад

In the Linux kernel, the following vulnerability has been resolved: regulator: scmi: fix of_node refcount leak in scmi_regulator_probe() scmi_regulator_probe() calls of_find_node_by_name() which takes a reference on the returned device node. On the error path where process_scmi_regulator_of_node() fails, the function returns without calling of_node_put() on the child node, leaking the reference. Add of_node_put(np) on the error path to properly release the reference.

EPSS

Процентиль: 11%
0.00206
Низкий

7.1 High

CVSS3