Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-43276

7.8 · HIGH
Published May 6, 2026 linux CWE-415 EPSS 0.12% (2th pctl)

Overview

CVE-2026-43276 is a high-severity vulnerability affecting linux linux_kernel. It was published on May 6, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

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

net: mana: Fix double destroy_workqueue on service rescan PCI path

While testing corner cases in the driver, a use-after-free crash

was found on the service rescan PCI path.

When mana_serv_reset() calls mana_gd_suspend(), mana_gd_cleanup()

destroys gc->service_wq. If the subsequent mana_gd_resume() fails

with -ETIMEDOUT or -EPROTO, the code falls through to

mana_serv_rescan() which triggers pci_stop_and_remove_bus_device().

This invokes the PCI .remove callback (mana_gd_remove), which calls

mana_gd_cleanup() a second time, attempting to destroy the already-

freed workqueue. Fix this by NULL-checking gc->service_wq in

mana_gd_cleanup() and setting it to NULL after destruction.

Call stack of issue for reference:

[Sat Feb 21 18:53:48 2026] Call Trace:

[Sat Feb 21 18:53:48 2026] <TASK>

[Sat Feb 21 18:53:48 2026] mana_gd_cleanup+0x33/0x70 [mana]

[Sat Feb 21 18:53:48 2026] mana_gd_remove+0x3a/0xc0 [mana]

[Sat Feb 21 1

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 6.16, < 6.18.16 Affected

Frequently Asked Questions

What is CVE-2026-43276?

CVE-2026-43276 is a high-severity vulnerability affecting linux linux_kernel. It was published on May 6, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2026-43276?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2026-43276?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-43276?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-43276 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.