CVE-2026-90143: net: kcm: Hold RCU read lock while running BPF parser

Published Sep 17, 2026
·
Updated

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

net: kcm: Hold RCU read lock while running BPF parser

kcmparsefuncstrparser() calls bpfprogrunpinoncpu() which prevents CPU migration, but does not establish an RCU read-side critical section. Consequently, BPF map operations can trigger WARNONONCE(!bpfrculockheld()) when called from the KCM strparser program.

Hold the RCU read lock while running the program.

Affected Software

1 affected component
Linux Kernel

Event History

Sep 17, 2026
CVE Published
via MITRE·04:06 PM
Data Sourced
via MITRE·04:06 PM
Description

Frequently Asked Questions

1

What conditions are required to trigger the warning?

A KCM strparser BPF program must run through kcm_parse_func_strparser() and perform BPF map operations. CPU pinning performed by bpf_prog_run_pin_on_cpu() does not itself establish the required RCU read-side critical section.

2

How can I determine whether the issue has occurred on a system?

The described symptom is a WARN_ON_ONCE(!bpf_rcu_lock_held()) warning triggered by BPF map operations from a KCM strparser program. Review kernel warnings for that condition in environments using KCM strparser BPF programs.

3

What is the remediation?

Apply a kernel update containing the fix that holds the RCU read lock while the KCM strparser BPF program runs. The provided stable kernel references identify commits carrying the fix.

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