CVE-2023-54039
Last modified
CVE-2023-54039 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: can: j1939: j1939_tp_tx_dat_new(): fix out-of-bounds memory access In the j1939_tp_tx_dat_new() function, an out-of-bounds memory access could occur during the memcpy() operation if the size of skb->cb is larger than the size of struct j1939_sk_buff_cb. This is because the memcpy() operation uses the size of skb->cb, leading to a read beyond the struct j1939_sk_buff_cb. Updated the memcpy() operation to use the size of struct j1939_sk_buff_cb instead of the size of skb->cb. EPSS estimates a 0.16% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: can: j1939: j1939_tp_tx_dat_new(): fix out-of-bounds memory access In the j1939_tp_tx_dat_new() function, an out-of-bounds memory access could occur during the memcpy() operation if the size of skb->cb is larger than the size of struct j1939_sk_buff_cb. This is because the memcpy() operation uses the size of skb->cb, leading to a read beyond the struct j1939_sk_buff_cb. Updated the memcpy() operation to use the size of struct j1939_sk_buff_cb instead of the size of skb->cb. This ensures that the memcpy() operation only reads the memory within the bounds of struct j1939_sk_buff_cb, preventing out-of-bounds memory access. Additionally, add a BUILD_BUG_ON() to check that the size of skb->cb is greater than or equal to the size of struct j1939_sk_buff_cb. This ensures that the skb->cb buffer is large enough to hold the j1939_sk_buff_cb structure. [mkl: rephrase commit message]
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 9d71dd0c70099914fcd063135da3c580865e924c, < d2136f05690c272dfc9f9d6efcc51d5f53494b33; >= 9d71dd0c70099914fcd063135da3c580865e924c, < 70caa596d158a5d84b117f722d58f3ea503a5ba9; >= 9d71dd0c70099914fcd063135da3c580865e924c, < 4fe1d9b6231a68ffc91318f57fd8e4982f028cf7; >= 9d71dd0c70099914fcd063135da3c580865e924c, < 4c3fb22a6ec68258ee129a2e6b720f43dffc562f; >= 9d71dd0c70099914fcd063135da3c580865e924c, < 36befc9aed6202b4a9b906529aea13eacd7e34ff; >= 9d71dd0c70099914fcd063135da3c580865e924c, < b45193cb4df556fe6251b285a5ce44046dd36b4a |
| Linux | Linux | 5.4 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2023-54039?
How severe is CVE-2023-54039?
How do I fix CVE-2023-54039?
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-54033In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54034In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54035In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-54036In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54037In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54038In the Linux kernel, the following vulnerability has been re…
- CVE-2023-5404Server receiving a malformed message can cause a pointer to …8.1
- CVE-2023-54040In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2023-54041In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54042In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-54043In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2023-54044In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2023-54039?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
