CVE-2023-54310
Last modified
CVE-2023-54310 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. 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]. EPSS estimates a 0.19% chance of exploitation in the next 30 days.
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
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 92f869693d84e813895ff4d25363744575515423; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 60c8645ad6f5b722615383d595d63b62b07a13c3; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 410e610a96c52a7b41e2ab6c9ca60868d9acecce; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 697f92f8317e538d8409a0c95d6370eb40b34c05; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < e84282efc87f2414839f6e15c31b4daa34ebaac1; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 9c6da3b7f12528cd52c458b33496a098b838fcfc; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 48daa4a3015d859ee424948844ce3c12f2fe44e6; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < f486893288f3e9b171b836f43853a6426515d800 |
| Linux | Linux | 2.6.12 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2023-54310?
How severe is CVE-2023-54310?
How do I fix CVE-2023-54310?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2023
- CVE-2023-54305In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54306In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2023-54307In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54308In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-54309In the Linux kernel, the following vulnerability has been re…
- CVE-2023-5431The Left right image slideshow gallery plugin for WordPress …6.5
- CVE-2023-54311In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54312In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54313In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54314In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54315In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54316In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2023-54310?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
