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

7.8 · HIGH
Published May 30, 2026 linux CWE-416 EPSS 3.15% (87th pctl)

Overview

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

eventpoll: fix ep_remove struct eventpoll / struct file UAF

ep_remove() (via ep_remove_file()) cleared file->f_ep under

file->f_lock but then kept using @file inside the critical section

(is_file_epoll(), hlist_del_rcu() through the head, spin_unlock).

A concurrent __fput() taking the eventpoll_release() fastpath in

that window observed the transient NULL, skipped

eventpoll_release_file() and ran to f_op->release / file_free().

For the epoll-watches-epoll case, f_op->release is

ep_eventpoll_release() -> ep_clear_and_put() -> ep_free(), which

kfree()s the watched struct eventpoll. Its embedded ->refs

hlist_head is exactly where epi->fllink.pprev points, so the

subsequent hlist_del_rcu()'s "*pprev = next" scribbles into freed

kmalloc-192 memory.

In addition, struct file is SLAB_TYPESAFE_BY_RCU, so the slot

backing @file could be recycled by alloc_empty_file() --

reinitializing f_lock and f_ep -- while ep_remove() is

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 >= 5.15.209, < 5.16 Affected

Frequently Asked Questions

What is CVE-2026-46242?

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

How severe is CVE-2026-46242?

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

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

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