CVE-2026-90177: bpf: Check pointer type for all atomic RMW paths

Published Sep 17, 2026
·
Updated

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

bpf: Check pointer type for all atomic RMW paths

Atomic RMW verification records an instruction pointer type only when the current destination is PTRTOARENA. A second path can therefore reach the same instruction with an ordinary pointer without comparing it against the saved arena type.

The post-verification fixup uses the saved type to rewrite the instruction to BPFPROBEATOMIC for every path. Record the actual destination type for all atomic RMW paths so the existing mismatch check rejects incompatible uses of one instruction.

Event History

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

Frequently Asked Questions

1

What BPF program pattern is relevant to this issue?

The issue involves an atomic read-modify-write instruction that can be reached through multiple paths, with one path using a PTR_TO_ARENA destination and another using an ordinary pointer. The verifier previously saved the destination type only for the arena path and did not detect the incompatible use on the other path.

2

What is the effect of the fix?

The fix records the actual destination pointer type for every atomic RMW path. This allows the existing type-mismatch check to reject programs that use the same instruction with incompatible pointer types, preventing fixup from rewriting all paths based on a saved arena type.

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