In ConnMan through 1.41, a man-in-the-middle attack against a WISPR HTTP query could be used to trigger a use-after-free in WISPR handling, leading to crashes or code execution.
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://bugzilla.suse.com/show_bug.cgi?id=1200190 | issue tracking third party advisory |
https://lore.kernel.org/connman/20220801080043.4861-3-wagi%40monom.org/ | patch |
https://lore.kernel.org/connman/20220801080043.4861-1-wagi%40monom.org/ | patch |
https://www.debian.org/security/2022/dsa-5231 | third party advisory vendor advisory |
https://security.gentoo.org/glsa/202310-21 | third party advisory vendor advisory |