CVE-2026-93278: Use After Free

Published Sep 24, 2026
·
Updated

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

staging: octeon: add missing napidisable in cvmoctrxshutdown

cvmoctrxshutdown calls freeirq and netifnapidel without disabling the napi instance first. As the freeirq only waits for completion of hard interrupt handlers, the napi poll function could still be active. If cvmoctremove proceeds to free the plat structure (which holds the NAPI instances), the active poll function will access freed memory, resulting in a use-after-free crash.

Affected Software

1 affected component
Linux Linux kernel

Event History

Sep 24, 2026
CVE Published
via NVD·04:17 PM
Data Sourced
via NVD·04:17 PM
Description

Frequently Asked Questions

1

What systems are exposed to this issue?

Systems using the Linux kernel staging Octeon network driver are exposed during driver shutdown or device removal. The affected path is cvm_oct_rx_shutdown, followed by cvm_oct_remove freeing the platform structure.

2

What conditions are required to trigger the use-after-free?

A NAPI poll function must still be active when shutdown frees the interrupt and removes NAPI without first disabling that NAPI instance. If removal then frees the platform structure holding the NAPI instances, the active poll function can access freed memory and crash the system.

3

Is there a documented mitigation if the fix cannot be applied immediately?

No alternative mitigation is provided in the available data. The documented resolution is to disable the NAPI instance during cvm_oct_rx_shutdown before freeing the IRQ and deleting NAPI.

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