CVE-2026-46242

CVSS 7.8 · HIGH
EPSS p2
Lower risk — in the top 98% least-likely-to-be-exploited CVEs.
Patch available
Vendor advisory or patch linked

Published 5/30/2026 · updated 7/4/2026 · CWE-416

Share
Get asset-aware triage

Summary

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 still nominally inside that lock. The upshot is an attacker-controllable kmem_cache_free() against the wrong slab cache. Pin @file via epi_fget() at the top of ep_remove() and gate the critical secti

CVSS 7.8HIGH

7.8 / 10
  • AV: Local
  • AC: Low complexity
  • PR: Low privileges
  • UI: No user interaction
  • S: Scope unchanged
  • C: Confidentiality: High
  • I: Integrity: High
  • A: Availability: High

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

EPSS exploitation probability

0.1%

Percentile p2 Lower risk — in the top 98% least-likely-to-be-exploited CVEs.

Affected products

1 vendor/product entries
  • Linux Linux Kernel≥ 5.15.209 and < 5.16
Do you run any of these? Sign in to match this CVE against your SBOM and asset inventory automatically.

Timeline

  1. May 30, 2026 · Disclosed / published in NVD
  2. Jul 4, 2026 · Intel last updated

Intel sources

Which upstream feeds returned data for this CVE, and when they were last fetched.

  • NVD· 29 days ago
  • CVE.org· 29 days ago
  • FIRST EPSS· 29 days ago
  • CISA KEV· no data
  • OSV· 29 days ago

References

Unlock the full report

See how CVE-2026-46242 hits your stack.

Free public data ends here. Sign in to correlate this CVE against your SBOM and assets, get an AI-grounded exploit chain, generate a ModSecurity virtual patch, and share findings with your team.

  • · Asset-aware CVSS & priority
  • · Grounded AI analysis (A–D graded)
  • · Auto-generated WAF / IPS rules
  • · Jira, SIEM, Slack, Teams delivery

No credit card · 100 free enrichments · analyst-grade citations.