Back to search
CVE-2022-49967
Published: Jun 18, 2025
Modified: May 23, 2026
PUBLISHED
Description
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.
| Vendor | Product | Versions |
|---|---|---|
Linux | Linux | affected ede95a63b5e84ddeea6b0c473b36ab8bfd8c6ce3 - < ba632ad0bacb13197a8f38e7526448974e87f292affected ede95a63b5e84ddeea6b0c473b36ab8bfd8c6ce3 - < 0947ae1121083d363d522ff7518ee72b55bd8d29affected c98446e1bab6253ddce7144cc2a91c400a323839affected a1fe647042affe713a17243cd10e9b25f3d83948affected 43caa29c99db5a41b204e8ced01b00e151335ca8+3 more versions |
Linux | Linux | affected 4.20unaffected 0 - < 4.20unaffected 5.19.8 - <= 5.19.*unaffected 6.0 - <= * |
Security Training
Train your team to recognize and prevent security threats with our comprehensive security awareness program.
Start TrainingVulnerability Scanning
Discover vulnerabilities in your applications and infrastructure before attackers do.
Scan Now