"value":"In the Linux kernel, the following vulnerability has been resolved:\n\nbluetooth/hci: disallow setting handle bigger than HCI_CONN_HANDLE_MAX\n\nSyzbot hit warning in hci_conn_del() caused by freeing handle that was\nnot allocated using ida allocator.\n\nThis is caused by handle bigger than HCI_CONN_HANDLE_MAX passed by\nhci_le_big_sync_established_evt(), which makes code think it's unset\nconnection.\n\nAdd same check for handle upper bound as in hci_conn_set_handle() to\nprevent warning."
"value":" En el kernel de Linux, se resolvi\u00f3 la siguiente vulnerabilidad: bluetooth/hci: no permitir configuraci\u00f3n de identificador mayor que HCI_CONN_HANDLE_MAX Advertencia de activaci\u00f3n de Syzbot en hci_conn_del() causada por la liberaci\u00f3n del identificador que no se asign\u00f3 mediante el asignador de ida. Esto se debe a un identificador mayor que HCI_CONN_HANDLE_MAX pasado por hci_le_big_sync_establecido_evt(), lo que hace que el c\u00f3digo piense que es una conexi\u00f3n no configurada. Agregue la misma verificaci\u00f3n para el l\u00edmite superior del controlador que en hci_conn_set_handle() para evitar advertencias."