CVE-2026-31508 Vulnerability Analysis & Exploit Details

CVE-2026-31508
Vulnerability Scoring

7.8
/10
Very High Risk

Highly exploitable, CVE-2026-31508 poses a critical security risk that could lead to severe breaches.

Attack Complexity Details

  • Attack Complexity: Low
    Exploits can be performed without significant complexity or special conditions.
  • Attack Vector: Local
    Vulnerability requires local system access.
  • Privileges Required: Low
    Some privileges are necessary to exploit the vulnerability.
  • Scope: Unchanged
    Exploit remains within the originally vulnerable component.
  • User Interaction: None
    No user interaction is necessary for exploitation.

CVE-2026-31508 Details

Status: Analyzed

Last updated: 🕒 28 Apr 2026, 15:04 UTC
Originally published on: 🕑 22 Apr 2026, 14:16 UTC

Time between publication and last update: 6 days

CVSS Release: version 3

CVSS3 Source

416baaa9-dc9f-4396-8d5f-8c081fb06d67

CVSS3 Type

Secondary

CVSS3 Vector

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

CVE-2026-31508 Vulnerability Summary

CVE-2026-31508: In the Linux kernel, the following vulnerability has been resolved: net: openvswitch: Avoid releasing netdev before teardown completes The patch cited in the Fixes tag below changed the teardown code for OVS ports to no longer unconditionally take the RTNL. After this change, the netdev_destroy() callback can proceed immediately to the call_rcu() invocation if the IFF_OVS_DATAPATH flag is already cleared on the netdev. The ovs_netdev_detach_dev() function clears the flag before completing the unregistration, and if it gets preempted after clearing the flag (as can happen on an -rt kernel), netdev_destroy() can complete and the device can be freed before the unregistration completes. This leads to a splat like: [ 998.393867] Oops: general protection fault, probably for non-canonical address 0xff00000001000239: 0000 [#1] SMP PTI [ 998.393877] CPU: 42 UID: 0 PID: 55177 Comm: ip Kdump: loaded Not tainted 6.12.0-211.1.1.el10_2.x86_64+rt #1 PREEMPT_RT [ 998.393886] Hardware name: Dell Inc. PowerEdge R740/0JMK61, BIOS 2.24.0 03/27/2025 [ 998.393889] RIP: 0010:dev_set_promiscuity+0x8d/0xa0 [ 998.393901] Code: 00 00 75 d8 48 8b 53 08 48 83 ba b0 02 00 00 00 75 ca 48 83 c4 08 5b c3 cc cc cc cc 48 83 bf 48 09 00 00 00 75 91 48 8b 47 08 <48> 83 b8 b0 02 00 00 00 74 97 eb 81 0f 1f 80 00 00 00 00 90 90 90 [ 998.393906] RSP: 0018:ffffce5864a5f6a0 EFLAGS: 00010246 [ 998.393912] RAX: ff00000000ffff89 RBX: ffff894d0adf5a05 RCX: 0000000000000000 [ 998.393917] RDX: 0000000000000000 RSI: 00000000ffffffff RDI: ffff894d0adf5a05 [ 998.393921] RBP: ffff894d19252000 R08: ffff894d19252000 R09: 0000000000000000 [ 998.393924] R10: ffff894d19252000 R11: ffff894d192521b8 R12: 0000000000000006 [ 998.393927] R13: ffffce5864a5f738 R14: 00000000ffffffe2 R15: 0000000000000000 [ 998.393931] FS: 00007fad61971800(0000) GS:ffff894cc0140000(0000) knlGS:0000000000000000 [ 998.393936] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 998.393940] CR2: 000055df0a2a6e40 CR3: 000000011c7fe003 CR4: 00000000007726f0 [ 998.393944] PKRU: 55555554 [ 998.393946] Call Trace: [ 998.393949] <TASK> [ 998.393952] ? show_trace_log_lvl+0x1b0/0x2f0 [ 998.393961] ? show_trace_log_lvl+0x1b0/0x2f0 [ 998.393975] ? dp_device_event+0x41/0x80 [openvswitch] [ 998.394009] ? __die_body.cold+0x8/0x12 [ 998.394016] ? die_addr+0x3c/0x60 [ 998.394027] ? exc_general_protection+0x16d/0x390 [ 998.394042] ? asm_exc_general_protection+0x26/0x30 [ 998.394058] ? dev_set_promiscuity+0x8d/0xa0 [ 998.394066] ? ovs_netdev_detach_dev+0x3a/0x80 [openvswitch] [ 998.394092] dp_device_event+0x41/0x80 [openvswitch] [ 998.394102] notifier_call_chain+0x5a/0xd0 [ 998.394106] unregister_netdevice_many_notify+0x51b/0xa60 [ 998.394110] rtnl_dellink+0x169/0x3e0 [ 998.394121] ? rt_mutex_slowlock.constprop.0+0x95/0xd0 [ 998.394125] rtnetlink_rcv_msg+0x142/0x3f0 [ 998.394128] ? avc_has_perm_noaudit+0x69/0xf0 [ 998.394130] ? __pfx_rtnetlink_rcv_msg+0x10/0x10 [ 998.394132] netlink_rcv_skb+0x50/0x100 [ 998.394138] netlink_unicast+0x292/0x3f0 [ 998.394141] netlink_sendmsg+0x21b/0x470 [ 998.394145] ____sys_sendmsg+0x39d/0x3d0 [ 998.394149] ___sys_sendmsg+0x9a/0xe0 [ 998.394156] __sys_sendmsg+0x7a/0xd0 [ 998.394160] do_syscall_64+0x7f/0x170 [ 998.394162] entry_SYSCALL_64_after_hwframe+0x76/0x7e [ 998.394165] RIP: 0033:0x7fad61bf4724 [ 998.394188] Code: 89 02 b8 ff ff ff ff eb bb 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 00 f3 0f 1e fa 80 3d c5 e9 0c 00 00 74 13 b8 2e 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 54 c3 0f 1f 00 48 83 ec 28 89 54 24 1c 48 89 [ 998.394189] RSP: 002b:00007ffd7e2f7cb8 EFLAGS: 00000202 ORIG_RAX: 000000000000002e [ 998.394191] RAX: ffffffffffffffda RBX: 0000000000000001 RCX: 00007fad61bf4724 [ 998.394193] RDX: 0000000000000000 RSI: 00007ffd7e2f7d20 RDI: 0000000000000003 [ 998.394194] RBP: 00007ffd7e2f7d90 R08: 0000000000000010 R09: 000000000000003f [ 998.394195] R10: 000055df11558010 R11: 0000000000000202 R12: 00007ffd7e2 ---truncated---

Assessing the Risk of CVE-2026-31508

Access Complexity Graph

The exploitability of CVE-2026-31508 depends on two key factors: attack complexity (the level of effort required to execute an exploit) and privileges required (the access level an attacker needs).

Exploitability Analysis for CVE-2026-31508

CVE-2026-31508 presents an accessible attack vector with minimal effort required. Restricting access controls and implementing security updates are critical to reducing exploitation risks.

Understanding AC and PR

A lower complexity and fewer privilege requirements make exploitation easier. Security teams should evaluate these aspects to determine the urgency of mitigation strategies, such as patch management and access control policies.

Attack Complexity (AC) measures the difficulty in executing an exploit. A high AC means that specific conditions must be met, making an attack more challenging, while a low AC means the vulnerability can be exploited with minimal effort.

Privileges Required (PR) determine the level of system access necessary for an attack. Vulnerabilities requiring no privileges are more accessible to attackers, whereas high privilege requirements limit exploitation to authorized users with elevated access.

CVSS Score Breakdown Chart

Above is the CVSS Sub-score Breakdown for CVE-2026-31508, illustrating how Base, Impact, and Exploitability factors combine to form the overall severity rating. A higher sub-score typically indicates a more severe or easier-to-exploit vulnerability.

CIA Impact Analysis

Below is the Impact Analysis for CVE-2026-31508, showing how Confidentiality, Integrity, and Availability might be affected if the vulnerability is exploited. Higher values usually signal greater potential damage.

  • Confidentiality: High
    Exploiting CVE-2026-31508 can result in unauthorized access to sensitive data, severely compromising data privacy.
  • Integrity: High
    CVE-2026-31508 could allow unauthorized modifications to data, potentially affecting system reliability and trust.
  • Availability: High
    CVE-2026-31508 can disrupt system operations, potentially causing complete denial of service (DoS).

CVE-2026-31508 References

External References

CWE Common Weakness Enumeration

NVD-CWE-noinfo

Vulnerable Configurations

  • cpe:2.3:o:linux:linux_kernel:5.10.248:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.10.248:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.10.249:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.10.249:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.10.250:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.10.250:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.10.251:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.10.251:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.10.252:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.10.252:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.15.198:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.15.198:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.15.199:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.15.199:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.15.200:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.15.200:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.15.201:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.15.201:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.15.202:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.15.202:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.1.160:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.1.160:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.1.161:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.1.161:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.1.162:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.1.162:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.1.163:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.1.163:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.1.164:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.1.164:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.1.165:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.1.165:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.1.167:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.1.167:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.6.120:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.6.120:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.6.121:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.6.121:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.6.122:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.6.122:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.6.123:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.6.123:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.6.124:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.6.124:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.6.125:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.6.125:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.6.127:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.6.127:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.6.128:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.6.128:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.6.129:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.6.129:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.6.130:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.6.130:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.12.64:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.12.64:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.12.65:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.12.65:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.12.66:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.12.66:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.12.67:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.12.67:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.12.68:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.12.68:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.12.69:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.12.69:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.12.70:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.12.70:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.12.72:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.12.72:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.12.74:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.12.74:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.12.75:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.12.75:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.12.77:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.12.77:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.12.78:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.12.78:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.18.4:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.18.4:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.18.5:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.18.5:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.18.6:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.18.6:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.18.7:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.18.7:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.18.8:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.18.8:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.18.9:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.18.9:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.18.10:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.18.10:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.18.11:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.18.11:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.18.13:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.18.13:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.18.14:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.18.14:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.18.16:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.18.16:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.18.17:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.18.17:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.18.18:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.18.18:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.18.19:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.18.19:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.18.20:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.18.20:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.19.1:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.19.1:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.19.3:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.19.3:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.19.4:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.19.4:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.19.6:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.19.6:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.19.7:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.19.7:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.19.8:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.19.8:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.19.9:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.19.9:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.19.10:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.19.10:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.19:-:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.19:-:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:7.0:rc2:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:7.0:rc2:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:7.0:rc3:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:7.0:rc3:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:7.0:rc4:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:7.0:rc4:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:7.0:rc5:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:7.0:rc5:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:7.0:rc6:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:7.0:rc6:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:7.0:rc7:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:7.0:rc7:*:*:*:*:*:*

Protect Your Infrastructure against CVE-2026-31508: Combat Critical CVE Threats

Stay updated with real-time CVE vulnerabilities and take action to secure your systems. Enhance your cybersecurity posture with the latest threat intelligence and mitigation techniques. Develop the skills necessary to defend against CVEs and secure critical infrastructures. Join the top cybersecurity professionals safeguarding today's infrastructures.

Other 5 Recently Published CVEs Vulnerabilities

  • CVE-2026-7686 – A vulnerability was found in eyeo Adblock Plus up to 4.36.2 on Chrome. Affected by this vulnerability is the function postMessage of the file premi...
  • CVE-2026-7685 – A vulnerability was detected in Edimax BR-6208AC up to 1.02. Affected is an unknown function of the file /goform/setWAN. Performing a manipulation ...
  • CVE-2026-7684 – A security vulnerability has been detected in Edimax BR-6428nC up to 1.16. This impacts an unknown function of the file /goform/setWAN. Such manipu...
  • CVE-2026-7683 – A weakness has been identified in Edimax BR-6428nC up to 1.16. This affects an unknown function of the file /goform/setWAN of the component Web Int...
  • CVE-2026-7682 – A security flaw has been discovered in Edimax BR-6208AC 1.02. The impacted element is the function setWAN of the file /goform/setWAN of the compone...