CVE-2026-92517: bpf, riscv: Fix extable handling for arena load_acquire

Published Sep 17, 2026
·
Updated

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

bpf, riscv: Fix extable handling for arena loadacquire

emitatomicldst() returns 1 to have buildbody() skip the zext after a sub-word loadacquire. The caller does "ret = ret ?: addexceptionhandler(...)", which skips addexceptionhandler() on any non-zero ret, so the extable entry is missing and a faulting PROBEATOMIC loadacquire oopses.

REGDONTCLEARMARKER leaves rd stale on fault, and the verifier still thinks the load overwrote it, so a program can leak it through a map.

Check ret >= 0 before calling addexceptionhandler(), and pass rd for LOADACQ so the fault zeroes rd like a PROBEMEM load. Return ret unchanged for the zext skip.

Affected Software

1 affected component
Linux Linux kernel

Event History

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

Frequently Asked Questions

1

Which systems are exposed to this issue?

The issue affects Linux kernel systems on RISC-V where an affected BPF program executes a faulting PROBE_ATOMIC sub-word load_acquire operation. The vulnerable path is specific to the RISC-V BPF JIT handling of this operation.

2

What does an attacker need to trigger the leak?

They need to cause a PROBE_ATOMIC load_acquire to fault in an affected BPF program. On fault, the destination register can retain stale data even though the verifier treats it as overwritten, allowing that data to be leaked through a map.

3

What is the operational impact of triggering the fault?

The missing exception-table entry causes a faulting PROBE_ATOMIC load_acquire to oops. Separately, stale register contents may be exposed through a BPF map because the destination register is not cleared on the fault path.

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