AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-74328

UNKNOWN · CVSS N/A

Source: NVD + CISA KEV + EPSS · Published 2026-08-15 · Last synced 2026-08-15

CyberRota Analysis

AI-Generated

The vulnerability affects the Linux kernel's iommufd component, where improper handling of memory pages during the detachment process from dmabuf could lead to potential data corruption or instability. This issue arises from a race condition where the mutex may still be in use, allowing for unsafe memory operations. Organizations utilizing Linux systems, particularly those leveraging dmabuf for memory management, should prioritize addressing this vulnerability to mitigate risks associated with data integrity and system reliability.

CVE
CVE-2026-74328
Severity
UNKNOWN
CVSS
N/A
EPSS
N/A
Linux

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: iommufd: Destroy the pages content after detaching from dmabuf Sashiko points out this has gotten out of order, the mutex could still be in use through the dmabuf invalidation callbacks. Don't destroy any of the pages content until the dmabuf is fully detached.