184 matches found
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, idpfrxprocessskbfields would return early without calling ethtypetrans to set the skb protocol / the network layer...
CVE-2024-35889
CVE-2024-35889 affects the Linux kernel, specifically the idpf driver. The vulnerability arises when the driver encounters an unknown packet type: idpf_rx_process_skb_fields may return early and fail to call eth_type_trans, so skb protocol/network-layer handling may not be set. This can lead to a...
kernel: idpf: fix null-ptr-deref in idpf_features_check
A flaw was found in the idpf module in the Linux kernel. A null pointer dereference can be triggered when the driver attempts to use a resource that has already been released, resulting in a denial of service...
PT-2025-25827
Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A null pointer dereference issue has been identified in the Linux kernel, specifically in the idpf features check function. This function is used to validate TX packets, and the issue...