CVE-2024-42107
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
30/07/2024
Last modified:
08/01/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
ice: Don&#39;t process extts if PTP is disabled<br />
<br />
The ice_ptp_extts_event() function can race with ice_ptp_release() and<br />
result in a NULL pointer dereference which leads to a kernel panic.<br />
<br />
Panic occurs because the ice_ptp_extts_event() function calls<br />
ptp_clock_event() with a NULL pointer. The ice driver has already<br />
released the PTP clock by the time the interrupt for the next external<br />
timestamp event occurs.<br />
<br />
To fix this, modify the ice_ptp_extts_event() function to check the<br />
PTP state and bail early if PTP is not ready.
Impact
Base Score 3.x
4.70
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.14 (including) | 6.9.9 (excluding) |
| cpe:2.3:o:linux:linux_kernel:6.10:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.10:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.10:rc3:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.10:rc4:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.10:rc5:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.10:rc6:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page



