CVE-2026-93279: staging: octeon: add missing tasklet_kill in cvm_oct_tx_shutdown

Published Sep 24, 2026
·
Updated

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

staging: octeon: add missing taskletkill in cvmocttxshutdown

The TX cleanup tasklet can be scheduled by the watchdog IRQ handler to execute cvmocttxdocleanup. There can be a pending tasklet in the queue which might run after the cvmoctremove() frees netdevice structures, causing a use-after-free in cvmocttxdocleanup() as it iterates cvmoctdevice[] which is an array of netdevice pointers. Add taskletkill() after freeirq() to ensure the tasklet is no longer scheduled or running before teardown proceeds.

Affected Software

1 affected component
Linux Linux kernel

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Compensating control

    In cvm_oct_tx_shutdown, call tasklet_kill() after free_irq() to ensure the TX cleanup tasklet is no longer scheduled or running before teardown proceeds.

Event History

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

Frequently Asked Questions

1

When can this use-after-free occur?

It can occur during device removal if the TX cleanup tasklet was queued by the watchdog IRQ handler and runs after cvm_oct_remove() has freed net_device structures.

2

What component and execution path are involved?

The issue affects the staging Octeon network driver’s transmit cleanup path. The queued tasklet executes cvm_oct_tx_do_cleanup(), which iterates cvm_oct_device[], an array containing netdevice pointers.

3

What is the required remediation?

Teardown must call tasklet_kill() after free_irq() in cvm_oct_tx_shutdown so that the TX cleanup tasklet cannot remain scheduled or running while device structures are freed.

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