CVE-2024-36887: e1000e: change usleep_range to udelay in PHY mdic access
In the Linux kernel, the following vulnerability has been resolved:
e1000e: change usleep_range to udelay in PHY mdic access
This is a partial revert of commit 6dbdd4de0362 ("e1000e: Workaround
for sporadic MDI error on Meteor Lake systems"). The referenced commit
used usleep_range inside the PHY access routines, which are sometimes
called from an atomic context. This can lead to a kernel panic in some
scenarios, such as cable disconnection and reconnection on vPro systems.
Solve this by changing the usleep_range calls back to udelay.
Security readout for executives and security teams
Plain-English summary
This Linux kernel issue can cause a system crash when the Intel e1000e network driver accesses PHY management logic from an atomic context. The described trigger involves cable disconnect and reconnect scenarios on vPro systems. The business impact is availability loss, not disclosed data theft or remote takeover in the provided sources.
Executive priority
Handle as a reliability and uptime risk for affected Linux fleets, not as confirmed active exploitation. Prioritize environments where unexpected host crashes are business-critical or where vPro-class hardware with e1000e is common.
Technical view
The vulnerable change used usleep_range inside e1000e PHY MDIC access routines. Those routines may run in atomic context, where sleeping is unsafe and can panic the kernel. The fix changes those waits back to udelay. The CVE record lists Linux kernel stable commits as references, with no CVSS, CWE, or detailed affected product matrix.
Likely exposure
Exposure appears limited to Linux systems using affected e1000e kernel driver code paths, especially systems matching the described Meteor Lake or vPro scenario. The source bundle does not provide a complete distro-by-distro affected version list.
Exploitation context
The source bundle does not report active exploitation, and KEV status is false. The described failure scenario is operational: network cable disconnection and reconnection can lead to kernel panic on some systems. No remote exploit path is established in the provided evidence.
Researcher notes
Evidence is narrow but coherent: the vulnerability is a sleep-in-atomic-context bug introduced by a prior e1000e workaround and fixed by reverting to busy-wait delays. Public metadata lacks CVSS, CWE, exploit status, and a complete affected-version matrix, so validation should focus on kernel commit lineage and distro backports.
Mitigation direction
Apply vendor or distribution kernel updates containing the referenced stable fixes.
Prioritize Linux endpoints or servers using the e1000e driver.
Check vendor advisories if your distribution backports kernel fixes without changing major versions.
Avoid treating version strings alone as definitive without distro advisory confirmation.
Validation and detection
Inventory Linux systems using the Intel e1000e driver.
Confirm whether installed kernel packages include the referenced stable commits or equivalent backports.
Review kernel logs for e1000e PHY or MDIC errors followed by panic events.
Test remediation in a maintenance window before broad deployment.
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-36887 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.