CVE-2026-90358: bpf, x86: Fix trampoline stack size for 128-bit arguments

Published Sep 17, 2026
·
Updated

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

bpf, x86: Fix trampoline stack size for 128-bit arguments

btfdistillfuncproto() accepts a function argument up to 16 bytes, so a 128-bit scalar such as int128 reaches the x86 trampoline with argsize == 16. But the current implementation assumes an int128 argument only needs one register, so the register save area is under-allocated and saveargs() overwrites adjacent stack slots.

Compute the register count from argsize for all arguments to fix it.

Affected Software

1 affected component
Linux Linux kernel

Event History

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

Frequently Asked Questions

1

Which systems are in scope?

The issue affects the Linux kernel on x86 in the BPF trampoline path. It is relevant where a trampoline handles a function argument represented as a 128-bit scalar, such as __int128.

2

What condition causes the stack corruption?

The corruption occurs when a 16-byte function argument reaches the x86 trampoline but is treated as requiring only one register. The resulting undersized register-save area allows save_args() to overwrite adjacent stack slots.

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