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

7.8 · HIGH
Published Feb 4, 2026 linux CWE-667

Overview

CVE-2026-23103 is a high-severity vulnerability affecting linux linux_kernel. It was published on February 4, 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:

ipvlan: Make the addrs_lock be per port

Make the addrs_lock be per port, not per ipvlan dev.

Initial code seems to be written in the assumption,

that any address change must occur under RTNL.

But it is not so for the case of IPv6. So

1) Introduce per-port addrs_lock.

2) It was needed to fix places where it was forgotten

to take lock (ipvlan_open/ipvlan_close)

This appears to be a very minor problem though.

Since it's highly unlikely that ipvlan_add_addr() will

be called on 2 CPU simultaneously. But nevertheless,

this could cause:

1) False-negative of ipvlan_addr_busy(): one interface

iterated through all port->ipvlans + ipvlan->addrs

under some ipvlan spinlock, and another added IP

under its own lock. Though this is only possible

for IPv6, since looks like only ipvlan_addr6_event() can be

called without rtnl_lock.

2) Race since ipvlan_ht_addr_add(port) is called under

different ipvlan->addrs_lock locks

This sh

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 >= 4.17, < 5.10.249 Affected

Frequently Asked Questions

What is CVE-2026-23103?

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

How severe is CVE-2026-23103?

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

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

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