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

5.5 · MEDIUM
Published Jan 25, 2026 linux CWE-476 EPSS 0.15% (5th pctl)

Overview

CVE-2026-23000 is a medium-severity vulnerability affecting linux linux_kernel. It was published on January 25, 2026 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. 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/mlx5e: Fix crash on profile change rollback failure

mlx5e_netdev_change_profile can fail to attach a new profile and can

fail to rollback to old profile, in such case, we could end up with a

dangling netdev with a fully reset netdev_priv. A retry to change

profile, e.g. another attempt to call mlx5e_netdev_change_profile via

switchdev mode change, will crash trying to access the now NULL

priv->mdev.

This fix allows mlx5e_netdev_change_profile() to handle previous

failures and an empty priv, by not assuming priv is valid.

Pass netdev and mdev to all flows requiring

mlx5e_netdev_change_profile() and avoid passing priv.

In mlx5e_netdev_change_profile() check if current priv is valid, and if

not, just attach the new profile without trying to access the old one.

This fixes the following oops, when enabling switchdev mode for the 2nd

time after first time failure:

## Enabling switchdev mode first time:

mlx5_core

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 >= 5.12, < 6.12.67 Affected

Frequently Asked Questions

What is CVE-2026-23000?

CVE-2026-23000 is a medium-severity vulnerability affecting linux linux_kernel. It was published on January 25, 2026 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2026-23000?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. 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-23000?

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

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