cve/2024/CVE-2024-57879.md
2025-09-29 21:09:30 +02:00

1.1 KiB

CVE-2024-57879

Description

In the Linux kernel, the following vulnerability has been resolved:Bluetooth: iso: Always release hdev at the end of iso_listen_bisSince hci_get_route holds the device before returning, the hdevshould be released with hci_dev_put at the end of iso_listen_biseven if the function returns with an error.

POC

Reference

No PoCs from references.

Github