In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: revert use of devm_kzalloc in btusb This reverts commit 98921dbd00c4e ("Bluetooth: Use devm_kzalloc in btusb.c file"). In btusb_probe(), we use devm_kzalloc() to allocate the btusb data. This ties the lifetime of all the btusb data to the binding of a driver to one interface, INTF. In a driver that binds to other interfaces, ISOC and DIAG, this is an accident waiting to happen. The issue is revealed in btusb_disconnect(), where calling usb_driver_release_interface(&btusb_driver, data->intf) will have devm...
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: revert use of devm_kzalloc in btusb This reverts commit 98921dbd00c4e ("Bluetooth: Use devm_kzalloc in btusb.c file"). In btusb_probe(), we use devm_kzalloc() to allocate the btusb data. This ties the lifetime of all the btusb data to the binding of a driver to one interface, INTF. In a driver that binds to other interfaces, ISOC and DIAG, this is an accident waiting to happen. The issue is revealed in btusb_disconnect(), where calling usb_driver_release_interface(&btusb_driver, data->intf) will have devm...
Linux Linux, linux kernel의 현재 전체 버전이 공식 영향 범위(Linux Linux, linux kernel >= 98921dbd00c4e2e4bdd56423cb5edf98d57b45f7 < fff9206b0907252a41eb12b7c1407b9347df18b1, >= 98921dbd00c4e2e4bdd56423cb5edf98d57b45f7 < cca0e9206e3bcc63cd3e72193e60149165d493cc, >= 98921dbd00c4e2e4bdd56423cb5edf98d57b45f7 < c0ecb3e4451fe94f4315e6d09c4046dfbc42090b, >= 98921dbd00c4e2e4bdd56423cb5edf98d57b45f7 < 1e54c19eaf84ba652c4e376571093e58e144b339, >= 98921dbd00c4e2e4bdd56423cb5edf98d57b45f7 < fdf7c640fb8a44a59b0671143d8c2f738bc48003, >= 98921dbd00c4e2e4bdd56423cb5edf98d57b45f7 < 252714f1e8bdd542025b16321c790458014d6880, >= 3.7, >= 3.7.1 < 5.15.198, >= 5.16 < 6.1.160, >= 6.2 < 6.6.120, >= 6.7 < 6.12.64, >= 6.13 < 6.18.4, 3.7, 6.19)에 포함되는지 확인합니다. OS를 선택하면 해당 OS의 제품·패키지·KB·APAR 확인 명령만 표시됩니다.
조치방안
제3자 참조와 수정 버전 값(5.15.198, 6.1.160, 6.6.120, 6.12.64, 6.18.4)은 보조 근거로만 사용하고, 공급사 공식 보안 권고에서 조치 기준을 재확인합니다.
조치 후 확인사항
패치 후 같은 명령으로 전체 버전을 다시 확인해 Linux Linux, linux kernel 5.15.198, 6.1.160, 6.6.120, 6.12.64, 6.18.4 기준을 충족하는지 확인합니다. 이어서 유형 미확정 관련 오류·공격 흔적이 새로 발생하지 않는지 확인합니다.