Vulnerability in Linux
CVE-2024-36887
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.
EPSS: 0.002 (15.2th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 5.5 (Medium). Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H.
Affected products
- Linux — versions 1d16cd91cd319d5bf6230c8493feb56a61e486a1, 0a4e3c2d976aa4dd38951afd6267f74ef3fade0e, 6dbdd4de0362c37e54e8b049781402e5a409e7d0
- Linux Linux_kernel — versions 6.9
References
Frequently asked questions
- What is CVE-2024-36887?
- CVE-2024-36887 is a medium-severity vulnerability in Linux. CVSS score: 5.5/10. Published 2024-05-30.
- How severe is CVE-2024-36887?
- Medium severity. CVSS v3 base score is 5.5 out of 10.