CVE-2026-43173
Severity CVSS v4.0:
Pending analysis
Type:
CWE-476
NULL Pointer Dereference
Publication date:
06/05/2026
Last modified:
12/05/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
net: ethernet: xscale: Check for PTP support properly<br />
<br />
In ixp4xx_get_ts_info() ixp46x_ptp_find() is called<br />
unconditionally despite this feature only existing on<br />
ixp46x, leading to the following splat from tcpdump:<br />
<br />
root@OpenWrt:~# tcpdump -vv -X -i eth0<br />
(...)<br />
Unable to handle kernel NULL pointer dereference at virtual address<br />
00000238 when read<br />
(...)<br />
Call trace:<br />
ptp_clock_index from ixp46x_ptp_find+0x1c/0x38<br />
ixp46x_ptp_find from ixp4xx_get_ts_info+0x4c/0x64<br />
ixp4xx_get_ts_info from __ethtool_get_ts_info+0x90/0x108<br />
__ethtool_get_ts_info from __dev_ethtool+0xa00/0x2648<br />
__dev_ethtool from dev_ethtool+0x160/0x234<br />
dev_ethtool from dev_ioctl+0x2cc/0x460<br />
dev_ioctl from sock_ioctl+0x1ec/0x524<br />
sock_ioctl from sys_ioctl+0x51c/0xa94<br />
sys_ioctl from ret_fast_syscall+0x0/0x44<br />
(...)<br />
Segmentation fault<br />
<br />
Check for ixp46x in ixp46x_ptp_find() before trying to set up<br />
PTP to avoid this.<br />
<br />
To avoid altering the returned error code from ixp4xx_hwtstamp_set()<br />
which before this patch was -EOPNOTSUPP, we return -EOPNOTSUPP<br />
from ixp4xx_hwtstamp_set() if ixp46x_ptp_find() fails no matter<br />
the error code. The helper function ixp46x_ptp_find() helper<br />
returns -ENODEV.
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:*:*:*:*:*:*:*:* | 5.15 (including) | 5.15.202 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.16 (including) | 6.1.165 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.2 (including) | 6.6.128 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.7 (including) | 6.12.75 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (including) | 6.18.16 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (including) | 6.19.6 (excluding) |
| cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page
References to Advisories, Solutions, and Tools
- https://git.kernel.org/stable/c/144dde3146985b25fa84d4e4b7c3d11e0f5fc5a4
- https://git.kernel.org/stable/c/21d1e80d0d6e7d0c3cd8b1e001ed1fa92fb9f3f5
- https://git.kernel.org/stable/c/2d74412dfd3621552a394d55cc3dd26a7cbf608e
- https://git.kernel.org/stable/c/322437972f0a712767f6920ad34aba25f2e9b942
- https://git.kernel.org/stable/c/5195b10c34b8993194ad12ad7d8f54d861be084b
- https://git.kernel.org/stable/c/594163ea88a03bdb412063af50fc7177ef3cbeae
- https://git.kernel.org/stable/c/cbecebd35909f6cd0f6fb773f0fb73da99e02f8c



