### [CVE-2014-9995](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-9995) ![](https://img.shields.io/static/v1?label=Product&message=Snapdragon%20Mobile&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue) ![](https://img.shields.io/static/v1?label=Vulnerability&message=Integer%20Overflow%20to%20Buffer%20Overflow.&color=brighgreen) ### Description In Android before 2018-04-05 or earlier security patch level on Qualcomm Snapdragon Mobile SD 400 and SD 800, in drmprov_cmd_verify_key(), the variable feature_name_length is not validated. There is a check for feature_name_len + filePathLen but there might be an integer wrap when checking feature_name_len + filePathLen. This leads to a buffer overflow. ### POC #### Reference - http://www.securityfocus.com/bid/103671 #### Github No PoCs found on GitHub currently.