diff options
author | Vincent Mailhol <mailhol.vincent@wanadoo.fr> | 2025-02-04 18:48:15 +0300 |
---|---|---|
committer | Marc Kleine-Budde <mkl@pengutronix.de> | 2025-02-08 14:41:43 +0300 |
commit | a1ad2109ce41c9e3912dadd07ad8a9c640064ffb (patch) | |
tree | ace439ad9fc3f537d021e461b1010b054513dbe7 /lib/mpi/mpi-inline.c | |
parent | 257a2cd3eb578ee63d6bf90475dc4f4b16984139 (diff) | |
download | linux-a1ad2109ce41c9e3912dadd07ad8a9c640064ffb.tar.xz |
can: etas_es58x: fix potential NULL pointer dereference on udev->serial
The driver assumed that es58x_dev->udev->serial could never be NULL.
While this is true on commercially available devices, an attacker
could spoof the device identity providing a NULL USB serial number.
That would trigger a NULL pointer dereference.
Add a check on es58x_dev->udev->serial before accessing it.
Reported-by: yan kang <kangyan91@outlook.com>
Reported-by: yue sun <samsun1006219@gmail.com>
Closes: https://lore.kernel.org/linux-can/SY8P300MB0421E0013C0EBD2AA46BA709A1F42@SY8P300MB0421.AUSP300.PROD.OUTLOOK.COM/
Fixes: 9f06631c3f1f ("can: etas_es58x: export product information through devlink_ops::info_get()")
Signed-off-by: Vincent Mailhol <mailhol.vincent@wanadoo.fr>
Link: https://patch.msgid.link/20250204154859.9797-2-mailhol.vincent@wanadoo.fr
Cc: stable@vger.kernel.org
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'lib/mpi/mpi-inline.c')
0 files changed, 0 insertions, 0 deletions