LiveActive security incident?Get immediate response
CVE Record

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.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysisunknown

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.
  • Avoid inventing compensating controls unless vendor guidance supports them.

Validation and detection

  • Inventory Linux kernel versions across servers, appliances, and images.
  • Compare installed kernels with vendor advisories for CVE-2022-49967.
  • Confirm whether vendor kernels include the referenced stable commits.
  • Record systems with unsupported or unclear kernel provenance for review.
Prepared
Confidence
medium
Sources
4

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.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Unknown
CVSS
Not scored
Known Exploited
No
Published
Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinuxede95a63b5e84ddeea6b0c473b36ab8bfd8c6ce3, ede95a63b5e84ddeea6b0c473b36ab8bfd8c6ce3, c98446e1bab6253ddce7144cc2a91c400a323839, a1fe647042affe713a17243cd10e9b25f3d83948, 43caa29c99db5a41b204e8ced01b00e151335ca8unaffected
LinuxLinux4.20, 0, 5.19.8, 6.0affected
Weakness

CWE details

No CWE listed

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.