CVE-2026-23035
Gravedad:
Pendiente de análisis
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
31/01/2026
Última modificación:
31/01/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
net/mlx5e: Pass netdev to mlx5e_destroy_netdev instead of priv<br />
<br />
mlx5e_priv is an unstable structure that can be memset(0) if profile<br />
attaching fails.<br />
<br />
Pass netdev to mlx5e_destroy_netdev() to guarantee it will work on a<br />
valid netdev.<br />
<br />
On mlx5e_remove: Check validity of priv->profile, before attempting<br />
to cleanup any resources that might be not there.<br />
<br />
This fixes a kernel oops in mlx5e_remove when switchdev mode fails due<br />
to change profile failure.<br />
<br />
$ devlink dev eswitch set pci/0000:00:03.0 mode switchdev<br />
Error: mlx5_core: Failed setting eswitch to offloads.<br />
dmesg:<br />
workqueue: Failed to create a rescuer kthread for wq "mlx5e": -EINTR<br />
mlx5_core 0012:03:00.1: mlx5e_netdev_init_profile:6214:(pid 37199): mlx5e_priv_init failed, err=-12<br />
mlx5_core 0012:03:00.1 gpu3rdma1: mlx5e_netdev_change_profile: new profile init failed, -12<br />
workqueue: Failed to create a rescuer kthread for wq "mlx5e": -EINTR<br />
mlx5_core 0012:03:00.1: mlx5e_netdev_init_profile:6214:(pid 37199): mlx5e_priv_init failed, err=-12<br />
mlx5_core 0012:03:00.1 gpu3rdma1: mlx5e_netdev_change_profile: failed to rollback to orig profile, -12<br />
<br />
$ devlink dev reload pci/0000:00:03.0 ==> oops<br />
<br />
BUG: kernel NULL pointer dereference, address: 0000000000000370<br />
PGD 0 P4D 0<br />
Oops: Oops: 0000 [#1] SMP NOPTI<br />
CPU: 15 UID: 0 PID: 520 Comm: devlink Not tainted 6.18.0-rc5+ #115 PREEMPT(voluntary)<br />
Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 1.16.3-2.fc40 04/01/2014<br />
RIP: 0010:mlx5e_dcbnl_dscp_app+0x23/0x100<br />
RSP: 0018:ffffc9000083f8b8 EFLAGS: 00010286<br />
RAX: ffff8881126fc380 RBX: ffff8881015ac400 RCX: ffffffff826ffc45<br />
RDX: 0000000000000000 RSI: 0000000000000001 RDI: ffff8881035109c0<br />
RBP: ffff8881035109c0 R08: ffff888101e3e838 R09: ffff888100264e10<br />
R10: ffffc9000083f898 R11: ffffc9000083f8a0 R12: ffff888101b921a0<br />
R13: ffff888101b921a0 R14: ffff8881015ac9a0 R15: ffff8881015ac400<br />
FS: 00007f789a3c8740(0000) GS:ffff88856aa59000(0000) knlGS:0000000000000000<br />
CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033<br />
CR2: 0000000000000370 CR3: 000000010b6c0001 CR4: 0000000000370ef0<br />
Call Trace:<br />
<br />
mlx5e_remove+0x57/0x110<br />
device_release_driver_internal+0x19c/0x200<br />
bus_remove_device+0xc6/0x130<br />
device_del+0x160/0x3d0<br />
? devl_param_driverinit_value_get+0x2d/0x90<br />
mlx5_detach_device+0x89/0xe0<br />
mlx5_unload_one_devl_locked+0x3a/0x70<br />
mlx5_devlink_reload_down+0xc8/0x220<br />
devlink_reload+0x7d/0x260<br />
devlink_nl_reload_doit+0x45b/0x5a0<br />
genl_family_rcv_msg_doit+0xe8/0x140



