CVE-2024-42107

Source
https://cve.org/CVERecord?id=CVE-2024-42107
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2024-42107.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2024-42107
Downstream
Related
Published
2024-07-30T07:46:02.834Z
Modified
2026-03-14T12:35:17.203786Z
Summary
ice: Don't process extts if PTP is disabled
Details

In the Linux kernel, the following vulnerability has been resolved:

ice: Don't process extts if PTP is disabled

The iceptpexttsevent() function can race with iceptp_release() and result in a NULL pointer dereference which leads to a kernel panic.

Panic occurs because the iceptpexttsevent() function calls ptpclock_event() with a NULL pointer. The ice driver has already released the PTP clock by the time the interrupt for the next external timestamp event occurs.

To fix this, modify the iceptpextts_event() function to check the PTP state and bail early if PTP is not ready.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2024/42xxx/CVE-2024-42107.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
172db5f91d5f7b91670c68a7547798b0b5374158
Fixed
1c4e524811918600683b1ea87a5e0fc2db64fa9b
Fixed
996422e3230e41468f652d754fefd1bdbcd4604e

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2024-42107.json"