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

7.8 · HIGH
Published May 28, 2026 linux CWE-416 EPSS 0.23% (13th pctl)

Overview

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

drm: Set old handle to NULL before prime swap in change_handle

There was a potential race condition in change_handle. The ioctl

briefly had a single object with two idr entries; a concurrent

gem_close could delete the object and remove one of the handles

while leaving the other one dangling, which could subsequently

be dereferenced for a use-after-free.

To fix this, do the same dance that gem_close itself does.

(f6cd7daecff5 drm: Release driver references to handle before making it available again)

First idr_replace the old handle to NULL. Later, if the prime

operations are successful, actually close it.

create_tail required a similar dance to avoid a similar problem.

(bd46cece51a3 drm/gem: Fix race in drm_gem_handle_create_tail())

It idr_allocs the new handle with NULL, then swaps in the correct

object later to avoid races. We don't need to do that here, since

the only operations that could race are drm_prime, and

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.18, < 6.18.32 Affected

Frequently Asked Questions

What is CVE-2026-46215?

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

How severe is CVE-2026-46215?

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

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

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