CVE-2026-64249
Beschrijving NL
In de Linux kernel is de volgende kwetsbaarheid verholpen:
fpga: region: fix use-after-free in child_regions_with_firmware()
Verplaatsing van_node_put(child_region) na de foutafdruk om toegang te voorkomen
vrijgemaakt geheugen wanneer pr_err() verwijst naar child_region.
[ Yilun: Fix the Fixes-tag ]
Origineel (Engels) tonen
In the Linux kernel, the following vulnerability has been resolved:
fpga: region: fix use-after-free in child_regions_with_firmware()
Move of_node_put(child_region) after the error print to avoid accessing
freed memory when pr_err() references child_region.
[ Yilun: Fix the Fixes tag ]