Security readout for executives and security teams
Plain-English summary
A race condition in Linux’s Open vSwitch port removal can free network-device memory while teardown still uses it. The supplied evidence shows a kernel protection fault and likely system crash, especially under real-time preemption. It requires local interaction; exact privileges and broader compromise potential are not established by the bundle.
Executive priority
Remediate promptly through the normal high-severity patch cycle, accelerating PREEMPT_RT hosts using Open vSwitch. Immediate emergency action is not supported by the supplied exploitation evidence, but kernel crashes on network infrastructure can create material availability risk.
Technical view
ovs_netdev_detach_dev clears IFF_OVS_DATAPATH before unregistration finishes. If preempted, netdev_destroy can observe the cleared flag, proceed through call_rcu, and release the device while teardown remains active. Later processing accesses invalid device state, causing a general protection fault. The stable patches prevent release before teardown completes.
Likely exposure
Exposure concerns affected Linux kernels using in-kernel Open vSwitch and performing port or network-device teardown. PREEMPT_RT increases plausibility because the documented failure involves preemption after flag clearing. The supplied flattened version data is insufficient for dependable distribution-level mapping; verify vendor backports or applicable stable patch presence.
Exploitation context
The bundle marks this CVE as absent from KEV and provides no evidence of active exploitation. CVSS identifies a local, low-privilege vector without user interaction. However, exact operational privileges are unclear, and the supplied evidence demonstrates a kernel crash rather than proven confidentiality or integrity compromise.
Researcher notes
The reported fault occurred on a 6.12-based PREEMPT_RT kernel. CVSS is 7.8 with local access, low complexity, low privileges, and high confidentiality, integrity, and availability impacts. The bundle demonstrates premature device release and a crash, but does not establish reliable code execution, exact privilege requirements, or complete distribution-specific affected ranges.
Mitigation direction
Install a vendor-supported kernel containing the applicable Linux stable fix.
Prioritize PREEMPT_RT systems actively using Open vSwitch.
Restrict untrusted local access and unnecessary authority to manage OVS ports until patched.
Review distribution or appliance-vendor guidance for backport status and reboot requirements.
Validation and detection
Inventory running kernels, PREEMPT_RT usage, and systems actively using in-kernel Open vSwitch.
Confirm the installed vendor kernel contains an applicable stable patch or documented backport.
After updating and rebooting, verify the running kernel matches the remediated package.
Review kernel logs for faults involving ovs_netdev_detach_dev, dp_device_event, or dev_set_promiscuity.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2026-31508 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
3Timeline events
1ADP providers
11Source links
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.