In the Linux kernel, the following vulnerability has been resolved: bpf: copy_verifier_state() should copy 'loop_entry' field The bpf_verifier_state.loop_entry state should be copied by copy_verifi…
High CVSS 7.8
Summary
In the Linux kernel, the following vulnerability has been resolved: bpf: copy_verifier_state() should copy 'loop_entry' field The bpf_verifier_state.loop_entry state should be copied by copy_verifier_state(). Otherwise, .loop_entry values from unrelated states would poison env->cur_state. Additionally, env->stack should not contain any states with .loop_entry != NULL. The states in env->stack are yet to be verified, while .loop_entry is set for states that reached an equivalent state. This m…
In-depth triage · Auto channel
No in-depth report has been generated yet (DR-003 v2 AI pipeline is under construction).
Affected products
- :
Sources
- NVD DATABASE
Original Links
- https://git.kernel.org/stable/c/46ba5757a7a4714e7d3f68cfe118208822cb3d78 Patch
- https://git.kernel.org/stable/c/8b4afd89fa75f738a80ca849126fd3cad77bcbf1 Patch
- https://git.kernel.org/stable/c/bbbc02b7445ebfda13e4847f4f1413c6480a85a9 Patch
Timeline
- nvd_ingest NVD