PT-2026-38984 · Linux · Linux Kernel
Published
2026-05-08
·
Updated
2026-05-16
·
CVE-2026-43333
CVSS v3.1
5.5
Medium
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
An issue exists in the BPF subsystem where the
check mem access() function matches PTR TO BUF via base type(), which strips PTR MAYBE NULL. This allows direct dereference of pointers without a null check. Specifically, map iterator ctx->key and ctx->value are marked as PTR TO BUF | PTR MAYBE NULL. During stop callbacks, these can be NULL, leading to a kernel NULL dereference (a situation where the system attempts to read or write to a memory address of zero, typically resulting in a system crash).Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
NULL Pointer Dereference
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel