In the Linux kernel, the following vulnerability has been resolved:
Bluetooth: hciuart: add missing NULL check in h5enqueue
Syzbot hit general protection fault in _pmruntime_resume(). The problem was in missing NULL check.
hu->serdev can be NULL and we should not blindly pass &serdev->dev somewhere, since it will cause GPF.
{
"cna_assigner": "Linux",
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2022/49xxx/CVE-2022-49202.json"
}