CVE-2023-53828
Gravedad:
Pendiente de análisis
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
09/12/2025
Última modificación:
09/12/2025
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
Bluetooth: hci_sync: Avoid use-after-free in dbg for hci_add_adv_monitor()<br />
<br />
KSAN reports use-after-free in hci_add_adv_monitor().<br />
<br />
While adding an adv monitor,<br />
hci_add_adv_monitor() calls -><br />
msft_add_monitor_pattern() calls -><br />
msft_add_monitor_sync() calls -><br />
msft_le_monitor_advertisement_cb() calls in an error case -><br />
hci_free_adv_monitor() which frees the *moniter.<br />
<br />
This is referenced by bt_dev_dbg() in hci_add_adv_monitor().<br />
<br />
Fix the bt_dev_dbg() by using handle instead of monitor->handle.



