In the Linux kernel, the following vulnerability has been resolved:
staging: media: tegra-video: fix device_node use after free
At probe time this code path is followed:
After that, chan->of_node keeps storing the node until the device is removed.
ofnodeget() the node and ofnodeput() it during teardown to avoid any risk.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2022/50xxx/CVE-2022-50745.json",
"cna_assigner": "Linux"
}