CVE-2026-22987
Severity CVSS v4.0:
Pending analysis
Type:
CWE-476
NULL Pointer Dereference
Publication date:
23/01/2026
Last modified:
26/02/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
net/sched: act_api: avoid dereferencing ERR_PTR in tcf_idrinfo_destroy<br />
<br />
syzbot reported a crash in tc_act_in_hw() during netns teardown where<br />
tcf_idrinfo_destroy() passed an ERR_PTR(-EBUSY) value as a tc_action<br />
pointer, leading to an invalid dereference.<br />
<br />
Guard against ERR_PTR entries when iterating the action IDR so teardown<br />
does not call tc_act_in_hw() on an error pointer.
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.17 (including) | 6.18.6 (excluding) |
| cpe:2.3:o:linux:linux_kernel:6.19:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.19:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.19:rc3:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.19:rc4:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page



