CVE-2026-98042

Source
https://cve.org/CVERecord?id=CVE-2026-98042
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-98042.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-98042
Downstream
Published
2026-09-25T10:23:54Z
Modified
2026-09-26T03:48:37Z
Summary
bpf: Don't resurrect a scalar id dropped by collect_linked_regs()
Details

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.

Database specific
{
    "cna_assigner":  "Linux",
    "osv_generated_from":  "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/98xxx/CVE-2026-98042.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
ec1d77cb0ee98249142dcd0376d76e7a48ba0b31
Fixed
e821ff19b8ef08255ff8d8234774ed814637e9bf
Fixed
73a98f96811e2cb0f4210b1caa8cb322f92f2a2b

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-98042.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
7.1.0
Fixed
7.2.7

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-98042.json"