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

4.7 · MEDIUM
Published May 1, 2026 linux CWE-362 EPSS 0.09% (0th pctl)

Overview

CVE-2026-31728 is a medium-severity vulnerability affecting linux linux_kernel. It was published on May 1, 2026 and has a CVSS 3.1 base score of 4.7 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 4.7, 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:

usb: gadget: u_ether: Fix race between gether_disconnect and eth_stop

A race condition between gether_disconnect() and eth_stop() leads to a

NULL pointer dereference. Specifically, if eth_stop() is triggered

concurrently while gether_disconnect() is tearing down the endpoints,

eth_stop() attempts to access the cleared endpoint descriptor, causing

the following NPE:

Unable to handle kernel NULL pointer dereference

Call trace:

__dwc3_gadget_ep_enable+0x60/0x788

dwc3_gadget_ep_enable+0x70/0xe4

usb_ep_enable+0x60/0x15c

eth_stop+0xb8/0x108

Because eth_stop() crashes while holding the dev->lock, the thread

running gether_disconnect() fails to acquire the same lock and spins

forever, resulting in a hardlockup:

Core - Debugging Information for Hardlockup core(7)

Call trace:

queued_spin_lock_slowpath+0x94/0x488

_raw_spin_lock+0x64/0x6c

gether_disconnect+0x19c/0x1e8

ncm_set_alt+0x68/0x1a0

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 >= 2.6.27, < 5.10.253 Affected

Frequently Asked Questions

What is CVE-2026-31728?

CVE-2026-31728 is a medium-severity vulnerability affecting linux linux_kernel. It was published on May 1, 2026 and has a CVSS 3.1 base score of 4.7 (MEDIUM).

How severe is CVE-2026-31728?

This vulnerability has a CVSS 3.1 base score of 4.7, 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-31728?

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

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