CVE-2026-23084

NONE EPSS 0.03%
Обновлено 5 февраля 2026
In
Параметр Значение
Поставщик In
Публичный эксплойт Нет

В ядре Linux устранена следующая уязвимость: be2net: исправлено разыменование нулевого указателя в be_cmd_get_mac_from_list. Когда аргумент параметра pmac_id_valid функции be_cmd_get_mac_from_list() равен установлено значение false, драйвер может запросить PMAC_ID из прошивки сетевая карта, и эта функция сохранит этот PMAC_ID в предоставленном адрес pmac_id. Это контракт этой функции.

Однако в драйвере есть место, где оба pmac_id_valid == false и pmac_id == NULL передаются. Это могло бы приведет к разыменованию NULL-указателя. Для решения этой проблемы необходимо передать адрес заглушки переменная в функцию.

Показать оригинальное описание (EN)

In the Linux kernel, the following vulnerability has been resolved: be2net: Fix NULL pointer dereference in be_cmd_get_mac_from_list When the parameter pmac_id_valid argument of be_cmd_get_mac_from_list() is set to false, the driver may request the PMAC_ID from the firmware of the network card, and this function will store that PMAC_ID at the provided address pmac_id. This is the contract of this function. However, there is a location within the driver where both pmac_id_valid == false and pmac_id == NULL are being passed. This could result in dereferencing a NULL pointer. To resolve this issue, it is necessary to pass the address of a stub variable to the function.