CVE-2022-50486

Updated: 2026-02-04 04:33:00.495725

Description:

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: ti: Fix return type of netcp_ndo_start_xmit() With clang's kernel control flow integrity (kCFI, CONFIG_CFI_CLANG), indirect call targets are validated against the expected function pointer prototype to make sure the call target is valid to help mitigate ROP attacks. If they are not identical, there is a failure at run time, which manifests as either a kernel panic or thread getting killed. A proposed warning in clang aims to catch these at compile time, which reveals: drivers/net/ethernet/ti/netcp_core.c:1944:21: error: incompatible function pointer types initializing 'netdev_tx_t (*)(struct sk_buff *, struct net_device *)' (aka 'enum netdev_tx (*)(struct sk_buff *, struct net_device *)') with an expression of type 'int (struct sk_buff *, struct net_device *)' [-Werror,-Wincompatible-function-pointer-types-strict] .ndo_start_xmit = netcp_ndo_start_xmit, ^~~~~~~~~~~~~~~~~~~~ 1 error generated. ->ndo_start_xmit() in 'struct net_device_ops' expects a return type of 'netdev_tx_t', not 'int'. Adjust the return type of netcp_ndo_start_xmit() to match the prototype's to resolve the warning and CFI failure.


Links NIST CIRCL RHEL Ubuntu

Severity

Severity Score
CVSS Version 2.x 0.0
CVSS Version 3.x MEDIUM 5.5

Status

OS name Project name Version Score Severity Status Errata Last updated

Statement

AlmaLinux 9.2 ESU kernel 5.14.0 5.5 MEDIUM Released CLSA-2025:1764151168 2025-11-27 10:29:46
CentOS 8.4 ELS kernel 4.18.0 5.5 MEDIUM Ignored 2026-02-05 04:10:39 This issue only affects the TI Keystone NETCP Ethernet driver (CONFIG_TI_KEYSTONE_NETCP/ETHSS) and m...
CentOS 8.5 ELS kernel 4.18.0 5.5 MEDIUM Ignored 2026-02-05 04:10:39 This issue only affects the TI Keystone NETCP Ethernet driver (CONFIG_TI_KEYSTONE_NETCP/ETHSS) and m...
Ubuntu 16.04 ELS linux-hwe 4.15.0 5.5 MEDIUM Ignored 2026-02-04 20:05:31 This flaw is limited to TI’s Keystone NetCP Ethernet driver for KeyStone SoCs; if that hardware is...
Ubuntu 16.04 ELS linux 4.4.0 5.5 MEDIUM Ignored 2026-02-05 04:14:45 This flaw is limited to TI’s Keystone NetCP Ethernet driver for KeyStone SoCs; if that hardware is...