CVE-2026-43219
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
06/05/2026
Last modified:
12/05/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
net: cpsw_new: Fix potential unregister of netdev that has not been registered yet<br />
<br />
If an error occurs during register_netdev() for the first MAC in<br />
cpsw_register_ports(), even though cpsw->slaves[0].ndev is set to NULL,<br />
cpsw->slaves[1].ndev would remain unchanged. This could later cause<br />
cpsw_unregister_ports() to attempt unregistering the second MAC.<br />
To address this, add a check for ndev->reg_state before calling<br />
unregister_netdev(). With this change, setting cpsw->slaves[i].ndev<br />
to NULL becomes unnecessary and can be removed accordingly.
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:*:*:*:*:*:*:*:* | 5.5 (including) | 6.18.16 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (including) | 6.19.6 (excluding) |
To consult the complete list of CPE names with products and versions, see this page



