CVE-2026-43463
Severity CVSS v4.0:
Pending analysis
Type:
CWE-476
NULL Pointer Dereference
Publication date:
08/05/2026
Last modified:
20/05/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
rxrpc, afs: Fix missing error pointer check after rxrpc_kernel_lookup_peer()<br />
<br />
rxrpc_kernel_lookup_peer() can also return error pointers in addition to<br />
NULL, so just checking for NULL is not sufficient.<br />
<br />
Fix this by:<br />
<br />
(1) Changing rxrpc_kernel_lookup_peer() to return -ENOMEM rather than NULL<br />
on allocation failure.<br />
<br />
(2) Making the callers in afs use IS_ERR() and PTR_ERR() to pass on the<br />
error code returned.
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.3 (including) | 6.8 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.8 (including) | 6.18.19 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (including) | 6.19.9 (excluding) |
| cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc3:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page



