CVE-2026-43030
Analyzed Analyzed - Analysis Complete
BPF Pointer Range Validation Fix in Linux Kernel

Publication date: 2026-05-01

Last updated on: 2026-05-08

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix regsafe() for pointers to packet In case rold->reg->range == BEYOND_PKT_END && rcur->reg->range == N regsafe() may return true which may lead to current state with valid packet range not being explored. Fix the bug.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-05-01
Last Modified
2026-05-08
Generated
2026-06-16
AI Q&A
2026-05-01
EPSS Evaluated
2026-06-15
NVD
EUVD
Affected Vendors & Products
Showing 13 associated CPEs
Vendor Product Version / Range
linux linux_kernel 7.0
linux linux_kernel 7.0
linux linux_kernel 7.0
linux linux_kernel 7.0
linux linux_kernel 7.0
linux linux_kernel 7.0
linux linux_kernel From 5.11 (inc) to 5.15.203 (exc)
linux linux_kernel From 6.13 (inc) to 6.18.22 (exc)
linux linux_kernel From 5.16 (inc) to 6.1.168 (exc)
linux linux_kernel From 6.19 (inc) to 6.19.12 (exc)
linux linux_kernel From 6.7 (inc) to 6.12.81 (exc)
linux linux_kernel From 6.2 (inc) to 6.6.134 (exc)
linux linux_kernel From 5.10.155 (inc) to 5.10.253 (exc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

This vulnerability is in the Linux kernel's BPF (Berkeley Packet Filter) subsystem. It involves a bug in the regsafe() function, which is responsible for validating pointers to packet data. Specifically, when certain conditions about register ranges are met (rold->reg->range == BEYOND_PKT_END and rcur->reg->range == N), regsafe() may incorrectly return true. This means the function might consider an invalid packet range as valid, potentially leading to incorrect handling of packet data.

Impact Analysis

Because regsafe() may incorrectly validate pointers to packet data, this could lead to the kernel not properly exploring the current state with a valid packet range. This might result in unexpected behavior or security issues related to packet processing, such as incorrect packet filtering or potential exploitation by attackers manipulating packet data.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-43030. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart