Use-After-Free Vulnerability in Linux Kernel Driver for Mana Network Interface
CVE-2026-43276

Currently unrated

Key Information:

Vendor

Linux

Status
Vendor
CVE Published:
6 May 2026

What is CVE-2026-43276?

A use-after-free vulnerability in the Linux kernel's mana network driver can lead to crashes during the service rescan PCI path. When the function 'mana_serv_reset()' interacts with 'mana_gd_suspend()', it inadvertently attempts to destroy a worker queue that has already been freed. This occurs if 'mana_gd_resume()' fails due to timeout or protocol issues, triggering a cascading call that attempts to clean up the already-released resource. The fix involves adding a null-check before destruction of the workqueue to prevent attempts to access freed memory, thereby enhancing the stability and security of the driver.

Affected Version(s)

Linux 505cc26bcae00699bacaee66cd50ede7a9cc89cb

Linux 505cc26bcae00699bacaee66cd50ede7a9cc89cb

Linux 505cc26bcae00699bacaee66cd50ede7a9cc89cb

References

Timeline

  • Vulnerability published

  • Vulnerability Reserved

.