In the Linux kernel, the following vulnerability has been resolved:
drm/panthor: Fix UAF race between device unplug and FW event processing
The function panthorfwunplug() will free the FW memory sections. The problem is that there could still be pending FW events which are yet not handled at this point. processfwevents_work() can in this case try to access said freed memory.
Simply call disableworksync() to both drain and prevent future invocation of processfwevents_work().
{
"cna_assigner": "Linux",
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2025/68xxx/CVE-2025-68748.json"
}