In the Linux kernel, the following vulnerability has been resolved:
bpf: reject direct access to nullable PTRTOBUF pointers
checkmemaccess() matches PTRTOBUF via basetype() which strips PTRMAYBE_NULL, allowing direct dereference without a null check.
Map iterator ctx->key and ctx->value are PTRTOBUF | PTRMAYBENULL. On stop callbacks these are NULL, causing a kernel NULL dereference.
Add a typemaybenull() guard to the PTRTOBUF branch, matching the existing PTRTOBTFID pattern.
{
"cna_assigner": "Linux",
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/43xxx/CVE-2026-43333.json"
}