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

7.8 · HIGH
Published May 1, 2026 linux CWE-416 EPSS 0.13% (3th pctl)

Overview

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

gpib: fix use-after-free in IO ioctl handlers

The IBRD, IBWRT, IBCMD, and IBWAIT ioctl handlers use a gpib_descriptor

pointer after board->big_gpib_mutex has been released. A concurrent

IBCLOSEDEV ioctl can free the descriptor via close_dev_ioctl() during

this window, causing a use-after-free.

The IO handlers (read_ioctl, write_ioctl, command_ioctl) explicitly

release big_gpib_mutex before calling their handler. wait_ioctl() is

called with big_gpib_mutex held, but ibwait() releases it internally

when wait_mask is non-zero. In all four cases, the descriptor pointer

obtained from handle_to_descriptor() becomes unprotected.

Fix this by introducing a kernel-only descriptor_busy reference count

in struct gpib_descriptor. Each handler atomically increments

descriptor_busy under file_priv->descriptors_mutex before releasing the

lock, and decrements it when done. close_dev_ioctl() checks

descriptor_busy under the same

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 >= 6.13, < 6.18.22 Affected

Frequently Asked Questions

What is CVE-2026-31769?

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

How severe is CVE-2026-31769?

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

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

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