In BlueZ 5.42, a use-after-free was identified in "conf_opt" function in "tools/parser/l2cap.c" source file. This issue can be triggered by processing a corrupted dump file and will result in hcidump crash.
The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.
Link | Tags |
---|---|
https://www.spinics.net/lists/linux-bluetooth/msg68892.html | third party advisory exploit |
http://www.securityfocus.com/bid/94652 | third party advisory vdb entry |
http://lists.opensuse.org/opensuse-security-announce/2019-05/msg00069.html | vendor advisory |
http://lists.opensuse.org/opensuse-security-announce/2019-11/msg00071.html | vendor advisory |
http://lists.opensuse.org/opensuse-security-announce/2019-11/msg00072.html | vendor advisory |