Description
In the Linux kernel, the following vulnerability has been resolved:

bpf: Properly mark live registers for indirect jumps

For a `gotox rX` instruction the rX register should be marked as used
in the compute_insn_live_regs() function. Fix this.
Published: 2026-05-08
Score: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability involves the BPF verifier failing to mark the register used by a gotox rX instruction as live, which could lead to incorrect verification decisions. The fix corrects this by ensuring the register is marked as used during liveness analysis. The CVE description does not specify the concrete consequences or scope, so no direct impact such as crashes or data loss is disclosed.

Affected Systems

All versions of the Linux kernel that include the BPF subsystem and have not yet incorporated the commit that marks the register as live are affected. The vulnerability is present in all kernels prior to the patch referenced by the commit hashes in the listed references.

Risk and Exploitability

The CVE has a CVSS score of 7.8, EPSS score is < 1%, and it is not listed in the CISA KEV catalog. No public exploits are documented. Based on the nature of BPF program loading, which usually requires elevated privileges, it is inferred that an attacker would need such privileges to trigger the bug. The potential impact is limited to systems that allow loading of BPF programs and to situations where the verifier could incorrectly accept a malformed program.

Generated by OpenCVE AI on May 15, 2026 at 19:26 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a release that includes the commit adding rX liveness marking.
  • If system upgrades are not possible, disable the BPF subsystem or prevent loading of BPF programs via kernel configuration or security modules.
  • If necessary, manually apply the patch that marks rX as live in compute_insn_live_regs() and rebuild the kernel.

Generated by OpenCVE AI on May 15, 2026 at 19:26 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 15 May 2026 18:30:00 +0000

Type Values Removed Values Added
Weaknesses NVD-CWE-noinfo
CPEs cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc2:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc3:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc4:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc5:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc6:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc7:*:*:*:*:*:*

Mon, 11 May 2026 07:45:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 7.0, 'vector': 'CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H'}

cvssV3_1

{'score': 7.8, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}


Sat, 09 May 2026 06:30:00 +0000


Sat, 09 May 2026 03:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-682
CWE-914

Sat, 09 May 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-372
References
Metrics threat_severity

None

cvssV3_1

{'score': 7.0, 'vector': 'CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H'}

threat_severity

Moderate


Fri, 08 May 2026 19:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-682
CWE-914

Fri, 08 May 2026 14:00:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: bpf: Properly mark live registers for indirect jumps For a `gotox rX` instruction the rX register should be marked as used in the compute_insn_live_regs() function. Fix this.
Title bpf: Properly mark live registers for indirect jumps
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-05-11T22:22:18.192Z

Reserved: 2026-05-01T14:12:56.001Z

Link: CVE-2026-43321

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Analyzed

Published: 2026-05-08T14:16:40.700

Modified: 2026-05-15T18:16:23.800

Link: CVE-2026-43321

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-05-08T00:00:00Z

Links: CVE-2026-43321 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-05-15T19:30:05Z

Weaknesses