CVE-2022-49967: bpf: Fix a data-race around bpf_jit_limit.
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.
Security readout for executives and security teams
Plain-English summary
This is a Linux kernel bug in BPF JIT limit handling. The source describes a concurrency race where a kernel setting can be read while being changed. No CVSS score, CWE, exploit impact, or active exploitation evidence is provided, so business urgency depends on kernel exposure and vendor guidance.
Executive priority
Treat this as a kernel hygiene item, not an emergency based on the provided evidence. Prioritize patch tracking where Linux kernels are internet-facing, shared, or operationally critical.
Technical view
The vulnerability is a data race around the long-sized bpf_jit_limit value. The source says sysctl can update it with WRITE_ONCE() while another path reads it, creating possible load tearing. The kernel fix adds a paired READ_ONCE() when reading bpf_jit_limit.
Likely exposure
Potential exposure is Linux kernel deployments using affected kernel versions or commits listed in the CVE data. The bundle does not identify affected distributions, configurations, cloud images, containers, or appliance products.
Exploitation context
The source bundle does not report exploitation, proof of concept availability, or CISA KEV listing. It also does not describe attacker prerequisites or concrete impact beyond the kernel data race.
Researcher notes
Evidence is limited to the CVE description and kernel stable commits. The root issue is READ_ONCE/WRITE_ONCE pairing for bpf_jit_limit. No CVSS, CWE, exploitability analysis, or downstream vendor mapping is provided.
Mitigation direction
Apply a Linux kernel update containing the referenced stable fixes.
Check your Linux distribution or appliance vendor advisory for backported fixes.
Prioritize externally managed kernel assets through normal vulnerability management workflows.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2022-49967 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
0CVSS vectors
3Timeline events
0ADP providers
3Source links
Vulnerability timeline
Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.
CVE reservedCVE Program
The CVE ID was reserved by the assigning CNA.
CVE publishedCVE Program
The CVE record was published.
Jun 18, 2025, 11:00 UTC (UTC+00:00)
CVE updatedCVE Program
The CVE record metadata indicates this as the latest update time.