CVE-2026-23084

CVSS

No CVSS.

I

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

Configurations

No configuration.

History

06 Feb 2026, 17:16

Type Values Removed Values Added
References
  • () https://git.kernel.org/stable/c/4cba480c9b9a3861a515262225cb53a1f5978344 -
  • () https://git.kernel.org/stable/c/6c3e00888dbec887125a08b51a705b9b163fcdd1 -
  • () https://git.kernel.org/stable/c/92c6dc181a18e6e0ddb872ed35cb48a9274829e4 -

04 Feb 2026, 17:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-02-04 17:16

Updated : 2026-02-06 17:16


NVD link : CVE-2026-23084

Mitre link : CVE-2026-23084

CVE.ORG link : CVE-2026-23084


JSON object : View

Products Affected

No product.

CWE

No CWE.