๐Ÿ” CVE Alert

CVE-2026-98042

UNKNOWN 0.0

bpf: Don't resurrect a scalar id dropped by collect_linked_regs()

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

In the Linux kernel, the following vulnerability has been resolved: bpf: Don't resurrect a scalar id dropped by collect_linked_regs() check_cond_jmp_op() copies the compared registers into env->{false,true}_reg{1,2} before collect_linked_regs() runs and copies those snapshots back into both branch states afterwards. collect_linked_regs() records at most LINKED_REGS_MAX members of a linked registers group in the jump history and calls clear_scalar_id() for every member that does not fit. The compared register is not exempt from that. As a consequence, sync_linked_regs() might adjust ranges for more registers than bpf_bt_sync_linked_regs() can propagate precision to. Collect the linked registers before the snapshots are taken instead. This might lead to some unnecessary clear_scalar_id's, but from previous testing situations with many linked registers are extremely rare.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Sep 25, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new unknown vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Linux / Linux
ec1d77cb0ee98249142dcd0376d76e7a48ba0b31 < e821ff19b8ef08255ff8d8234774ed814637e9bf ec1d77cb0ee98249142dcd0376d76e7a48ba0b31 < 73a98f96811e2cb0f4210b1caa8cb322f92f2a2b
Linux / Linux
7.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/e821ff19b8ef08255ff8d8234774ed814637e9bf git.kernel.org: https://git.kernel.org/stable/c/73a98f96811e2cb0f4210b1caa8cb322f92f2a2b