CVE-2024-38593: net: micrel: Fix receiving the timestamp in the frame for lan8841
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.
Security readout for executives and security teams
Plain-English summary
This Linux kernel issue can crash a system when a Micrel LAN8841 network port is brought up and then down under a specific timestamping configuration. The business impact is availability disruption, not data theft or tampering. Sources do not show active exploitation.
Executive priority
Treat as a targeted availability risk. Patch during the normal kernel maintenance cycle unless LAN8841-based systems support critical services or have broad local user access, where accelerated remediation is reasonable.
Technical view
The LAN8841 Micrel PHY driver could access delayed PTP work when ptp_clock was not initialized because NETWORK_PHY_TIMESTAMPING was disabled. Stopping the port could then dereference unavailable timestamping state and crash the kernel. The upstream fix checks ptp_clock before canceling delayed work.
Likely exposure
Exposure appears limited to Linux systems using the Micrel LAN8841 PHY driver on affected kernel builds. Risk is higher for appliances, embedded systems, or servers where local users or management tooling can change port state.
Exploitation context
CVSS marks this as local, low complexity, low privilege, no user interaction, with high availability impact. The source bundle marks KEV false and provides no evidence of in-the-wild exploitation or remote exploitation.
Researcher notes
Evidence is concise and kernel-specific. The key condition is uninitialized ptp_clock with NETWORK_PHY_TIMESTAMPING disabled, followed by port down handling. Affected version data should be validated against vendor backports and exact kernel commits.
Mitigation direction
Apply Linux vendor kernel updates containing the referenced stable fixes.
Prioritize systems using Micrel LAN8841 network hardware or drivers.
Check downstream distro advisories before assuming upstream versions map directly.
Avoid unnecessary local access to network interface management functions.
Monitor affected systems for unexpected kernel crashes during interface changes.
Validation and detection
Inventory Linux kernels and identify LAN8841 or Micrel PHY usage.
Confirm whether NETWORK_PHY_TIMESTAMPING is disabled on relevant builds.
Verify the upstream or vendor fix is present in deployed kernels.
Review crash logs for LAN8841, PTP, or Micrel driver traces.
Test interface lifecycle behavior only in a controlled maintenance environment.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2024-38593 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.