CVE-2022-49967

Source
https://cve.org/CVERecord?id=CVE-2022-49967
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2022-49967.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2022-49967
Downstream
Related
Published
2025-06-18T11:00:31.782Z
Modified
2026-03-12T03:26:06.412922Z
Summary
bpf: Fix a data-race around bpf_jit_limit.
Details

In the Linux kernel, the following vulnerability has been resolved:

bpf: Fix a data-race around bpfjitlimit.

While reading bpfjitlimit, it can be changed concurrently via sysctl, WRITE_ONCE() in __doprocdoulongvecminmax(). The size of bpfjitlimit is long, so we need to add a paired READONCE() to avoid load-tearing.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2022/49xxx/CVE-2022-49967.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
ede95a63b5e84ddeea6b0c473b36ab8bfd8c6ce3
Fixed
ba632ad0bacb13197a8f38e7526448974e87f292
Fixed
0947ae1121083d363d522ff7518ee72b55bd8d29
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Last affected
c98446e1bab6253ddce7144cc2a91c400a323839
Last affected
a1fe647042affe713a17243cd10e9b25f3d83948
Last affected
43caa29c99db5a41b204e8ced01b00e151335ca8

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2022-49967.json"