The Bluetooth Classic implementation in Espressif ESP-IDF 4.4 and earlier does not properly handle the reception of multiple LMP IO Capability Request packets during the pairing process, allowing attackers in radio range to trigger memory corruption (and consequently a crash) in ESP32 via a replayed (duplicated) LMP packet.
The product writes data past the end, or before the beginning, of the intended buffer.
Link | Tags |
---|---|
https://github.com/espressif/esp-idf | product third party advisory |
https://github.com/espressif/esp32-bt-lib | product third party advisory |
https://www.espressif.com/en/products/socs/esp32 | product vendor advisory |
https://dl.packetstormsecurity.net/papers/general/braktooth.pdf | third party advisory technical description |