CVE-2022-49967
N/A
N/A
Summary
In the Linux kernel, the following vulnerability has been resolved:
bpf: Fix a data-race around bpf_jit_limit.
While reading bpf_jit_limit, it can be changed concurrently via sysctl, WRITE_ONCE() in __do_proc_doulongvec_minmax(). The size of bpf_jit_limit is long, so we need to add a paired READ_ONCE() to avoid load-tearing.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| Linux | Linux | ede95a63b5e84ddeea6b0c473b36ab8bfd8c6ce3 < ba632ad0bacb13197a8f38e7526448974e87f292 | affected |
| Linux | Linux | ede95a63b5e84ddeea6b0c473b36ab8bfd8c6ce3 < 0947ae1121083d363d522ff7518ee72b55bd8d29 | affected |
| Linux | Linux | c98446e1bab6253ddce7144cc2a91c400a323839 | affected |
| Linux | Linux | a1fe647042affe713a17243cd10e9b25f3d83948 | affected |
| Linux | Linux | 43caa29c99db5a41b204e8ced01b00e151335ca8 | affected |
| Linux | Linux | 4.9.190 < 4.10 | affected |
| Linux | Linux | 4.14.140 < 4.15 | affected |
| Linux | Linux | 4.19.47 < 4.20 | affected |
| Linux | Linux | 4.20 | affected |
| Linux | Linux | 0 < 4.20 | unaffected |
| Linux | Linux | 5.19.8 <= 5.19.* | unaffected |
| Linux | Linux | 6.0 <= * | unaffected |
Weaknesses
References
- https://git.kernel.org/stable/c/ba632ad0bacb13197a8f38e7526448974e87f292
- https://git.kernel.org/stable/c/0947ae1121083d363d522ff7518ee72b55bd8d29
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.