LiveActive security incident?Get immediate response
CVE Record

CVE-2024-43838: bpf: fix overflow check in adjust_jmp_off()

In the Linux kernel, the following vulnerability has been resolved: bpf: fix overflow check in adjust_jmp_off() adjust_jmp_off() incorrectly used the insn->imm field for all overflow check, which is incorrect as that should only be done or the BPF_JMP32 | BPF_JA case, not the general jump instruction case. Fix it by using insn->off for overflow check in the general case.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysisunknown

Security readout for executives and security teams

Plain-English summary

This is a Linux kernel BPF bug in jump-offset overflow checking. The public record says the kernel used the wrong instruction field for some checks. Business urgency depends on whether exposed systems run affected kernels and allow BPF use by untrusted users or workloads.

Executive priority

Treat as a kernel hygiene item needing exposure confirmation, not an emergency based on current evidence. Prioritize patch tracking for shared Linux infrastructure and hosts running untrusted workloads.

Technical view

The issue is in adjust_jmp_off(). The fix changes overflow validation to use insn->off for general jump instructions, while keeping insn->imm handling for the BPF_JMP32 | BPF_JA case. Sources do not provide CVSS, CWE, impact class, or exploit details.

Likely exposure

Potential exposure is Linux systems running affected kernel builds with BPF functionality present. The supplied data identifies Linux kernel versions and commits, but exact distro package exposure requires vendor mapping.

Exploitation context

No active exploitation is supported by the supplied sources. The record is not listed as KEV, and no exploit status, attacker prerequisites, or practical impact are provided in the bundle.

Researcher notes

The source record is sparse. It identifies a BPF verifier or transformation correctness bug and stable commit references, but omits impact, CVSS, CWE, exploitability, and distro-specific package states. Avoid inferring privilege escalation or denial of service without additional vendor evidence.

Mitigation direction

  • Check your Linux distribution advisory for CVE-2024-43838 package status.
  • Update to a vendor kernel containing the referenced stable BPF fix.
  • Prioritize multi-user, container-hosting, and workload-dense Linux systems for review.
  • Review policy controls limiting untrusted BPF loading where supported.

Validation and detection

  • Inventory running kernel versions across Linux servers and endpoints.
  • Map each kernel package to vendor advisory status for CVE-2024-43838.
  • Confirm whether deployed kernels include the referenced stable commits.
  • Document whether untrusted users or workloads can access BPF capabilities.
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-2024-43838 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
1ADP providers
3Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: partial

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.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinux5337ac4c9b807bc46baa0713121a0afa8beacd70, 5337ac4c9b807bc46baa0713121a0afa8beacd70, e47a1a791d32bd6c8f71d23c84294f2c053553a1, 6.9.8unaffected
LinuxLinux6.10, 0, 6.10.3, 6.11affected
Weakness

CWE details

No CWE listed

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