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.
Metrics
Affected Vendors & Products
References
History
Thu, 19 Jun 2025 03:00:00 +0000
Type | Values Removed | Values Added |
---|---|---|
References |
| |
Metrics |
threat_severity
|
cvssV3_1
|
Wed, 18 Jun 2025 11:15:00 +0000
Type | Values Removed | Values Added |
---|---|---|
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. | |
Title | bpf: Fix a data-race around bpf_jit_limit. | |
References |
|

Status: PUBLISHED
Assigner: Linux
Published:
Updated: 2025-06-18T11:00:31.782Z
Reserved: 2025-06-18T10:57:27.384Z
Link: CVE-2022-49967

No data.

Status : Awaiting Analysis
Published: 2025-06-18T11:15:24.013
Modified: 2025-06-18T13:46:52.973
Link: CVE-2022-49967
