CyberRota
Back to database

CVE-2026-43074

HIGH · CVSS 7.8 EPSS 0.01%

Source: NVD + CISA KEV + EPSS · Published: 2026-05-06 · Last synced: 2026-06-05

CyberRota Analysis

Detaylı analiz gerekiyor.

CVE
CVE-2026-43074
Severity
HIGH
CVSS
7.8
EPSS
0.01%
Linux

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: eventpoll: defer struct eventpoll free to RCU grace period In certain situations, ep_free() in eventpoll.c will kfree the epi->ep eventpoll struct while it still being used by another concurrent thread. Defer the kfree() to an RCU callback to prevent UAF.