2 matches found
CVE-2026-68305
A flaw was found in the Linux kernel's Direct Rendering Manager DRM subsystem. This vulnerability arises when graphics buffer objects are deallocated prematurely while the DRM structure remains active. This can lead to a null pointer dereference when the system attempts to access these freed...
7.8CVSS5.5AI score0.00129EPSS
SaveExploits0References4
Use after free in internment
ArcIntern::drop has a race condition where it can release memory which is about to get another user. The new user will get a reference to freed memory. This was fixed by serializing access to an interned object while it is being deallocated. Versions prior to 0.3.12 used stronger locking which...
8.1CVSS7.7AI score0.00957EPSS
SaveExploits1References4Affected Software1
20