CVE-2026-23084
Severity CVSS v4.0:
Pending analysis
Type:
CWE-476
NULL Pointer Dereference
Publication date:
04/02/2026
Last modified:
17/03/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
be2net: Fix NULL pointer dereference in be_cmd_get_mac_from_list<br />
<br />
When the parameter pmac_id_valid argument of be_cmd_get_mac_from_list() is<br />
set to false, the driver may request the PMAC_ID from the firmware of the<br />
network card, and this function will store that PMAC_ID at the provided<br />
address pmac_id. This is the contract of this function.<br />
<br />
However, there is a location within the driver where both<br />
pmac_id_valid == false and pmac_id == NULL are being passed. This could<br />
result in dereferencing a NULL pointer.<br />
<br />
To resolve this issue, it is necessary to pass the address of a stub<br />
variable to the function.
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 3.12 (including) | 5.10.249 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.11 (including) | 5.15.199 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.16 (including) | 6.1.162 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.2 (including) | 6.6.122 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.7 (including) | 6.12.68 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (including) | 6.18.8 (excluding) |
| cpe:2.3:o:linux:linux_kernel:6.19:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.19:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.19:rc3:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.19:rc4:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.19:rc5:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.19:rc6:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page
References to Advisories, Solutions, and Tools
- https://git.kernel.org/stable/c/31410a01a86bcb98c798d01061abf1f789c4f75a
- https://git.kernel.org/stable/c/47ffb4dcffe336f4a7bd0f3284be7aadc6484698
- https://git.kernel.org/stable/c/4cba480c9b9a3861a515262225cb53a1f5978344
- https://git.kernel.org/stable/c/6c3e00888dbec887125a08b51a705b9b163fcdd1
- https://git.kernel.org/stable/c/8215794403d264739cc676668087512950b2ff31
- https://git.kernel.org/stable/c/92c6dc181a18e6e0ddb872ed35cb48a9274829e4
- https://git.kernel.org/stable/c/e206fb415db36bad52bb90c08d46ce71ffbe8a80



