CVE-2023-54152
Last modified
CVE-2023-54152 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: can: j1939: prevent deadlock by moving j1939_sk_errqueue() This commit addresses a deadlock situation that can occur in certain scenarios, such as when running data TP/ETP transfer and subscribing to the error queue while receiving a net down event. The deadlock involves locks in the following order: 3 j1939_session_list_lock -> active_session_list_lock j1939_session_activate ... j1939_sk_queue_activate_next -> sk_session_queue_lock ... j1939_xtp_rx_eoma_one 2 j1939_sk_queue_drop_all -> sk_session_queue_lock ... j1939_sk_netdev_event_netdown -> j1939_socks_lock j1939_netdev_notify 1 j1939_sk_errqueue -> j1939_socks_lock __j1939_session_cancel -> active_session_list_lock j1939_tp_rxtimer CPU0 CPU1 ---- ---- lock(&priv->active_session_list_lock); lock(&jsk->sk_session_queue_lock); lock(&priv->active_session_list_lock); lock(&priv->j1939_socks_lock); The solution implemented in this commit is to move the j1939_sk_errqueue() call out of the active_session_list_lock context, thus preventing the deadlock situation.. EPSS estimates a 0.17% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: can: j1939: prevent deadlock by moving j1939_sk_errqueue() This commit addresses a deadlock situation that can occur in certain scenarios, such as when running data TP/ETP transfer and subscribing to the error queue while receiving a net down event. The deadlock involves locks in the following order: 3 j1939_session_list_lock -> active_session_list_lock j1939_session_activate ... j1939_sk_queue_activate_next -> sk_session_queue_lock ... j1939_xtp_rx_eoma_one 2 j1939_sk_queue_drop_all -> sk_session_queue_lock ... j1939_sk_netdev_event_netdown -> j1939_socks_lock j1939_netdev_notify 1 j1939_sk_errqueue -> j1939_socks_lock __j1939_session_cancel -> active_session_list_lock j1939_tp_rxtimer CPU0 CPU1 ---- ---- lock(&priv->active_session_list_lock); lock(&jsk->sk_session_queue_lock); lock(&priv->active_session_list_lock); lock(&priv->j1939_socks_lock); The solution implemented in this commit is to move the j1939_sk_errqueue() call out of the active_session_list_lock context, thus preventing the deadlock situation.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 5b9272e93f2efe3f6cda60cc2c26817b2ce49386, < 8a581b71cf686b4cd1a85c9c2dfc2fb88382c3b4; >= 5b9272e93f2efe3f6cda60cc2c26817b2ce49386, < ace6aa2ab5ba5869563ca689bbd912100514ae7b; >= 5b9272e93f2efe3f6cda60cc2c26817b2ce49386, < f09ce9d765de1f064ce3919f57c6beb061744784; >= 5b9272e93f2efe3f6cda60cc2c26817b2ce49386, < d1366b283d94ac4537a4b3a1e8668da4df7ce7e9 |
| Linux | Linux | 5.15 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2023-54152?
How severe is CVE-2023-54152?
How do I fix CVE-2023-54152?
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-54147In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54148In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54149In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2023-5415The Funnelforms Free plugin for WordPress is vulnerable to u…4.3
- CVE-2023-54150In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54151In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-54153In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-54154In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54155In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54156In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-54157In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-54158In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2023-54152?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
