In the Linux kernel, the following vulnerability has been resolved: bpf: Allow LPM map access from sleepable BPF programs trie_lookup_elem() annotates its rcu_dereference_check() walks with only rc…
Info
Summary
In the Linux kernel, the following vulnerability has been resolved: bpf: Allow LPM map access from sleepable BPF programs trie_lookup_elem() annotates its rcu_dereference_check() walks with only rcu_read_lock_bh_held(). Because rcu_dereference_check(p, c) resolves to "c || rcu_read_lock_held()", this passes for XDP/NAPI and classic RCU readers but fails for sleepable BPF programs, which enter via __bpf_prog_enter_sleepable() and hold only rcu_read_lock_trace(). trie_update_elem() and trie_d…
In-depth triage
No in-depth report has been generated yet (DR-003 v2 AI pipeline is under construction).
Sources
- NVD DATABASE
Original Links
- https://git.kernel.org/stable/c/2f884d371fafea137afea504d49ee4a7c8d7985b
- https://git.kernel.org/stable/c/304ca50582f0c047370f85e13caec456f78c9fcc
- https://git.kernel.org/stable/c/57454944737f3ad9a8703aecbbb79713b513a94b
- https://git.kernel.org/stable/c/9bfdf4b81b0e56d47bc6c46c34a46638be716695
- https://git.kernel.org/stable/c/bd6ad9a6b30498d845413e863fb95c6fab3babe3
- https://git.kernel.org/stable/c/ec662a8b2cde01e76b37ccd4b992d0342299e69c
- https://git.kernel.org/stable/c/f0967d4f1ba4323a3cb7dc8fdba74dd3a8caaf04
Timeline
- nvd_ingest NVD