PT-2026-38929 · Linux · Linux Kernel
Published
2026-05-08
·
Updated
2026-05-15
·
CVE-2026-43287
CVSS v3.1
5.5
Medium
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
The
DRM IOCTL MODE CREATEPROPBLOB ioctl allows userspace to allocate arbitrary-sized property blobs using kernel memory. Because these allocations are not accounted to the allocating process's memory cgroup (memcg), unprivileged users can trigger unbounded kernel memory consumption, potentially leading to a system-wide Out-Of-Memory (OOM) condition, where the system runs out of available memory and begins terminating processes to recover.Recommendations
Mark the property blob data allocation with
GFP KERNEL ACCOUNT to ensure memory is properly charged to the caller's memcg.Fix
Memory Leak
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel