CVE-2022-49961
BaseFortify
Publication date: 2025-06-18
Last updated on: 2025-11-14
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 6.0 |
| linux | linux_kernel | 6.0 |
| linux | linux_kernel | 6.0 |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-125 | The product reads data past the end, or before the beginning, of the intended buffer. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel's BPF verifier involves improper propagation of precision markers for certain constant-style arguments (ARG_CONST_*). The verifier fails to recognize differences in precision between states, causing it to incorrectly consider some states equivalent. This allows invalid BPF programs to pass verification and potentially perform out-of-bounds memory access, which should have been prevented. The issue arises because the verifier does not propagate 'precise' markers properly, leading to unsafe memory operations in privileged contexts where CAP_BPF is held.
How can this vulnerability impact me? :
This vulnerability can allow privileged users with CAP_BPF capability to load and execute invalid BPF programs that perform out-of-bounds memory accesses. This could lead to memory corruption, potential escalation of privileges, or system instability due to unsafe operations permitted by the verifier's incorrect state equivalence checks.