CVE-2026-93045: bpf: Reject arena frees below the arena base

Published Sep 17, 2026
·
Updated

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

bpf: Reject arena frees below the arena base

bpfarenafreepages() accepts scalar arena addresses. The runtime masks the address to the low 32 bits and reconstructs a full user address from the arena base before returning the range to the arena free tree.

When the scalar value is below the low 32 bits of the arena base, fulluaddr falls below uservmstart. The existing upper-end clipping then turns this into an out-of-range free-tree offset. A later allocation can reuse that offset and return an address below the arena mapping.

Reject such frees before computing the clipped range.

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 inputs can trigger the invalid free-tree offset?

A scalar arena address whose low 32-bit value is below the low 32 bits of the arena base can cause the reconstructed user address to fall below user_vm_start. Upper-end clipping can then produce an out-of-range free-tree offset.

2

What can happen after the malformed free is accepted?

A later allocation can reuse the out-of-range offset and return an address below the arena mapping.

3

What can be done if the fix is not yet available?

Do not allow scalar arena free addresses whose low 32 bits are below those of the arena base. The resolved behavior is to reject these frees before calculating the clipped range.

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