Beveiligingsadvies

CVE-2025-39882

CVE-kwetsbaarheidsdetails - eXtreme Datacenter Security Operations

Gepubliceerd 2025-09-23 06:00:51
Laatst bijgewerkt 2026-08-05 12:05:53
Toegewezen door Linux
CVSS-score 8.4
Status PUBLISHED

Beschrijving

In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: fix potential OF node use-after-free The for_each_child_of_node() helper drops the reference it takes to each node as it iterates over children and an explicit of_node_put() is only needed when exiting the loop early. Drop the recently introduced bogus additional reference count decrement at each iteration that could potentially lead to a use-after-free.