CVE-2024-35889
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
19/05/2024
Last modified:
31/12/2024
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
idpf: fix kernel panic on unknown packet types<br />
<br />
In the very rare case where a packet type is unknown to the driver,<br />
idpf_rx_process_skb_fields would return early without calling<br />
eth_type_trans to set the skb protocol / the network layer handler.<br />
This is especially problematic if tcpdump is running when such a<br />
packet is received, i.e. it would cause a kernel panic.<br />
<br />
Instead, call eth_type_trans for every single packet, even when<br />
the packet type is unknown.
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.7 (including) | 6.8.5 (excluding) |
| cpe:2.3:o:linux:linux_kernel:6.9:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.9:rc2:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page



