### [CVE-2018-5891](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-5891) ![](https://img.shields.io/static/v1?label=Product&message=Snapdragon%20Mobile%2C%20Snapdragon%20Wear&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue) ![](https://img.shields.io/static/v1?label=Vulnerability&message=Use%20After%20Free%20in%20Data&color=brighgreen) ### Description While processing modem SSR after IMS is registered, the IMS data daemon is restarted but the ipc_dataHandle is no longer available. Consequently, the DPL thread frees the internal memory for dataDHandle but the local variable pointer is not updated which can lead to a Use After Free condition in Snapdragon Mobile and Snapdragon Wear. ### POC #### Reference - https://www.qualcomm.com/company/product-security/bulletins #### Github - https://github.com/ARPSyndicate/cvemon