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-05-15T11:54:35.322951974Z
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
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2022/49xxx/CVE-2022-49967.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
4.20.0
Fixed
5.19.8

Database specific

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