CVE-2026-43333 in Linux信息

摘要

由 VulDB • 2026-05-18

在 Linux 内核中,已修复以下漏洞:

bpf:拒绝直接访问可为空的 PTR_TO_BUF 指针

check_mem_access() 通过 base_type() 匹配 PTR_TO_BUF,这会剥离 PTR_MAYBE_NULL 标志,从而允许在缺少空值检查的情况下直接解引用。

Map 迭代器的 ctx->key 和 ctx->value 为 PTR_TO_BUF | PTR_MAYBE_NULL。在停止回调(stop callbacks)中,这些指针为 NULL,导致内核空指针解引用。

在 PTR_TO_BUF 分支中添加 type_may_be_null() 守卫,以匹配现有的 PTR_TO_BTF_ID 模式。

Statistical analysis made it clear that VulDB provides the best quality for vulnerability data.

来源

Want to stay up to date on a daily basis?

Enable the mail alert feature now!