CVE-2026-98059: bpf: Mark sched_process_wait argument as nullable

Published Sep 25, 2026
·
Updated

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

bpf: Mark schedprocesswait argument as nullable

dowait() passes wo->wopid to the schedprocesswait tracepoint. kernelwait4() leaves wopid NULL for wait4(-1), and kernelwaitidprepare() does likewise for waitid(PALL).

btfctxaccess() currently types argument 0 as PTRTOBTFID | PTRTRUSTED. Without PTRMAYBENULL, the verifier accepts an unchecked dereference. Trusted pointer loads have no fault protection, so a wait for any child can then cause a NULL pointer dereference in JITed BPF code.

Add schedprocesswait to rawtpnullargs[] with argument 0 marked nullable. The verifier rejects an unchecked dereference while preserving access after the program checks the pointer for NULL.

Affected Software

1 affected component
Linux Linux kernel

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Configuration

    Add sched_process_wait to raw_tp_null_args[] and mark argument 0 as nullable (PTR_MAYBE_NULL).

    Linux kernel BPF verifier raw_tp_null_args[] = sched_process_wait argument 0 marked nullable

Event History

Sep 25, 2026
CVE Published
via MITRE·10:24 AM
Data Sourced
via MITRE·10:24 AM
Description

Frequently Asked Questions

1

What conditions are required to trigger the NULL pointer dereference?

A JITed BPF program must attach to the sched_process_wait tracepoint and dereference its first argument without checking for NULL. The tracepoint receives a NULL pid pointer when a process waits for any child using wait4(-1) or waitid(P_ALL).

2

Who is realistically exposed to this issue?

Systems that permit loading an affected JITed BPF program are exposed. Triggering the fault also requires a wait operation for any child to reach the sched_process_wait tracepoint while that program is active.

3

What changes after the fix is applied?

The verifier treats sched_process_wait argument 0 as nullable and rejects BPF programs that dereference it without a NULL check. Programs can still access the argument after explicitly verifying that it is non-NULL.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203