Lucene search

K
ubuntucveUbuntu.comUB:CVE-2024-38593
HistoryJun 20, 2024 - 12:00 a.m.

CVE-2024-38593

2024-06-2000:00:00
ubuntu.com
ubuntu.com
1
linux
kernel
vulnerability
cve-2024-38593
net
micrel
timestamp

7 High

AI Score

Confidence

High

0.0004 Low

EPSS

Percentile

15.7%

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.

7 High

AI Score

Confidence

High

0.0004 Low

EPSS

Percentile

15.7%

Related for UB:CVE-2024-38593