U.S. flag   An official website of the United States government
Dot gov

Official websites use .gov
A .gov website belongs to an official government organization in the United States.

Https

Secure .gov websites use HTTPS
A lock (Dot gov) or https:// means you've safely connected to the .gov website. Share sensitive information only on official, secure websites.

CVE-2023-54310 Detail

Description

In the Linux kernel, the following vulnerability has been resolved: scsi: message: mptlan: Fix use after free bug in mptlan_remove() due to race condition mptlan_probe() calls mpt_register_lan_device() which initializes the &priv->post_buckets_task workqueue. A call to mpt_lan_wake_post_buckets_task() will subsequently start the work. During driver unload in mptlan_remove() the following race may occur: CPU0 CPU1 |mpt_lan_post_receive_buckets_work() mptlan_remove() | free_netdev() | kfree(dev); | | | dev->mtu | //use Fix this by finishing the work prior to cleaning up in mptlan_remove(). [mkp: we really should remove mptlan instead of attempting to fix it]


Metrics

NVD enrichment efforts reference publicly available information to associate vector strings. CVSS information contributed by other sources is also displayed.
CVSS 4.0 Severity and Vector Strings:

NIST CVSS score
NIST: NVD
N/A
NVD assessment not yet provided.

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving NIST webspace. We have provided these links to other web sites because they may have information that would be of interest to you. No inferences should be drawn on account of other sites being referenced, or not, from this page. There may be other web sites that are more appropriate for your purpose. NIST does not necessarily endorse the views expressed, or concur with the facts presented on these sites. Further, NIST does not endorse any commercial products that may be mentioned on these sites. Please address comments about this page to [email protected].

URL Source(s) Tag(s)
https://git.kernel.org/stable/c/410e610a96c52a7b41e2ab6c9ca60868d9acecce kernel.org
https://git.kernel.org/stable/c/48daa4a3015d859ee424948844ce3c12f2fe44e6 kernel.org
https://git.kernel.org/stable/c/60c8645ad6f5b722615383d595d63b62b07a13c3 kernel.org
https://git.kernel.org/stable/c/697f92f8317e538d8409a0c95d6370eb40b34c05 kernel.org
https://git.kernel.org/stable/c/92f869693d84e813895ff4d25363744575515423 kernel.org
https://git.kernel.org/stable/c/9c6da3b7f12528cd52c458b33496a098b838fcfc kernel.org
https://git.kernel.org/stable/c/e84282efc87f2414839f6e15c31b4daa34ebaac1 kernel.org
https://git.kernel.org/stable/c/f486893288f3e9b171b836f43853a6426515d800 kernel.org

Weakness Enumeration

CWE-ID CWE Name Source

Change History

1 change records found show changes

Quick Info

CVE Dictionary Entry:
CVE-2023-54310
NVD Published Date:
12/30/2025
NVD Last Modified:
12/30/2025
Source:
kernel.org