CVE-2024-35889: idpf: fix kernel panic on unknown packet types
In the Linux kernel, the following vulnerability has been resolved:
idpf: fix kernel panic on unknown packet types
In the very rare case where a packet type is unknown to the driver,
idpf_rx_process_skb_fields would return early without calling
eth_type_trans to set the skb protocol / the network layer handler.
This is especially problematic if tcpdump is running when such a
packet is received, i.e. it would cause a kernel panic.
Instead, call eth_type_trans for every single packet, even when
the packet type is unknown.
Security readout for executives and security teams
Plain-English summary
A rare network packet condition can crash affected Linux systems using the idpf network driver, particularly while tcpdump is capturing traffic. The primary business risk is service interruption. The supplied CVSS score is 8.6, but the sources do not establish widespread triggering or exploitation.
Executive priority
Prioritize remediation for production systems that use idpf and perform packet capture, especially where an unexpected reboot would disrupt critical services. Other Linux systems should first be screened for actual idpf usage. There is no supplied evidence of active exploitation, so urgency should reflect exposure and availability impact rather than an assumed attack campaign.
Technical view
For an unknown packet type, idpf_rx_process_skb_fields could return before eth_type_trans assigned the skb protocol and network-layer handler. If the packet continued through capture processing, especially with tcpdump running, the missing protocol state could cause a kernel panic. The fix calls eth_type_trans for every packet.
Likely exposure
Exposure is limited to Linux systems running an affected kernel and using the idpf network driver. Risk is elevated where packet capture tools such as tcpdump operate. The bundle identifies versions beginning at 6.7 and references 6.8.5 and 6.9, but its version-range encoding is insufficiently clear for precise inclusion decisions.
Exploitation context
The CVSS vector describes network reachability without privileges or user interaction. However, the source bundle calls the triggering condition very rare, provides no exploit evidence, and marks the CVE absent from KEV. Do not treat active exploitation as established.
Researcher notes
The public description establishes a kernel-panic path caused by incomplete skb initialization for unknown packet types. It does not identify a CWE, demonstrate attacker control of the triggering packet type, or clarify exploit reliability. The affected-version fields are ambiguous; validate distribution backports against the referenced commits instead of relying solely on version numbers.
Mitigation direction
Apply a vendor-supported Linux kernel update containing the referenced idpf fix.
Confirm the selected kernel includes one of the referenced stable commits or its backport.
Prioritize systems using idpf where tcpdump or other packet capture routinely runs.
Check Linux distribution security guidance for exact fixed package versions.
Validation and detection
Inventory kernel versions and determine which systems load or use the idpf driver.
Review vendor changelogs or kernel sources for the referenced fix or an equivalent backport.
Identify systems where tcpdump or comparable packet capture runs on idpf interfaces.
After updating, confirm systems boot normally and idpf networking and packet capture remain functional.
Review kernel logs for prior panics associated with idpf receive processing.
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-35889 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.