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-43199

7.5 · HIGH
Published May 6, 2026 linux EPSS 0.44% (37th pctl)

Overview

CVE-2026-43199 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.5 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

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

net/mlx5e: Fix "scheduling while atomic" in IPsec MAC address query

Fix a "scheduling while atomic" bug in mlx5e_ipsec_init_macs() by

replacing mlx5_query_mac_address() with ether_addr_copy() to get the

local MAC address directly from netdev->dev_addr.

The issue occurs because mlx5_query_mac_address() queries the hardware

which involves mlx5_cmd_exec() that can sleep, but it is called from

the mlx5e_ipsec_handle_event workqueue which runs in atomic context.

The MAC address is already available in netdev->dev_addr, so no need

to query hardware. This avoids the sleeping call and resolves the bug.

Call trace:

BUG: scheduling while atomic: kworker/u112:2/69344/0x00000200

__schedule+0x7ab/0xa20

schedule+0x1c/0xb0

schedule_timeout+0x6e/0xf0

__wait_for_common+0x91/0x1b0

cmd_exec+0xa85/0xff0 [mlx5_core]

mlx5_cmd_exec+0x1f/0x50 [mlx5_core]

mlx5_query_nic_vport_mac_address+0x7b/0xd0 [mlx5_core]

mlx5_query_

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.2, < 6.12.75 Affected

Frequently Asked Questions

What is CVE-2026-43199?

CVE-2026-43199 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.5 (HIGH).

How severe is CVE-2026-43199?

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

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

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-43199?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-43199 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.