Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: net: micrel: Fix receiving the timestamp in the frame for lan8841 The blamed commit started to use the ptp workqueue to get the second part of the timestamp. And when the port was set down, then this workqueue is stopped. But if the config option NETWORK_PHY_TIMESTAMPING is not enabled, then the ptp_clock is not initialized so then it would crash when it would try to access the delayed work. So then basically by setting up and then down the port, it would crash. The fix consists in checking if the ptp_clock is initialized and only then cancel the delayed work.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 6.5, < 6.6.33 |
Related Weaknesses (CWE)
References
- https://git.kernel.org/stable/c/3ddf170e4a604f5d4d9459a36993f5e92b53e8b0Patch
- https://git.kernel.org/stable/c/3fd4282d5f25c3c97fef3ef0b89b82ef4e2bc975Patch
- https://git.kernel.org/stable/c/64a47cf634ae44e92be24ebc982410841093bd7bPatch
- https://git.kernel.org/stable/c/aea27a92a41dae14843f92c79e9e42d8f570105cPatch
- https://git.kernel.org/stable/c/3ddf170e4a604f5d4d9459a36993f5e92b53e8b0Patch
- https://git.kernel.org/stable/c/3fd4282d5f25c3c97fef3ef0b89b82ef4e2bc975Patch
- https://git.kernel.org/stable/c/64a47cf634ae44e92be24ebc982410841093bd7bPatch
- https://git.kernel.org/stable/c/aea27a92a41dae14843f92c79e9e42d8f570105cPatch
FAQ
What is CVE-2024-38593?
CVE-2024-38593 is a vulnerability with a CVSS score of 5.5 (MEDIUM). In the Linux kernel, the following vulnerability has been resolved: net: micrel: Fix receiving the timestamp in the frame for lan8841 The blamed commit started to use the ptp workqueue to get the se...
How severe is CVE-2024-38593?
CVE-2024-38593 has been rated MEDIUM with a CVSS base score of 5.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2024-38593?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.